summaryrefslogtreecommitdiff
path: root/graphics/ruby-oily_png/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-10-15Update ruby-oily_png to 1.2.1.taca1-2/+2
* Update PNG decoding to use palette that is passed around, instead of an instance variable on the decoding module. This fixes some issues around transparency, which were fixed in ChunkyPNG before: wvanbergen/chunky_png#112
2015-06-07Update ruby-oily_png to 1.2.0.taca1-3/+3
Update HOEPAGE. No changes are available except commit log. <https://github.com/flori/tins/commits/master>
2015-02-03Update ruby-oily_png to 1.1.2.taca1-3/+3
Changes are not available but here is a few from commit log: * Add euclidean_distance_rgba method. * Fix crash bilinear upsampling tall images. * Fix bilinear upsampling correctness.
2014-03-14Update ruby-oily_png to 1.1.1.taca1-3/+3
* Bilinear resampling in C. * Removed debugging printf. * Set bounds correctly, add tests. * Store pixels in uint32_t instead of long. Saves space and works on 32-bit systems * Bump chunky_png dependency to 1.2.7.
2013-03-11Update ruby-oily_png to 1.1.0.taca1-3/+3
* Bilinear resampling in C. * Removed debugging printf. * Set bounds correctly, add tests. * Store pixels in uint32_t instead of long. Saves space and works on 32-bit systems * Bump chunky_png dependency to 1.2.7.
2013-02-11Update ruby-oily_png to 1.0.3.taca1-2/+2
A few bug fixes.
2012-09-16Add ruby-oily_png package version 1.0.2.taca1-0/+14
This Ruby C extenstion defines a module that can be included into ChunkyPNG to improve its speed.