Sha256: 7af572ab3f7b54488cac7a4da5cdceaed91a4bba93b5c2b700ce9b1e24f6a22e

Contents?: true

Size: 998 Bytes

Versions: 14

Compression:

Stored size: 998 Bytes

Contents

= OilyPNG

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.

Performance comparison: http://gist.github.com/611255

*Warning*: this is my first C code in years. It may blow up your PC after leaking memory all
over the place, killing a kitten in the process. You have been warned.

== Usage

1. First install the gem and make it available to your project.
2. Use require "oily_png" instead of require "chunky_png"
3. Presto! Now use ChunkyPNG as you normally would and get an instant speedup. 

See http://github.com/wvanbergen/chunky_png/wiki for more information on how to use the
ChunkyPNG API.

== About

License: MIT (see LICENSE)

This C module is written by Willem van Bergen with help from Dirkjan Bussink.

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
oily_png-1.1.0 README.rdoc
oily_png-1.0.3 README.rdoc
oily_png-1.0.2 README.rdoc
oily_png-1.0.1 README.rdoc
oily_png-1.0.0 README.rdoc
oily_png-1.0.0.rc2 README.rdoc
oily_png-1.0.0.rc1 README.rdoc
oily_png-1.0.0.beta1 README.rdoc
oily_png-0.3.0 README.rdoc
oily_png-0.2.0 README.rdoc
oily_png-0.1.1 README.rdoc
oily_png-0.1.0 README.rdoc
oily_png-0.0.8 README.rdoc
oily_png-0.0.7 README.rdoc