https://github.com/blumatrikz/xga-viewer
A image viewer for my 4 bit color image format
https://github.com/blumatrikz/xga-viewer
Last synced: 11 months ago
JSON representation
A image viewer for my 4 bit color image format
- Host: GitHub
- URL: https://github.com/blumatrikz/xga-viewer
- Owner: bluMATRIKZ
- License: gpl-3.0
- Created: 2025-06-22T20:24:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T20:41:06.000Z (12 months ago)
- Last Synced: 2025-06-22T21:27:23.460Z (12 months ago)
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XGA Viewer
A image viewer for my 4 bit color image format
Compile & install:
```
make
```
Compile:
```
make compile
```
Install:
```
make install
```
Uninstall:
```
make remove
```
Clean:
```
make clean
```
Run:
```
xga-viewer
```
or if you did not install it:
```
./xga-viewer
```