Crate imagine

Source
Expand description

A crate to work with image data.

Modules§

bmpbmp
Module for BMP files.
netpbmnetpbm
The various Netpbm formats.
pngpng
Module for working with PNG data.

Structs§

Bitmapalloc
An owned direct-color image.
BorrowedBitmap
Borrow of bitmap data.
Palmapalloc
An indexed-color image.

Enums§

ImagineError
An error from the imagine crate.
sRGBIntent
sRGB Intent for an image.

Functions§

try_bitmap_rgbaalloc
Automatically allocate and fill in a Bitmap.