From bd4bdaab0dd4aa70366fda4662c322ecf3d06a9d Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 22 Aug 2007 22:24:02 +0000 Subject: [PATCH] change JPG quality to use the gd formatter (cairo2jpg) instead of the gd renderer in the case that gdk_pixbuf is not available. --- plugin/gd/gvformatter_gd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/gd/gvformatter_gd.c b/plugin/gd/gvformatter_gd.c index 861c0baf2..27575c66b 100644 --- a/plugin/gd/gvformatter_gd.c +++ b/plugin/gd/gvformatter_gd.c @@ -163,9 +163,9 @@ gvplugin_installed_t gvformatter_gd_types[] = { #endif #ifdef HAVE_GD_JPEG - {FORMAT_JPEG, "cairo2jpe", -1, &gd_engine, &gd_features}, - {FORMAT_JPEG, "cairo2jpeg", -1, &gd_engine, &gd_features}, - {FORMAT_JPEG, "cairo2jpg", -1, &gd_engine, &gd_features}, + {FORMAT_JPEG, "cairo2jpe", 5, &gd_engine, &gd_features}, + {FORMAT_JPEG, "cairo2jpeg", 5, &gd_engine, &gd_features}, + {FORMAT_JPEG, "cairo2jpg", 5, &gd_engine, &gd_features}, #endif #if 0 -- 2.40.0