Save Image as 32bit PNG with sRGB Colour Space
Posted: Tue Jan 26, 2021 9:32 pm
Right - we can save 32bit PNG image files, but what colour space is used? I need to save them with sRGB Colour Space.
http://www.purebasic.com
https://www.purebasic.fr/english/
But what colour space is PB using when saving 32bit PNG?Saki wrote:sRGB is just called Standard RGB.
So you have ever 256*256*256 colors and 256 steps for the alpha channel.