Skip to content

Releases: drojaazu/chrgfx

Version 3.0

03 Feb 02:30
6f16367
Compare
Choose a tag to compare

Major changes in 3.0:

  • Added new utility palview for rendering a palette into an image of color swatches for preview or reference.
  • Added palette rendering functions to libchrgfx
  • Added the ability create or modify gfxdef properties from the command line.
  • Speed improvements to tile encode/decode and rendering.
  • Abstracted the intermediate image format away from libpng++, removing it as a dependency for libchrgfx and allowing for simple export of other image types.
  • Rewrite of gfxdef loading that only loads from an external file when necessary.
  • Use of XDG directories. External gfxdefs file is now checked at $XDG_DATA_HOME and $XDG_DATA_DIRS unless manually specified.
  • General code cleanup and removal of redundancies.

Minor revisions since 3.0.0

  • Fixed issue with installation script
  • Added missing includes that caused build failure in some distros
  • Additional installation notes

v2.1.1

10 Nov 15:38
Compare
Choose a tag to compare

Corrected issue with rendering to png when excess tiles are present and borders are not enabled

v2.1.0

22 Sep 08:37
Compare
Choose a tag to compare

Corrected a breaking bug with 2bpp or less tiles; updated to newer support headers; lots of housekeeping and modernizations

v2.0.3

15 Sep 16:35
Compare
Choose a tag to compare

Corrected issue in color conversion functions.

v2.0.2

15 Sep 09:14
Compare
Choose a tag to compare

Fixed bug in png2chr where PNG data was not loaded when specified as a filename.

v2.0.1

15 Sep 02:50
Compare
Choose a tag to compare

Fixed a missed include in buffer.hpp that prevented new builds.

v2.0

19 Apr 15:20
Compare
Choose a tag to compare

Version 2 release

  • Massive code refactoring
  • libchrgfx API not compatible with ver 1
  • Processing is much faster
  • Added option for border around tiles in rendered PNG output

v1.0.2

06 Sep 23:39
cd37ac6
Compare
Choose a tag to compare

Minor changes to includes and build config

v1.0.0

04 Sep 07:07
Compare
Choose a tag to compare

libchrgfx 1.0.0, chr2png 1.0.0, png2chr 1.0.0