Skip to content

netcrack/androidexport-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

androidexport-script


Shell script to export Inkscape svg files to android's multiple densities png format.


###Usage:

androidexport.sh <svg file> <prefix> <mdpi width> <mdpi height>

###Example:

androidexport.sh info.svg ic_title 28 28

This creates the following png files

  • drawable-mdpi/ic_title_info.png
  • drawable-hdpi/ic_title_info.png
  • drawable-xhdpi/ic_title_info.png
  • drawable-xxdpi/ic_title_info.png

System should have Inkscape installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages