Alternatives to RMagick/ImageMagick for reading image pixel by pixel
问题 I am currently using RMagick and ImageMagick on a project I am working on, an ASCII image generator: https://github.com/ehayon/Pixie However, I don't like the ImageMagick dependency. I'm having a hard time finding an alternate library. All I need to do is get the RGB value at each pixel of an image. I'd like to support PNG and JPEG at a minimum. Anybody have experience with a similar library without the ImageMagick dependency? 回答1: Still looking for one on JPEG, but there's quite a nice