Pictogrammers / pictogrammers.com

Code for Pictogrammers.com
https://pictogrammers.com
80 stars 18 forks source link

Advanced Icon Export #23

Closed mririgoyen closed 1 year ago

mririgoyen commented 1 year ago

As a user of Pictogrammers.com, I would like to export icon glyphs in sizes and colors that fit my use case, so that I do not have to rely on external tools to modify an icon glyph I'd like to use.

AC:

Why only PNGs?

We provide icons for graphic design and development.

For design, PNGs are generally higher-quality than other formats (such as JPG) and support transparency. Additionally, they are supported pretty much anywhere they would need to be used. If other formats (such as JPG, WebP, etc.) are required, converting them will be the responsibility of the user.

For development, SVGs should be the primary format. They are vector-based and can be resized and colored easily and dynamically.