Author: akv Date: 2012-08-24 21:34:04 +0200 (Fri, 24 Aug 2012) New Revision: 4260
Modified: branches/4175-enfuse/src/rs-enfuse.c Log: Extending with -2 and +2 when enfusing. Modified: branches/4175-enfuse/src/rs-enfuse.c =================================================================== --- branches/4175-enfuse/src/rs-enfuse.c 2012-08-24 19:25:03 UTC (rev 4259) +++ branches/4175-enfuse/src/rs-enfuse.c 2012-08-24 19:34:04 UTC (rev 4260) @@ -311,7 +311,7 @@ g_usleep(500000); /* FIXME */ gui_progress_advance_one(progress); /* 1 - initiate */ - GList *exported_names = export_images(rs, files, extend, 0, 1.0, 0, 1.0, boundingbox); + GList *exported_names = export_images(rs, files, extend, 1, 2.0, 1, 2.0, boundingbox); gui_progress_advance_one(progress); /* 2 - after exported images */ _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
