Skip to content

Instantly share code, notes, and snippets.

@seb-thomas
Last active December 24, 2015 21:59
Show Gist options
  • Save seb-thomas/6869550 to your computer and use it in GitHub Desktop.
Save seb-thomas/6869550 to your computer and use it in GitHub Desktop.
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
@jaymzcd
Copy link

jaymzcd commented Apr 2, 2014

relates to #21823

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment