[gthumb: 90/129] use the best filter for high quality zoom
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 90/129] use the best filter for high quality zoom
- Date: Wed, 27 Apr 2011 20:57:56 +0000 (UTC)
commit 611a5919a3d0f389718213be1722cfc2072806d2
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Apr 25 20:39:48 2011 +0200
use the best filter for high quality zoom
gthumb/gth-image-dragger.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-image-dragger.c b/gthumb/gth-image-dragger.c
index 3b96a6e..414651a 100644
--- a/gthumb/gth-image-dragger.c
+++ b/gthumb/gth-image-dragger.c
@@ -150,7 +150,7 @@ gth_image_dragger_expose (GthImageViewerTool *self,
if (gth_image_viewer_get_zoom_quality (viewer) == GTH_ZOOM_QUALITY_LOW)
filter = CAIRO_FILTER_FAST;
else
- filter = CAIRO_FILTER_GOOD;
+ filter = CAIRO_FILTER_BEST;
if (gth_image_viewer_get_zoom (viewer) == 1.0)
filter = CAIRO_FILTER_FAST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]