-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
Currently the encoder lacks built-in support for writing metadata chunks, you can do it manually with Writer::write_chunk. However I believe that there should be a nicer high-level way of doing this.
-
pHyspixel density (in progress Yet another PR like #122 #124) -
tRNSTransparency -
cHRMPrimary chromaticities and white point (Gamma encoding/decoding #243) -
gAMAImage gamma (Gamma encoding/decoding #243) -
iCCPEmbedded ICC profile -
sBITSignificant bits -
sRGBStandard RGB colour space (Add support for the sRGB chunk. #260) -
tEXTTextual data -
zTXtCompressed textual data -
iTXtInternational textual data -
bKGDBackground colour -
hISTImage histogram -
sPLTSuggested palette -
tIMEImage last-modification time
Not all of these are equally important, however it would be nice to have support for all of them. See https://www.w3.org/TR/2003/REC-PNG-20031110/#11Ancillary-chunks for specifications on what the chunks should look like.
See also image-rs/image#911
Reactions are currently unavailable