bits per smaple! :)

SVN revision: 11953
This commit is contained in:
Carsten Haitzler 2004-10-22 00:56:56 +00:00
parent cd62ea29e6
commit 4d83c71e08
1 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,8 @@ load(ImlibImage * im, ImlibProgressFunction progress,
rgba_image.rgba.put.separate = put_separate_and_raster;
}
}
if (rgba_image.rgba.samplesperpixel == 8)
/* if (rgba_image.rgba.samplesperpixel == 8)*/
if (rgba_image.rgba.bitspersample == 8)
{
if (!TIFFRGBAImageGet((TIFFRGBAImage *) & rgba_image,
rast, width, height))