Resize, nudge upwards and apply partial gradient
Posted: 2014-10-29T04:08:34-07:00
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:
I already have the crop and resize part working, and would like to add on the other steps:
Would appreciate your help.
Thank you.
Example of final output:
I already have the crop and resize part working, and would like to add on the other steps:
Code: Select all
convert.exe OrigFile -resize 800 -gravity south -crop 800x533+0+0 +repage OutputFile1
Thank you.