FXImage.getPixel(x, y) is broken. It segfaults. (windows) Happens on both fxruby1.2 and 1.4. Sample script: require ''fox14'' include Fox application = FXApp.new("bug", "gga") application.create image = FXImage.new(application, nil, IMAGE_SHMI|IMAGE_SHMP, 512, 512) image.create image.getPixel(0,0) # <------ will segfault application.run
On Tue, 11 Oct 2005 17:12:48 -0300, Gonzalo Garramuno <ggarra at advancedsl.com.ar> wrote :> FXImage.getPixel(x, y) is broken. It segfaults. (windows)Thanks. Have added to the bug list. I''m going to try to get a new release out sometime next week (after returning from RubyConf).