
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Precompiled binaries for image_optim
.
Contains binaries for Mac OS X (>= 10.9, x86_64) and Linux (x86_64).
A test application with latest image_optim
and image_optim_pack
is available on render: https://iopack.onrender.com/.
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
gem install image_optim image_optim_pack
Or add to your Gemfile
:
gem 'image_optim'
gem 'image_optim_pack'
Mac OS X binaries and libraries are built on host, others using vagrant.
Boxes for vagrant are built using veewee, check boxes/Rakefile and boxes/definitions.
script/run # Build and test all for all oses and architectures
script/run NO_HALT=1 # Don't halt VMs after building
script/run NO_UP=1 # Don't start VMs before building (will fail if not already running)
script/run darwin 64 # Build only platforms matching darwin or 64
make # Build all tools and copy them to vendor/OS-ARCH for current OS and ARCH, then test
make all # same
script/livecheck # Check versions
make update-versions # Update versions in Makefile
make download # Download archives
make download-tidy-up # Remove old archives
make build # Build all without copying to output directory
make test # Test bins for current os/arch
make test -i # Continue if one of bins fail
make clean # Remove build and output directories for current os/arch
make clean-all # Remove build root and output root directories
make clobber # `clean-all` and remove download directory
This project includes a Dockerfile
in the root, which builds a minimal image with most binaries included.
docker run --rm ghcr.io/toy/image_optim --version # image_optim version
docker run --rm ghcr.io/toy/image_optim --info # image_optim info including bin versions
docker run --rm -v "$PWD":/here -w /here ghcr.io/toy/image_optim image-in-this-folder.jpg
make docker-build # will be tagged with latest and current date in format %Y%m%d
make docker-push # will push tags created by docker-build
Copyright (c) 2014-2023 Ivan Kuchin. See LICENSE.txt for details.
FAQs
Unknown package
We found that image_optim_pack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.