Bugzilla – Attachment 50940 Details for
Bug 112733
Digikam and Konqueror do not handle TIF-Pictures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
imlib2 tiff loader patch
imlib2-1.1.1-tiffloader.patch (text/plain), 689 bytes, created by
Renchi Raju
on 2005-09-27 14:05:48 UTC
(
hide
)
Description:
imlib2 tiff loader patch
Filename:
MIME Type:
Creator:
Renchi Raju
Created:
2005-09-27 14:05:48 UTC
Size:
689 bytes
patch
obsolete
>--- imlib2-1.1.1/loaders/loader_tiff.c.orig 2004-02-14 17:30:48.000000000 -0800 >+++ imlib2-1.1.1/loaders/loader_tiff.c 2005-09-27 07:03:59.668669400 -0700 >@@ -259,7 +259,7 @@ > rgba_image.rgba.put.separate = put_separate_and_raster; > } > } >- if (rgba_image.rgba.samplesperpixel == 8) >+ if (rgba_image.rgba.bitspersample == 8) > { > if (!TIFFRGBAImageGet((TIFFRGBAImage *) & rgba_image, > rast, width, height)) >@@ -275,7 +275,7 @@ > } > else > { >- printf("channel bits == %i\n", (int)rgba_image.rgba.samplesperpixel); >+ printf("channel bits == %i\n", (int)rgba_image.rgba.bitspersample); > } > > _TIFFfree(rast);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 112733
:
47416
|
49198
|
49199
| 50940