An open API service indexing awesome lists of open source software.

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.

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
```