Created
August 28, 2015 14:08
-
-
Save mowings/5d020f3a897409283636 to your computer and use it in GitHub Desktop.
imagemagick compositing
This file contains hidden or 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 tmp/base.0100.png \( +clone -alpha Extract \) -channel RGB -compose Divide_Src -composite tmp/shadow.0100.png -compose Dst_Over -composite output/preview.0100.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment