Created
August 8, 2012 04:00
-
-
Save lqez/3291936 to your computer and use it in GitHub Desktop.
Create a polarized ray image with ImageMagicK - like a background of the icon of Apple's AppStore
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 -size 90x1 pattern:gray50 -scale 900x100 -normalize \ | |
-virtual-pixel Tile -set option:distort:viewport 512x512-256-256 \ | |
-distort Arc 360 +repage arc_radii_512.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment