Releases: drojaazu/chrgfx
Releases · drojaazu/chrgfx
Version 3.0
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