Skip to content

Releases: EliotJones/BigGustave

Version 1.0.6

01 May 15:23
Compare
Choose a tag to compare

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

22 Apr 23:54
Compare
Choose a tag to compare
  • @EliotJones - Add ability to store text data in created PNG images using builder.StoreText(string keyword, string text)

Version 1.0.3

31 Dec 17:32
Compare
Choose a tag to compare
  • @EliotJones - Remove accientally committed debugging code

Version 1.0.2

08 Nov 20:15
Compare
Choose a tag to compare
  • @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

18 Dec 14:22
Compare
Choose a tag to compare

Fixes issue with ZLIB checksum not being present when documents are created.

Version 1

19 May 14:06
Compare
Choose a tag to compare

Initial release