https://github.com/reybits/sprite-extractor
A sprite viewer and extractor for any binary file, supporting 1-bit per pixel (black & white) and 8-bit per pixel (grayscale) formats.
https://github.com/reybits/sprite-extractor
extractor image-processing linux macos sprite-editor zx-spectrum zxspectrum
Last synced: 3 months ago
JSON representation
A sprite viewer and extractor for any binary file, supporting 1-bit per pixel (black & white) and 8-bit per pixel (grayscale) formats.
- Host: GitHub
- URL: https://github.com/reybits/sprite-extractor
- Owner: reybits
- License: mit
- Created: 2025-02-21T04:36:57.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-21T04:38:48.000Z (8 months ago)
- Last Synced: 2025-03-14T16:46:07.835Z (7 months ago)
- Topics: extractor, image-processing, linux, macos, sprite-editor, zx-spectrum, zxspectrum
- Language: C
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sprite Extractor
A utility for viewing sprites in binary files, useful for finding graphics in ROM/TAP files from vintage home computers like the ZX Spectrum.
## Build and Run
```sh
make release
./sprite-extractor path/to/binary/file
```---
```
Copyright © 2014 Andrey A. Ugolnik. All Rights Reserved.
https://www.ugolnik.info
andrey@ugolnik.info
```