cocoa_image

Crates.iococoa_image
lib.rscocoa_image
version1.1.0
sourcesrc
created_at2017-11-09 00:24:00.810283
updated_at2024-08-13 14:48:38.924356
descriptionRead RGBA image using macOS Cocoa API
homepagehttps://lib.rs/crates/cocoa_image
repositoryhttps://gitlab.com/imageoptim/cocoa-image.git
max_upload_size
id38680
size7,819
maintainers (github:rust-bus:maintainers)

documentation

https://docs.rs/cocoa_image

README

Load image in Rust using Cocoa decoders

Allows reading any image format that macOS supports natively, in Rust.

Returns an RGBA 8-bit bitmap in sRGB color space with premultiplied alpha.

Links with AppKit.framework. Compiles to nothing on other platforms (just gracefully always returns an error).

Commit count: 15

cargo fmt