Last active
December 24, 2015 21:59
-
-
Save seb-thomas/6869550 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert image.tif[0] +profile 8bim -density 72 image.jpg | |
convert image.jpg -resize 2270x1512 image_resize.jpg | |
convert image_resize.jpg -gravity South -extent 1568x878+0+100 image_done.jpg | |
composite -gravity South vignette.png image_done.jpg image_comp.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
relates to #21823