Search found 2 matches
- 2012-08-01T12:55:53-07:00
- Forum: Users
- Topic: Layered Enhancing in convert command
- Replies: 3
- Views: 4610
Re: Layered Enhancing in convert command
It should probably be
convert inputimage -filter Blackman -thumbnail 250x250 -enhance -modulate 105,102,100 -sharpen 1x1 -quality 90 -strip resultimage
Dear Fred,
in the input field, i have a way to add just the following in bold black:
convert inputimage -thumbnail 250x250 -filter Blackman ...
- 2012-08-01T06:34:43-07:00
- Forum: Users
- Topic: Layered Enhancing in convert command
- Replies: 3
- Views: 4610
Layered Enhancing in convert command
Hello.
I'm using some php software on a site, which only allows me enter Imagemagick commands that are used together with convert.
So if all convert line for cropping thumbnails would look like (example 1) :
convert -thumbnail 250x250 -enhance -filter Blackman -modulate 105,102,100 -sharpen 1x1 ...
I'm using some php software on a site, which only allows me enter Imagemagick commands that are used together with convert.
So if all convert line for cropping thumbnails would look like (example 1) :
convert -thumbnail 250x250 -enhance -filter Blackman -modulate 105,102,100 -sharpen 1x1 ...