A Utility for Converting Modern Graphics to Apple II Graphics
Go to file
Dagen Brock a2929a3fc6
Merge pull request #2 from digarok/fix-path-casing
Fix path casing
2020-06-09 07:01:47 -05:00
.github/workflows Multiplatform CICD 2020-05-31 19:53:38 -05:00
archival initial commit 2020-05-03 09:55:45 -05:00
src only uppercase new filename, not path 2020-06-09 06:55:16 -05:00
tests only uppercase new filename, not path 2020-06-09 06:55:16 -05:00
README.md Multiplatform CICD 2020-05-31 19:53:38 -05:00

README.md

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