Crate imagine[][src]

Expand description

A crate for image data decoding.

Currently developing PNG support. In the future other image formats might also be added.

Re-exports

pub use pixel_formats::*;
pub use ascii_array::*;
pub use bit_depth_changes::*;

Modules

Module for Windows Bitmap files (BMP).

This module gives support for the various Netpbm formats.

Module for pixel formats.

Holds all the tools for decoding PNG data.

Structs

Takes an iterator and gathers up N elements at a time into an array.

Enums

Used by various image formats that support sRGB colors.

Functions

Iterates every 1 bit of the byte, going from high to low.

Iterates every 2 bits of the byte, going from high to low.

Iterates every 4 bits of the byte, going from high to low.