Author: akv
Date: 2013-05-05 01:42:18 +0200 (Sun, 05 May 2013)
New Revision: 4384

Modified:
   branches/4175-enfuse/librawstudio/conf_interface.h
Log:
Added defines for how to extend when doing enfuse.

Modified: branches/4175-enfuse/librawstudio/conf_interface.h
===================================================================
--- branches/4175-enfuse/librawstudio/conf_interface.h  2013-05-04 23:09:42 UTC 
(rev 4383)
+++ branches/4175-enfuse/librawstudio/conf_interface.h  2013-05-04 23:42:18 UTC 
(rev 4384)
@@ -78,6 +78,12 @@
 #define CONF_ENFUSE_ALIGN_IMAGES "conf_enfuse_align_images"
 #define CONF_ENFUSE_EXTEND "conf_enfuse_extend"
 #define CONF_ENFUSE_SIZE "conf_enfuse_size"
+#define CONF_ENFUSE_EXTEND_NEGATIVE_SINGLE "conf_enfuse_extend_negative_single"
+#define CONF_ENFUSE_EXTEND_POSITIVE_SINGLE "conf_enfuse_extend_positive_single"
+#define CONF_ENFUSE_EXTEND_STEP_SINGLE "conf_enfuse_extend_step_single"
+#define CONF_ENFUSE_EXTEND_NEGATIVE_MULTI "conf_enfuse_extend_negative_multi"
+#define CONF_ENFUSE_EXTEND_POSITIVE_MULTI "conf_enfuse_extend_positive_multi"
+#define CONF_ENFUSE_EXTEND_STEP_MULTI "conf_enfuse_extend_step_multi"
 
 #define DEFAULT_CONF_EXPORT_FILENAME "%f_%2c"
 #define DEFAULT_CONF_BATCH_DIRECTORY "batch_exports/"
@@ -113,6 +119,12 @@
 #define DEFAULT_CONF_ENFUSE_ALIGN_IMAGES TRUE
 #define DEFAULT_CONF_ENFUSE_EXTEND TRUE
 #define DEFAULT_CONF_ENFUSE_SIZE 0
+#define DEFAULT_CONF_ENFUSE_EXTEND_NEGATIVE_SINGLE 3.0
+#define DEFAULT_CONF_ENFUSE_EXTEND_POSITIVE_SINGLE 3.0
+#define DEFAULT_CONF_ENFUSE_EXTEND_STEP_SINGLE 1.0
+#define DEFAULT_CONF_ENFUSE_EXTEND_NEGATIVE_MULTI 1.0
+#define DEFAULT_CONF_ENFUSE_EXTEND_POSITIVE_MULTI 1.0
+#define DEFAULT_CONF_ENFUSE_EXTEND_STEP_MULTI 2.0
 
 /* get the last working directory from gconf */
 void rs_set_last_working_directory(const char *lwd);


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

Reply via email to