sivsushruth / rmagick4j

Automatically exported from code.google.com/p/rmagick4j
0 stars 0 forks source link

Missing method: Magick::Image.get_pixels #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pic = Magick::Image.read("test_pic.jpg").first
2. puts pic.get_pixels(0, 0, 1, 1)

What is the expected output? What do you see instead?
red=31354, green=36751, blue=38036, opacity=0 

What version of the product are you using? On what operating system?
Ubuntu 11.04 64 bit, RVM installed jruby-head with gem installed rmagick4j

Please provide any additional information below.

The following code shows that the method is not implemented:
puts pic.methods.sort

Original issue reported on code.google.com by kaspe...@gmail.com on 11 Aug 2011 at 9:36