monstergdc / CommodoreC64-Delphi

Delphi/Lazarus class to manipulate Commodore C-64 graphics data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommodoreC64-Delphi

Delphi/Lazarus class to manipulate Commodore C-64 graphics data with demo application, crossplatform, tested under Windows and Linux (Debian). Currently only saves JPG/BMP (and PNG in Lazarus version).

Supported C-64 formats include:

  • Koala Painter 2 (by AUDIO LIGHT) (pc-ext: .koa;.kla;.gg)
  • Wigmore Artist64 (by wigmore) (pc-ext: .a64)
  • Art Studio 1.0-1.1 (by OCP) (pc-ext: .aas;.art;.hpi)
  • Hi-Eddi (by Markt & Technik Verlag) (pc-ext: .hed)
  • Doodle (by OMNI) (pc-ext: .dd;.ddl;.jj)
  • RunPaint (pc-ext: .rpm)
  • Blazing Paddles (by BAUDEVILLE) (pc-ext: .blp;.pi)
  • Vidcom 64 (by OMEGA) (pc-ext: .vid)
  • Saracen Paint (by IDEA) (pc-ext: .sar)
  • Interpaint Hires (pc-ext: .ip64h;.iph)
  • Image System (Hires) (.ish)
  • Image System (Multicolor) (.ism;.ims)
  • Amica Paint (by OLIVER STILLER/MDG) (pc-ext: .ami)
  • FLI Graph 2.2 (by blackmail) (pc-ext: .bml)
  • AFLI-editor v2.0 (by Topaz Beerline) (pc-ext: .afl)
  • Hires FLI (by Crest) (pc-ext: .hfc) [AFLI]
  • Gunpaint (pc-ext: .gun,.ifl)
  • Funpaint 2 (by Manfred Trenz) (pc-ext: .fp2;.fun)
  • Drazlace (pc-ext: .drl)
  • True Paint (by Fatum) (pc-ext: .mci)
  • FFLI
  • some other *FLI formats -- IN PROGRESS
  • 8x8 and 16x16 font (hires/multicolor) - YET UNFINISHED
  • sprites (hires/multicolor, also font sprited) - YET UNFINISHED
  • Logo Painter v3 (pc-ext: .lp3;.gfx)
  • Paint Magic (pc-ext: .pmg)
  • Advanced Art Studio 2.0 (by OCP) (pc-ext: .ocp;.art)
  • CDU-Paint (pc-ext: .cdu)
  • Rainbow Painter (pc-ext: .rp)
  • Hires-Interlace v1.0 (Feniks) (pc-ext: .hlf)
  • Hires Manager (by Cosmos) (pc-ext: .him) -- UNPACKED ONLY
  • raw single bitmap data (8000 bytes) hires/multi

demo screenshot demo screenshot demo screenshot

About

Delphi/Lazarus class to manipulate Commodore C-64 graphics data

License:BSD 2-Clause "Simplified" License


Languages

Language:Pascal 99.9%Language:Batchfile 0.1%Language:Shell 0.0%