MozJPEG improves JPEG compression efficiency achieving higher visual quality and smaller file sizes at the same time.
This repository contains tiny images with Mozilla's JPEG encoder. Dockerfiles and build pipelines are public.
U=$(id -u) G=$(id -g) ; docker run --rm --user $U:$G -v "$(pwd):/mnt" troebs/mozjpeg[:tag] -quality 95 -optimize -outfile "out.jpg" "in.jpg"
:latest - latest release:<major>:<major>.<minor>:<major>.<minor>.<patch>:git - latest commit in master branchContent type
Image
Digest
sha256:7cd93697d…
Size
774.5 kB
Last updated
over 1 year ago
docker pull troebs/mozjpeg