You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gamut-png currently only encodes; downstream rawshift is migrating fully onto gamut and must drop zune-png for decode.
Deliver DecodeImage impls covering: 8/16-bit gray, gray-alpha, RGB, RGBA, and indexed (1/2/4/8-bit palettes), Adam7 interlacing, all standard filter types.
Expose ancillary-chunk payloads for metadata as raw blocks consumable by gamut-metadata::MetadataBlock: eXIf, iCCP, iTXt (XMP), tEXt/zTXt, gAMA/cHRM/sRGB/cICP.
Provide decode limits (max dimensions) for hostile-input safety.
gamut-pngcurrently only encodes; downstream rawshift is migrating fully onto gamut and must dropzune-pngfor decode.DecodeImageimpls covering: 8/16-bit gray, gray-alpha, RGB, RGBA, and indexed (1/2/4/8-bit palettes), Adam7 interlacing, all standard filter types.gamut-metadata::MetadataBlock:eXIf,iCCP,iTXt(XMP),tEXt/zTXt,gAMA/cHRM/sRGB/cICP.gamut-pngencoder efficiency #224 (encoder efficiency), Stable Roadmap #168 (V1 roadmap). Blocks the rawshift PNG-decode migration.