Releases: britzl/defold-png
Releases · britzl/defold-png
Defold-PNG 1.2.2
Defold-PNG 1.2.1
FIX: Compile error due to build server update. Fixes #2.
Defold-PNG 1.2.0
NEW: Added option to premultiply alpha to png.decode_rgba(bytes, premultiply_alpha)
.
Defold-PNG 1.1
CHANGE: The buffer declaration on the C side now properly sets the stream count to the number of bytes per pixel (3 for RGB and 4 for RGBA). It was previously set to 1 and the stream size was set to whbytes_per_pixel.
Defold-PNG 1.0
First public release