A converter to/from the bitmap graphics format being developed for the Commander X16
Find a file
2023-11-17 12:32:38 -08:00
.vscode Initial commit. 2023-11-17 12:30:24 -08:00
.gitignore Initial commit. 2023-11-17 12:30:24 -08:00
bitmapx16.cpp Initial commit. 2023-11-17 12:30:24 -08:00
bitmapx16.h Initial commit. 2023-11-17 12:30:24 -08:00
LICENSE Initial commit. 2023-11-17 12:30:24 -08:00
main.cpp Initial commit. 2023-11-17 12:30:24 -08:00
meson.build Initial commit. 2023-11-17 12:30:24 -08:00
PACK.png Initial commit. 2023-11-17 12:30:24 -08:00
palette.cpp Initial commit. 2023-11-17 12:30:24 -08:00
palette.h Initial commit. 2023-11-17 12:30:24 -08:00
README.md Update README.md 2023-11-17 12:32:38 -08:00
TEST.png Initial commit. 2023-11-17 12:30:24 -08:00
test.sh Initial commit. 2023-11-17 12:30:24 -08:00

B16Converter

A converter to/from the B16/BMX bitmap format being developed for the Commander X16

Building

This program requires ImageMagick, and Magick++ (which may come with ImageMagick)

Steps:

  1. Clone the repo. For example: git clone https://github.com/catmeow72/b16converter.git b16converter
  2. cd into the repo directory. For example: cd b16converter
  3. Run meson setup builddir
  4. Run meson compile -C builddir
  5. The binary is ./builddir/b16converter(.exe) where (.exe) is .exe if on Windows, and nothing on other operating systems.

Usage

Run the binary with the -in option specifying the input file and the -out option specifying the desired output file.

Use -reverse to convert B16 to a PC graphics format

Check the flags with -help

Testing

Use the test.sh script from an environment with Bash available to automatically convert PACK.png and TEST.png to B16 at various resolutions and bitdepths, with and without dithering. It also converts back to PNG from the B16 files to test that functionality.

Once you have .b16 files, you can test it with my B16 viewer inside the X16 emulator.