Skip to content

Instantly share code, notes, and snippets.

@lqez
Created August 8, 2012 04:00
Show Gist options
  • Save lqez/3291936 to your computer and use it in GitHub Desktop.
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
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