Expand description
A crate to work with image data.
Modules§
- bmp
bmp
- Module for BMP files.
- netpbm
netpbm
- The various Netpbm formats.
- png
png
- Module for working with PNG data.
Structs§
- Bitmap
alloc
- An owned direct-color image.
- Borrowed
Bitmap - Borrow of bitmap data.
- Palmap
alloc
- An indexed-color image.
Enums§
- Imagine
Error - An error from the
imagine
crate. - sRGB
Intent - sRGB Intent for an image.
Functions§
- try_
bitmap_ rgba alloc
- Automatically allocate and fill in a Bitmap.