Skip to content

Releases: britzl/defold-png

Defold-PNG 1.2.2

07 Mar 22:41
Compare
Choose a tag to compare

FIX: Updated Lua buffer creation to match new dmSDK

Defold-PNG 1.2.1

02 Aug 08:00
Compare
Choose a tag to compare

FIX: Compile error due to build server update. Fixes #2.

Defold-PNG 1.2.0

01 May 09:33
Compare
Choose a tag to compare

NEW: Added option to premultiply alpha to png.decode_rgba(bytes, premultiply_alpha).

Defold-PNG 1.1

19 Oct 05:20
Compare
Choose a tag to compare

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

24 Aug 11:59
Compare
Choose a tag to compare

First public release