[Rawstudio-dev] [PATCH] core: respect queue export maximum dimensions

Edouard Gomez ed.gomez at free.fr
Sun Nov 8 23:32:34 CET 2009


# HG changeset patch
# User Edouard Gomez <ed.gomez at free.fr>
# Date 1257718739 -3600
# Node ID 0a77e38d9b67daf0815a4cdaacd9a7ccd601027e
# Parent  e659ec38752bb125920ae5029aacbfc1a566be59
core: respect queue export maximum dimensions

diff --git a/src/rs-batch.c b/src/rs-batch.c
--- a/src/rs-batch.c
+++ b/src/rs-batch.c
@@ -520,8 +520,8 @@
 				"rectangle", photo->crop,
 				"settings", photo->settings[setting_id],
 				"bounding-box", TRUE,
-				"width", 250,
-				"height", 250,
+				"width", queue->width,
+				"height", queue->height,
 				NULL);
 
 			/* Render preview image */



More information about the Rawstudio-dev mailing list