Skip to content

hayeah/playing-cards-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing Cards iOS Assets

Courtesy of https://code.google.com/p/vector-playing-cards/ (public domain)

With some additional processing to remove borders of cards.

Build the png assets with four parallel processes:

make -j 4 png

Tools

xmlstartlet to remove the border path from svg.

svg2png to convert svg to png (based on phantomjs)