View on GitHub

image-rs.github.io

The image-rs organization overview

Image

Aggregates major image formats into a coherent interface for reading, writing and editing.

Png

Decoder and encoder for the widespread png format.

Tiff

A decoder and encoder for the tiff file format.

Gif

A decoder and encoder for the gif file format which still enjoys widespread usage on the web.

Imageproc

Advanced generic image manipulation routines from conversion, transformation to computer vision components.

Image Canvas

A fairly experimental project aiming to provide a generic buffer for image formats that avoids reallocation and reinitialization overheads.