Re: [Gimp-user] GdkPixbuf problem

2004-10-21 Thread Sven Neumann
Hi,

"Matthew H. Plough" <[EMAIL PROTECTED]> writes:

> http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html
> , the GDK developer's documentation specifies the bits-per-sample
> property as follows:
>
>> The number of bits per sample.
>>
>> Allowed values: [1,16]
>>
>> Default value: 8
>>
>
> However, I get the following error when I try to allocate a pixbuf
> with 16 bits per sample in Windows 2000:
>
>> (rawtools:372): GdkPixbuf-CRITICAL **: file gdk-pixbuf.c: line 261
>> (gdk_pixbuf_n
>> ew): assertion `bits_per_sample == 8' failed
>
>
> Is this a known issue?  If so, when will it be fixed?

This is known. GdkPixbuf does only support 8 bits per color channel.
This is however completely off-topic here since GdkPixbuf if not
developed or maintained by the GIMP developers. Please check
bugzilla.gnome.org, product gtk+, and file an enhancement request if
there isn't one already.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] GdkPixbuf problem

2004-10-15 Thread Matthew H. Plough
Hi everyone --
At 
http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html 
, the GDK developer's documentation specifies the bits-per-sample 
property as follows:

The number of bits per sample.
Allowed values: [1,16]
Default value: 8
However, I get the following error when I try to allocate a pixbuf with 
16 bits per sample in Windows 2000:

(rawtools:372): GdkPixbuf-CRITICAL **: file gdk-pixbuf.c: line 261 
(gdk_pixbuf_n
ew): assertion `bits_per_sample == 8' failed

Is this a known issue?  If so, when will it be fixed?
Matt
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user