Search found 5 matches

by R3nato
2016-06-09T08:40:39-07:00
Forum: Users
Topic: change to IM line
Replies: 5
Views: 2057

Re: change to IM line

I have read all the article but I have no idea about this and how I can put in practice.
by R3nato
2016-06-09T07:59:23-07:00
Forum: Users
Topic: change to IM line
Replies: 5
Views: 2057

Re: change to IM line

and the -chop 0x60 will be the same? thanks
by R3nato
2016-06-09T04:24:23-07:00
Forum: Users
Topic: change to IM line
Replies: 5
Views: 2057

change to IM line

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
by R3nato
2015-10-21T13:50:30-07:00
Forum: Users
Topic: Want to crop bottom line on my thumbs
Replies: 3
Views: 1154

Re: Want to crop bottom line on my thumbs

I tried to understand how to put the -crop command to cut only 15px from bottom but I can`t understand.

Can you please tell me exaclty what I have to add in comand line?

Thanks
by R3nato
2015-10-21T05:14:21-07:00
Forum: Users
Topic: Want to crop bottom line on my thumbs
Replies: 3
Views: 1154

Want to crop bottom line on my thumbs

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 ...