I don't understand the problem.
Any gamma change within GraphicConverter is directly applied to the image pixel data. The color profile stays the same.
The gamma value inside PNGs is legacy and should no longer used. Color management should always be done by a color profile.
What is your exact workflow?
How to embed an sRGB profile with g=1.0 after GC conversion
Re: How to embed an sRGB profile with g=1.0 after GC conversion
Ok, let's try this simple example, maybe it will clear things up:
Create two new files with GC with the following settings
Create two new files with GC with the following settings
- 1st file: 16b with the built-in sRGB profile
- 2nd file: 16b with the a 'sRGB Gamma=1.0' profile
- Now in each file add Core Image Filters → Linear Gradient from pure green to pure red.
They look the same! - Save these files (due to 3 image forum limit will post them in the following message) and reopen them
Now the look different!
Re: How to embed an sRGB profile with g=1.0 after GC conversion
The two files with linear gradients added
1st file 2nd file
So do you think that when saving the second file created with a "non-sRGB" profile GC should've embedded it to preserve the difference in gamma value while still not embedding the proper sRGB profile (not to waste space)?
1st file 2nd file
So do you think that when saving the second file created with a "non-sRGB" profile GC should've embedded it to preserve the difference in gamma value while still not embedding the proper sRGB profile (not to waste space)?
- forum_adm
- Site Admin
- Posts: 1714
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: How to embed an sRGB profile with g=1.0 after GC conversion
Ah - now it is clear.
Can you please forward the gamma=1 profile to support@lemkesoft.de ?
Can you please forward the gamma=1 profile to support@lemkesoft.de ?
Re: How to embed an sRGB profile with g=1.0 after GC conversion
Sure thing, see the attached zip, it was in "~/Library/Application Support/GraphicConverter/Profiles", but then I guess your app just saves various profiles it encounters there (I initially thought that it was one of your default profiles added on install)
- Attachments
-
- sRGB, Gamma=1.00.icc.zip
- (388 Bytes) Downloaded 46 times
- forum_adm
- Site Admin
- Posts: 1714
- Joined: Fri Dec 23, 2016 9:41 am
- Location: Germany
- Country: Germany
Re: How to embed an sRGB profile with g=1.0 after GC conversion
Please recheck with build 5699. It checks now the estimated gamma value if sRGB is detected.