1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: ruby-oily-png
Section: ruby
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.70~),
devscripts,
debhelper,
dh-buildinfo,
gem2deb (>= 0.2.5~)
Standards-Version: 3.9.3
Homepage: https://github.com/wvanbergen/oily_png/
Vcs-Git: git://git.debian.org/git/collab-maint/ruby-oily-png
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ruby-oily-png.git
XS-Ruby-Versions: all
Package: ruby-oily-png
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
${shlibs:Depends},
${cdbs: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.
|