ChunkyPNG, a pure Ruby PNG library
I just released ChunkyPNG, a pure Ruby library for reading and writing PNG images. It may help you get rid of RMagick (it did for me). I blogged about my struggles to make the library memory efficient and have decent performance, which may be of interest to any Ruby developer trying to write efficient code.
Post a comment