Fix #772: Huge image display issue
authorterrancewong <>
Tue, 20 Apr 2021 09:30:35 +0000 (10:30 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 20 Apr 2021 09:30:35 +0000 (10:30 +0100)
commitc79f0655b55103f7466d8d9cae662c58d4307127
tree15ee9b8f73c081d72d5481d36461225d2ff76963
parent2920df346c290c58ca721884fe64818ecf01cf64
Fix #772: Huge image display issue

https://github.com/BestImageViewer/geeqie/issues/772
Patch by terrancewong, expanded by CAC.
There is a problem with the GdkPixbuf library when the image width is > 32767.
The problem shows in gdk_pixbuf_copy_area() and GDK_INTERP_NEAREST.
The easiest way to solve the problems is to work around them.
src/renderer-tiles.c