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

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

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