Source: ruby-oily-png Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Daniel Leidert Build-Depends: debhelper-compat (= 13), gem2deb, rake-compiler, ruby-chunky-png, ruby-rspec Standards-Version: 4.6.0 Homepage: https://github.com/wvanbergen/oily_png Vcs-Git: https://salsa.debian.org/ruby-team/ruby-oily-png.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-oily-png Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-oily-png Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Description: native mixin to speed up ChunkyPNG OilyPNG is a Ruby C extension to speed up the pure Ruby ChunkyPNG library. It is a standalone module, so it does not require LibPNG, ImageMagick or any other library. Currently it has an alternative implementation of decoding and encoding PNGs, making these operations much faster, especially for PNG images that apply filtering.