Search found 4 matches
- 2014-11-09T05:38:39-07:00
- Forum: Users
- Topic: Resize, nudge upwards and apply partial gradient
- Replies: 2
- Views: 2742
Re: Resize, nudge upwards and apply partial gradient
Hi snibgo, thanks, I will test it out.
- 2014-10-29T04:08:34-07:00
- Forum: Users
- Topic: Resize, nudge upwards and apply partial gradient
- Replies: 2
- Views: 2742
Resize, nudge upwards and apply partial gradient
Hi I would like to crop and resize an image, nudge it upward (north) 25 pixels, then apply a black-to-transparent gradient starting 25 pixels from the bottom and fading upward 30 pixels.
Example of final output:
http://i.imgur.com/ZgQiP3al.jpg?1
I already have the crop and resize part working ...
Example of final output:
http://i.imgur.com/ZgQiP3al.jpg?1
I already have the crop and resize part working ...
- 2013-11-13T09:28:53-07:00
- Forum: Users
- Topic: Combine/stack convert.exe commands
- Replies: 2
- Views: 2462
Re: Combine/stack convert.exe commands
Hi snibgo, that works exactly as I wanted. Thanks so much! 
- 2013-11-13T08:26:15-07:00
- Forum: Users
- Topic: Combine/stack convert.exe commands
- Replies: 2
- Views: 2462
Combine/stack convert.exe commands
I'm currently running convert.exe 3 times to generate 3 different crops from 1 image:
convert.exe -resize 800 -unsharp 0x0.75+0.75+0.008 -gravity center -crop 800x533+0+0 +repage OrigFile OutputFile1
convert.exe -resize 800 -unsharp 0x0.75+0.75+0.008 -gravity North -crop 800x533+0+0 +repage ...
convert.exe -resize 800 -unsharp 0x0.75+0.75+0.008 -gravity center -crop 800x533+0+0 +repage OrigFile OutputFile1
convert.exe -resize 800 -unsharp 0x0.75+0.75+0.008 -gravity North -crop 800x533+0+0 +repage ...