Macros§
- Create an
IndexSet
from a list of values
Structs§
- A hash set where the iteration order of the values is independent of their hash values.
- Options controlling the output of the
optimize
function - A raw image definition which can be used to create an optimized png
Enums§
- The number of bits to be used per channel per pixel
- The color type used to represent this image
- DEFLATE algorithms supported by oxipng
- Where to read images from
- Options to use when stripping chunks
Functions§
- Perform optimization on the input file using the options provided
- Perform optimization on the input file using the options provided, where the file is already loaded in-memory
Type Aliases§
- 16-bit RGB in machine’s native endian
- 8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque.