Skip to content

stepkillah/XamarinAssetGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XamarinAssetGenerator

Converts image resources from svg to png and scales the images to desired size

Common usage:

dotnet AssetGenerator.dll -d destinationfolder -m iOS -q 80 -s sourcefolder

  -m, --mode           Required. Specify which assets to build. (ios, android, appiconandroid, appiconios)

  -s, --source         Specify source folder

  -d, --destination    Specify destination folder

  -q, --quality        (Default: 80) Specify quality of rendered png files (100 is max)

  --help               Display this help screen.

  --version            Display version information.

About

Converts image resources from svg to png and scales the images to desired size

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%