question regarding pixbuf

2007-03-22 Thread Alexander Eichner
hello, i have a problem when i load images with a certain size. Normally the rowstride given with gdk_pixbuf_get_rowstride is calculated with width of the image multiplied with the number of channels in the image. But if i load an RGB Image with for example 314px*240px in size I get an rowstride o

Re: question regarding pixbuf

2007-03-22 Thread Ernie Wright
Alexander Eichner wrote: > i have a problem when i load images with a certain size. > Normally the rowstride given with gdk_pixbuf_get_rowstride > is calculated with width of the image multiplied with the number of > channels in the image. > But if i load an RGB Image with for example 314px*240px