b2d/README.md

29 lines
826 B
Markdown
Raw Permalink Normal View History

2020-05-03 14:55:45 +00:00
# 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
2020-05-03 21:31:13 +00:00
# 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.
2020-05-03 14:55:45 +00:00
# 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.
2020-05-03 21:31:13 +00:00
## Changelog
```
1.3 - Initial b2d project release
- Add no header option
- Bugfixes
- Cross-platform fixes and CICD work for new builds
```