Skip to content

png2prg 1.6

Compare
Choose a tag to compare
@staD020 staD020 released this 30 Mar 09:18
· 90 commits to master since this release

png2prg 1.6

Png2prg converts a 320x200 image (png/gif/jpeg) to a c64 hires or
multicolor bitmap, charset, petscii, ecm or sprites prg. It will find the best
matching palette and background/bitpair-colors automatically, no need to modify
your source images or configure a palette.

Changes for version 1.6

  • Added -mode mixedcharset for mixed multicolor/singlecolor and
    individual d800 colors per char.
  • Modified -mode sccharset to use individual d800 colors per char.
  • Added -mode petscii.
  • Added -mode ecm.
  • Added -no-pack-empty to skip packing empty chars to filled chars to re-use
    for different colors. Only for mixed and ecm charsets.
  • Added -force-pack-empty for singlecolor and multicolor charset, may save
    a char, but usually pack-ratio is worse due to increased d800 color usage.
  • Improved auto-detection of graphics modes, including various charset modes.
  • Added sid support to charset displayers.
  • Added fullscreen fade in/out to charset displayers.
  • Bug Fix: -force-border-color for singlecolor charset (thanks Raistlin).
  • Bug Fix: do not write empty .prg file on error.
  • Standardized d02x colors in output.prg for charset modes.