Page 1 of 1

Level operator

Posted: 2013-04-24T06:19:34-07:00
by adil@alfasoft.ro
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.

Re: Level operator

Posted: 2013-04-24T06:34:33-07:00
by magick
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

Re: Level operator

Posted: 2013-04-24T07:10:14-07:00
by adil@alfasoft.ro
Thank you.So I must install a new version?

Re: Level operator

Posted: 2013-04-24T07:48:26-07:00
by adil@alfasoft.ro
I installed the newest version and now is OK. Thank you.