Crate oxipng

source ·

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

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.