text-to-image-compression

command module
v0.0.0-...-d7ecdf9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2024 License: MIT Imports: 5 Imported by: 0

README

text-to-image-compression

Reproducing code about https://shkspr.mobi/blog/2024/01/compressing-text-into-images/ this interesting project.

Reproducing

./text-to-image-compression
pngcrush -ow pg1513.png

Then:

echo -n "PNG: "; cat pg1513.png | wc -c
echo -n "Gzip: "; cat pg1513.txt | gzip -c | wc -c
echo -n "Gzip (-9): "; cat pg1513.txt | gzip -9c | wc -c

Results

PNG: 64379
Gzip: 64563
Gzip (-9): 64331

License

See LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL