Best way to render card images
Posted
by
user1065145
on Game Development
See other posts from Game Development
or by user1065145
Published on 2012-12-11T10:51:10Z
Indexed on
2012/12/11
11:18 UTC
Read the original article
Hit count: 324
I have high-quality SVG card images, but they drastically lose their quality when I downsize them. I have tried two ways of rendering cards (using Inkscape and Imagemagics):
1) Render SVG to high-res PNG and resize it then;
2) Render SVG to image of proper size at once.
Both approaches generate blurry card images, which looks even worse than old Windows cards. What are the best way to generate smaller card images from SVG sources and not to loose their quality a lot?
© Game Development or respective owner