Re: Linear Colorspace

[email protected]
Newsgroups gmane.comp.video.graphicsmagick.help
Message-ID <[email protected]>
This works, with both recent ImageMagick and recent GraphicsMagick:

    #!/bin/sh

    convert in.png -depth 16 -gamma 0.454545 \
           -resize 50% -gamma 2.2 -depth 8 im.png

    gm convert in.png -depth 16 -gamma 0.454545 \
           -resize 50% -gamma 2.2 -depth 8 gm.png

GraphicsMagick 1.4 snapshot-20151101 Q16
ImageMagick 6.9.2-0 Q16

Glenn

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.