
image_optim_pack
Precompiled binaries for image_optim
.
Contains binaries for Mac OS X (>= 10.12, x86_64, arm64) and Linux (x86_64).
A test application with latest image_optim
and image_optim_pack
is available on render: https://iopack.onrender.com/.
Binaries and libraries
NOTE: On FreeBSD and OpenBSD make
is not the GNU Make, so gmake
should be used instead.
You can download all source code using gnu make download target:
make download
Installation
gem install image_optim image_optim_pack
Or add to your Gemfile
:
gem 'image_optim'
gem 'image_optim_pack'
Development
Mac OS X binaries and libraries are built on host, others using containers.
script/run
script/run NO_HALT=1
script/run NO_UP=1
script/run darwin 64
make
make all
script/livecheck
make update-versions
make download
make download-tidy-up
make build
make test
make test -i
make clean
make clean-all
make clobber
Docker
This project includes a Dockerfile
in the root, which builds a minimal image with most binaries included.
Running
docker run --rm ghcr.io/toy/image_optim --version
docker run --rm ghcr.io/toy/image_optim --info
docker run --rm -v "$PWD":/here -w /here ghcr.io/toy/image_optim image-in-this-folder.jpg
Building
make docker-build
make docker-push
Copyright
Copyright (c) 2014-2025 Ivan Kuchin. See LICENSE.txt for details.