You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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