C64 image file viewer (koala format)

For Scene Demos that display animations, graphics, and music. Also for tech demos of graphics capability of VERA or the audio capabilities of the PSG, FM, or PCM audio channels.
Post Reply
User avatar
desertfish
Posts: 1123
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

C64 image file viewer (koala format)

Post by desertfish »


I wrote a program that loads Commodore-64 multicolor pixel art images in the "koala" file format, and displays them to a regular Commander X16  320x200 graphics screen.




The C64 uses a fixed palette of 16 colors for all its graphics.




I do find that the saturation of the default colors in de c64 palette in the Cx16 emulator is not very good though: when the images are displayed on a C64 or in an emulator like Vice for instance, they look much better in my opinion.

So the program sets a custom palette (the "pepto" Vic-II colors) to make the images look closer like they would on a C64.




 




This program has been integrated in a multi-format image viewer now, the source code of that is here https://github.com/irmen/prog8/tree/master/examples/cx16/imageviewer



Improved decoding performance significantly.


Attachments
C64 image file viewer (koala format)
C64 image file viewer (koala format)
katakis.png (37.34 KiB) Viewed 463 times
koalaviewer.zip
C64 image file viewer (koala format)
(45.84 KiB) Downloaded 104 times
Post Reply