Want to crop bottom line on my thumbs
Posted: 2015-10-21T05:14:21-07:00
Hello, I use Imagemagick for my tube site and I have next comand line in config:
$imagick_command = "-define filter:blur=1.40 -filter Gaussian -sharpen 1.1x1 -enhance -contrast -quality 100 -brightness-contrast -5% -contrast-stretch 10"; //command line for imagemagick
My tube script also is making a resize of the thumbs at 320x240
I want to add at comand line a bottom crop of 15px from thumb.
Please let me know the command line I have to add.
Thanks
$imagick_command = "-define filter:blur=1.40 -filter Gaussian -sharpen 1.1x1 -enhance -contrast -quality 100 -brightness-contrast -5% -contrast-stretch 10"; //command line for imagemagick
My tube script also is making a resize of the thumbs at 320x240
I want to add at comand line a bottom crop of 15px from thumb.
Please let me know the command line I have to add.
Thanks