Fix #192: tiff files (and others) appear blurry when 1:1 view
authorColin Clark <colin.clark@cclark.uk>
Fri, 4 Aug 2017 16:04:07 +0000 (17:04 +0100)
committerColin Clark <colin.clark@cclark.uk>
Fri, 4 Aug 2017 16:04:07 +0000 (17:04 +0100)
commita920f59f969459edcd5081cf3fdc16401fbf0d40
tree9636a9e95d61a25e316ac3cd15826c67370a8d63
parent559f0843a8b29057b08e2f1655d0c8eca87a4e22
Fix #192: tiff files (and others) appear blurry when 1:1 view

https://github.com/BestImageViewer/geeqie/issues/192

Up to commit 808d8558b3d5 alpha-channel files at scale 1:1 always had
GdkInterpType set to GDK_INTERP_NEAREST - the lowest quality. As there
was no scaling, this was ok.
Thereafter scaling was set to that selected by the user, resulting in
problems when GDK_INTERP_HYPER was selected.
This commit reverts to the previous method.
src/renderer-tiles.c