HaxeFoundation / format

Various files formats support for Haxe
131 stars 59 forks source link

Added .ico file format reader #105

Closed R32 closed 2 years ago

R32 commented 2 years ago

It read each DIB(currently only bottom-up format) pixels in .ico file to [R,G,B,A...] byte sequence.

demo: load ico to canvas ico-format

For .ico creation, either GIMP or Visual Studio can be used

ncannasse commented 2 years ago

Thanks !