#api-bindings #image #api

cocoa_image

Read RGBA image using macOS Cocoa API

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 Nov 10, 2017

#1141 in Images

Download history 12/week @ 2024-11-26 3/week @ 2024-12-03 24/week @ 2024-12-10 7/week @ 2025-01-07 4/week @ 2025-01-28 25/week @ 2025-02-04 17/week @ 2025-02-11 39/week @ 2025-02-18 13/week @ 2025-02-25 4/week @ 2025-03-04

57 downloads per month
Used in 3 crates

CC0 license

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:

This is based on ImgRef and RGB crates.

Dependencies

~205–435KB