ITADN

Imagemagick converts 16-bit PNGs to 8-bit but we don't

#52ClosedShnatsel 创建于 2025-10-14
divergence
S
Shnatselcommented
`convert 16bit.png out.png` writes an 8-bit PNG with `imagemagick`, while we always preserve the input bit depth, and write a 16-bit PNG in this case.
关闭于 2025-11-08 8 条评论