b2d/README.md

826 B

b2d

The b2d project provides modern builds of versions of bmp2dhr, a utility for converting modern graphics to Apple II graphics.

Releases

  • see the releases page

Usage

The b2d command will show a small amount of help upon execution without any arguments.

Here's an example of converting a BMP to a LoRes Apple II screen:

b2d myimage.bmp L N

The L is for LoRes output, and the N specifies to not include any header, just the raw image data.

About

b2d project is by Dagen Brock

Bmp2DHR version 1.0 and 1.1 were publically released by Bill Buckels in 2014 and 2015 respectively. All rights reserved. See archival directory for more information.

Changelog

1.3 - Initial b2d project release
    - Add no header option
    - Bugfixes
    - Cross-platform fixes and CICD work for new builds