change to IM line
Posted: 2016-06-09T04:24:23-07:00
Hello there, I have the line:
$imagick_command = "-gravity south -chop 0x60 -modulate 110,102,100 -sharpen 1x1 -enhance"; //command line for imagemagick
At this moment I chop from bottom 60, I want to do the chop also from top of the images. Please let me know what changes i have to make. Thanks
$imagick_command = "-gravity south -chop 0x60 -modulate 110,102,100 -sharpen 1x1 -enhance"; //command line for imagemagick
At this moment I chop from bottom 60, I want to do the chop also from top of the images. Please let me know what changes i have to make. Thanks