[][src]Crate oxipng

Structs

IndexMap

A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.

IndexSet

A hash set where the iteration order of the values is independent of their hash values.

Options

Options controlling the output of the optimize function

Enums

AlphaOptim

Potential optimization methods for alpha channel

Deflaters

DEFLATE algorithms supported by oxipng

Headers

Options to use for performing operations on headers (such as stripping)

InFile

Where to read images from

OutFile
PngError

Functions

optimize

Perform optimization on the input file using the options provided

optimize_from_memory

Perform optimization on the input file using the options provided, where the file is already loaded in-memory

Type Definitions

PngResult