stefanjudis / alice-generator

MIT License
1 stars 0 forks source link

clean up the canvas implementation to create suitable png for node-icns #3

Open stefanjudis opened 8 years ago

stefanjudis commented 8 years ago

A proof of concept is running.

The way it works is that we currently pipe all images into a canvas to create a suitable png for node-icns.

To improve the whole thing further we should implement to canvas`. One that will deal with the creation of the thumbnail to show it in the actual generator. And the other one should be a big large canvas that will be used to generate the actual exported png binary data.... That for the export canvas should be much larger as we have in best case an image 512x512.

But so far this seems to work fine and the icon generation is no blocker anymore. :)