oximg 0.11.0

High-performance image compression: library, CLI, and self-hostable server (PoC).
Documentation
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

source "https://rubygems.org"

# The contenders. oximg comes from rubygems.org like anyone else would
# install it — the platform gem, binary bundled.
gem "oximg", "~> 0.10"
gem "ruby-vips", "~> 2.3"          # ActiveStorage default since Rails 7
gem "image_processing", "~> 1.13"  # the layer ActiveStorage actually calls
gem "mini_magick", "~> 5.3"        # the other ActiveStorage processor