Author: post
Date: 2010-11-07 20:37:47 +0100 (Sun, 07 Nov 2010)
New Revision: 3605

Modified:
   trunk/plugins/resample/resample.c
Log:
Erase "half size", if image has been scaled.

Modified: trunk/plugins/resample/resample.c
===================================================================
--- trunk/plugins/resample/resample.c   2010-11-07 19:06:07 UTC (rev 3604)
+++ trunk/plugins/resample/resample.c   2010-11-07 19:37:47 UTC (rev 3605)
@@ -462,6 +462,7 @@
        g_object_unref(afterVertical);
 
        rs_filter_response_set_image(response, output);
+       rs_filter_param_set_boolean(RS_FILTER_PARAM(response), "half-size", 
FALSE);
        g_object_unref(output);
        return response;
 }


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to