maierfelix / poxi

A flat pixel art editor
http://app.poxi.rocks
BSD 2-Clause "Simplified" License
2.53k stars 81 forks source link

a couple useful libs #1

Open leeoniya opened 7 years ago

leeoniya commented 7 years ago

Hi,

Interesting project. I've done some pixel-level work with color quantization/dithering [1][2] & GIF frame encoding & canvas recording [3][4]. Specifically, these related projects focus on pixelated images.

If you have any interest in utilizing either of these or genrral related questions, feel free to ping me :)

Disclaimer: GIFter has not been maintained for a couple years, but i pushed new dev version last night that i had laying around. The API may need some refinement, likely a few bugs as well. Not many docs, but code is short. If there's any interest, it can be polished up.

feel free to close this issue, it' just a heads up.

cheers!

[1] https://github.com/leeoniya/RgbQuant.js [2] http://leeoniya.github.io/RgbQuant.js/demo/

[3] https://github.com/leeoniya/GIFter.js [4] https://rawgit.com/leeoniya/GIFter.js/master/demo/index.html

iKlsR commented 7 years ago

Just gonna leave this here as well... http://deepnight.net/pixel-perfect-drawing/

maierfelix commented 7 years ago

@iKlsR this is already implemented, see here