02-20-2024, 11:31 AM
(02-20-2024, 11:00 AM)derpybookshelf Wrote: I need to export a PNG with 16 bit depth of the final image. The lowest I can get is 24 bit depth when exporting with 8bpc depth. I somehow managed to export a 16 bit PNG earlier but I can't remember how I did this. I've tried looking for an answer online but couldn't find one. I am using greyscale image mode with 16bit integer precision. Does anyone know how to export in 16 bit depth - maybe some kind of plugin is needed?
AFAIK the only 16-bit/pixel format in PNG is a high precision grayscale without alpha (16bpc GRAY) , or a 8-bit precision grayscale with alpha (8bpc GRAYA).