On Sun, Oct 16, 2016 at 11:52:15AM +0900, Shyouzou Sugitani wrote: > Package: ruby-gdk-pixbuf2 > Version: 3.0.9-1 > Severity: normal > > Dear Maintainer, > > I'm trying to make ninix-aya work with Ruby-GNOME2 3.0.9. > But I found that I cannot overwrite Pixbuf.pixels with substitution. > > pix = GdkPixbuf::Pixbuf.new(:file => "test.png") > pix.pixels[0] > => 0 > pix.pixels[0] = 255 > => 255 > pix.pixels[0] > => 0 > > In 2.2.5 I can modify GdkPixbuf through pixels. > Is there any API change?
It will be probably more effective for you to make that query upstream.
signature.asc
Description: PGP signature
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
