piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
11.22k stars 785 forks source link

Feature Request: SVG Export #626

Open kaspar-allenbach opened 7 years ago

kaspar-allenbach commented 7 years ago

You know what would be nice?

Animated SVG Export. Just saying. Imagine the possibilities! I know it sounds a bit silly to export pixels as svg's but from an icon-designers perspective it would be a killer feature.

juliandescottes commented 7 years ago

That's actually something I had to work on, totally forgot about it :(

I think it should be easy to generate a (very bad) SVG, translating each pixel to a rect.

kaspar-allenbach commented 7 years ago

That's exactly what I was thinking about. I create a ultra low pixel Weather icon set. And animated svg's is the easiest way for app and webdevelopment: http://giphy.com/gifs/pixel-cloud-low-l3q2ReYNQjx5c2Y12 The animation would be simply a change in color and that's it.

And the great thing about animated svg's are that they are self containing.

ghost commented 6 years ago

@juliandescottes Or use an edge-detection algorithm like Sobel, build the outlines of the SVG from the detected edges, then fill the areas inside the edges appropriately. (Inkscape does something similar)

SethRzeszutek commented 5 years ago

Any news on adding this to Piskel?