ALT Linux Bugzilla
– Attachment 1909 Details for
Bug 11348
падает любое приложение использующие imlib2 при работе с tiff
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
imlib2 patch for working with tiff format.
alt.patch (text/plain), 592 bytes, created by
Andriy Stepanov
on 2007-04-18 12:12:47 MSD
(
hide
)
Description:
imlib2 patch for working with tiff format.
Filename:
MIME Type:
Creator:
Andriy Stepanov
Created:
2007-04-18 12:12:47 MSD
Size:
592 bytes
patch
obsolete
>diff -ruN imlib2-1.3.0/src/modules/loaders/loader_tiff.c imlib2-1.3.0-modified/src/modules/loaders/loader_tiff.c >--- imlib2-1.3.0/src/modules/loaders/loader_tiff.c 2007-02-18 00:49:17 +0300 >+++ imlib2-1.3.0-modified/src/modules/loaders/loader_tiff.c 2007-04-18 10:58:37 +0400 >@@ -93,7 +93,7 @@ > > for (i = y, rast_offset = 0; i > dy; i--, rast_offset--) > { >- pixel = rast + (rast_offset * image_width); >+ pixel = rast + (rast_offset * (int)image_width); > buffer_pixel = buffer + ((((image_height - 1) - i) * image_width) + x); > > for (j = 0; j < w; j++)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11348
: 1909