Will "-level" applied to a grayscale file make it srgb ?
I have noticed that while aplying "-level" on grayscale files, the result file will be converted to srgb 24bit. Is this normal ?
I am using Q8 6.8.3-10 windows version.
Many thanks.
Level operator
-
- Posts: 24
- Joined: 2012-01-10T05:19:23-07:00
- Authentication code: 8675308
Re: Level operator
We're using ImageMagick 6.8.5-0 and it returns linear gray:
- convert logo: -grayscale rec601luminance -level 10,90% logo.png
identify -verbose logo.png | grep Gamma
Gamma: 1
-
- Posts: 24
- Joined: 2012-01-10T05:19:23-07:00
- Authentication code: 8675308
Re: Level operator
Thank you.So I must install a new version?
-
- Posts: 24
- Joined: 2012-01-10T05:19:23-07:00
- Authentication code: 8675308
Re: Level operator
I installed the newest version and now is OK. Thank you.