Crates.io | cocoa_image |
lib.rs | cocoa_image |
version | 1.1.0 |
source | src |
created_at | 2017-11-09 00:24:00.810283 |
updated_at | 2024-08-13 14:48:38.924356 |
description | Read RGBA image using macOS Cocoa API |
homepage | https://lib.rs/crates/cocoa_image |
repository | https://gitlab.com/imageoptim/cocoa-image.git |
max_upload_size | |
id | 38680 |
size | 7,819 |
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).