repositorypackage
0.0.0-20241126190333-173931966f53
Repository: https://github.com/alex-vit/tiny.git
Documentation: pkg.go.dev
# README
tiny
CLI to shrink JPEG / PNG images.
Installation
go install github.com/alex-vit/tiny@latest
Usage
# tiny cat.jpg dog.png ...
# tiny .
tiny .
expects a literal dot, not any folder, which I realized just now and migth fix in the future.
[!WARNING] tiny replaces the image with the compressed one. If you'd like tiny to preserve the original, flip the
preserveOriginals
constant and recompile.