Page 1 of 1

Fred script : lichtenstein

Posted: 2013-01-22T04:11:39-07:00
by badabou
http://www.fmwconcepts.com/imagemagick/ ... /index.php
REQUIREMENTS: IM 6.7.9.0 or higher due to the use of colorspace HCL in -modulate.
Hi,

Is it possible to adapt this script to work with imagemagick oldest replacing "-define modulate:colorspace=HCL" with something else?

Thanks

Code: Select all

# convert -version
Version: ImageMagick 6.5.9-3 2012-11-04 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features:

Re: Fred script : lichtenstein

Posted: 2013-01-22T13:17:36-07:00
by fmw42
edit the two places near the bottom of the script

from

-define modulate:colorspace=HCL


to

-define modulate:colorspace=HSL

and see if that works satisfactorily. If not, then you must upgrade.