Releases: EliotJones/BigGustave
Releases · EliotJones/BigGustave
Version 1.0.6
Adds PngBuilder.FromBgra32Pixels
for loading from BGRA32 format pixels, e.g. from System.Drawing. Fixes a bug with saved images containing alpha channels.
Version 1.0.5
- @EliotJones - Add ability to store text data in created PNG images using
builder.StoreText(string keyword, string text)
Version 1.0.3
- @EliotJones - Remove accientally committed debugging code
Version 1.0.2
- @EliotJones - fix palette based images with non-byte bit depths
- @EliotJones - use palette instead of color when creating images where possible
- @ZaneDubya - Handle non-standard PNG images that are not paletted yet have a PLTE chunk
- @EliotJones - ignore data after iend marker by default
Version 1.0.1
Fixes issue with ZLIB checksum not being present when documents are created.
Version 1
Initial release