Skip to content

Instantly share code, notes, and snippets.

@petrkle
Created February 4, 2013 20:31
Show Gist options
  • Save petrkle/4709491 to your computer and use it in GitHub Desktop.
Save petrkle/4709491 to your computer and use it in GitHub Desktop.
Convert fig to png with transparent background.
fig2dev -j -L png -b 5 -S 4 -m 4 m/micky.fig micky.png
convert -transparent white -resize 128x128 micky.png micky.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment