A plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
-
badabou
- Posts: 54
- Joined: 2008-06-23T06:12:24-07:00
Post
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:
-
fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Post
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.