input Linear RGB specifiy output RGB or sRGB
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: input Linear RGB specifiy output RGB or sRGB
See further updates in my example above.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: input Linear RGB specifiy output RGB or sRGB
The issue is being reviewed by the IM developers, now.
Re: input Linear RGB specifiy output RGB or sRGB
Did an issue/bug reported get created for this?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: input Linear RGB specifiy output RGB or sRGB
This seems to work fine in IM 6.9.9.24 beta.
The result is linear.
Code: Select all
convert logo: -colorspace RGB \
-separate \
-set colorspace RGB \
-combine -colorspace RGB \
logo_linear2_69924beta.png
Re: input Linear RGB specifiy output RGB or sRGB
Were are you seeing 6.9.9.24 beta? I am using https://github.com/ImageMagick/ImageMagick.git
I didn't see that tag, or issue etc
I didn't see that tag, or issue etc