9 stable releases
1.1.0 | Aug 13, 2024 |
---|---|
1.0.6 | Jul 2, 2023 |
1.0.5 | Jan 16, 2022 |
1.0.4 | Aug 26, 2020 |
0.1.1 |
|
#885 in Images
39 downloads per month
Used in 3 crates
8KB
103 lines
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).
lib.rs
:
Dependencies
~205–450KB