RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

ChunkyPNG and OilyPNG 1.0 released

After more than a year of development, I released version 1.0 of ChunkyPNG, the pure Ruby library for handling PNG images, and OilyPNG, the C module that will speed it up.

The new ChunkyPNG release comes packed with new features: image resizing, polygon and circle drawing methods, more efficient image operations like rotate and flip, a simplified API and better documentation, etc.; see the changelog for all the changes. OilyPNG now comes with a C implementation of image composition, which significantly speeds up the generation of sprite images.

As always, use gem install {chunky,oily}_png to install. Feedback is welcome!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in