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
If you compile with color profile support, pngquant will convert everything to sRGB.
I don't recommend using any other color space. In 8 bit depth there isn't room to do anything fancy like wide gamut color, and using different flavors of sRGB-like spaces only brings you rounding errors and software incompatibilities.
If given a map file with icc/gama/chrm should should the resulting file be transformed using that instead of the default sRGB?
I.e. if given one of the following map-files with iccp/gama:
the result would transform into that color space?
Or maybe it would be better to specify a a color profile:
pngquant --icc /usr/local/share/color/icc/colord/AppleRGB.icc
?
The text was updated successfully, but these errors were encountered: