Page 1 of 1

Save Image as 32bit PNG with sRGB Colour Space

Posted: Tue Jan 26, 2021 9:32 pm
by IdeasVacuum
Right - we can save 32bit PNG image files, but what colour space is used? I need to save them with sRGB Colour Space.

Re: Save Image as 32bit PNG with sRGB Colour Space

Posted: Tue Jan 26, 2021 10:02 pm
by Saki
sRGB is just called Standard RGB.
So you have ever 256*256*256 colors and 256 steps for the alpha channel.

Re: Save Image as 32bit PNG with sRGB Colour Space

Posted: Tue Jan 26, 2021 10:40 pm
by IdeasVacuum
Saki wrote:sRGB is just called Standard RGB.
So you have ever 256*256*256 colors and 256 steps for the alpha channel.
But what colour space is PB using when saving 32bit PNG?