Multi format image viewer

Post Reply
User avatar
desertfish
Posts: 1126
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Multi format image viewer

Post by desertfish »

Here's a multi file format image viewer program.

You can view multiple types of images with it: BMP, PCX, IFF (Amiga and PC variants, including color cycling!), Koala (C64) and Doodle (C64), and finally BMX (commanderX16). It can convert the image to BMX file format too.

Display is 2-256 colors , 320x240 resolution. Source code is here.

Follow on screen instructions. It can display a single file or all image files found on the disk as a slide show.
Press any key to advance to the next image.
Press 'b' to convert the currently displayed image into a BMX format file (image.bmx).
Press stop/ctrl+c to stop palette cycling images, or to abort a slide show.
Attachments
IMAGEVIEWER.PRG
(17.46 KiB) Downloaded 166 times
User avatar
desertfish
Posts: 1126
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Re: Multi format image viewer

Post by desertfish »

updated the image viewer to include save-as-bmx functionality when pressing key 'b'
Post Reply