https://github.com/hohmiyazawa/deebtjeme
Experimental lossless image compression
https://github.com/hohmiyazawa/deebtjeme
compression rans
Last synced: 2 months ago
JSON representation
Experimental lossless image compression
- Host: GitHub
- URL: https://github.com/hohmiyazawa/deebtjeme
- Owner: hohMiyazawa
- License: gpl-3.0
- Created: 2021-05-07T09:34:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T16:21:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T15:24:11.709Z (4 months ago)
- Topics: compression, rans
- Language: C++
- Homepage:
- Size: 922 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experimental lossless image compression
8bit RGB images, alpha channel ignored, input must be PNG.
Compile:
```
make
```Usage:
```
./choh infile.png outfile.hoh speed
```Where ``speed`` is a number in the range ``0`` to ``10`` (inclusive). increasingly slower and better compression. (Higher numbers are also accepted, but usually don't help much)
Decoding:
```
./dhoh infile.hoh outfile.png
```