Module png::decoder::transform

source ·
Expand description

Transforming a decompressed, unfiltered row into the final output.

Modules

  • palette 🔒
    Helpers for taking a slice of indeces (indices into PLTE and/or trNS entries) and transforming this into RGB or RGBA output.

Functions

Type Aliases

  • Type of a function that can transform a decompressed, unfiltered row (the 1st argument) into the final pixels (the 2nd argument), optionally using image metadata (e.g. PLTE data can be accessed using the 3rd argument).