Skip to content

Instantly share code, notes, and snippets.

@snaka
Created February 2, 2013 02:25
Show Gist options
  • Select an option

  • Save snaka/4695797 to your computer and use it in GitHub Desktop.

Select an option

Save snaka/4695797 to your computer and use it in GitHub Desktop.
ImageMagick で画像の重ね合わせ ref: http://qiita.com/items/54e0ef70191557586b17
$ composite -dissolve 25%x25% source1.jpg source2.jpg output.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment