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 =
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
=> 2
2 matches
Mail list logo