Created
June 12, 2016 14:50
-
-
Save 7kfpun/41d4fda1f9486cb79e9ca5f72ce05a5b to your computer and use it in GitHub Desktop.
Round corners of an image with ImageMagick
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 -size 512x512 xc:none -draw "roundrectangle 0,0,512,512,40,40" png:- | convert src.png -matte - -compose DstIn -composite dst.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment