[Rawstudio-commit] r2735 - trunk/src

Anders Kvist anders at kvistmail.dk
Mon Nov 9 01:00:08 CET 2009


Author: akv
Date: 2009-11-09 01:00:07 +0100 (Mon, 09 Nov 2009)
New Revision: 2735

Modified:
   trunk/src/rs-batch.c
Log:
respect queue export maximum dimensions - Patch by Edouard Gomez

Modified: trunk/src/rs-batch.c
===================================================================
--- trunk/src/rs-batch.c	2009-10-21 01:52:00 UTC (rev 2734)
+++ trunk/src/rs-batch.c	2009-11-09 00:00:07 UTC (rev 2735)
@@ -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-commit mailing list