Open kaspar-allenbach opened 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.
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.
@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)
Any news on adding this to Piskel?
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.