[Swift-commit] r4599 - SwiftApps/Montage/scripts

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Fri Jun 10 20:03:26 CDT 2011


Author: jonmon
Date: 2011-06-10 20:03:25 -0500 (Fri, 10 Jun 2011)
New Revision: 4599

Modified:
   SwiftApps/Montage/scripts/Swift_Montage_Apps.swift
Log:
A minor change to the parameters for mJPEG


Modified: SwiftApps/Montage/scripts/Swift_Montage_Apps.swift
===================================================================
--- SwiftApps/Montage/scripts/Swift_Montage_Apps.swift	2011-06-10 22:54:17 UTC (rev 4598)
+++ SwiftApps/Montage/scripts/Swift_Montage_Apps.swift	2011-06-11 01:03:25 UTC (rev 4599)
@@ -57,7 +57,7 @@
 
 app ( JPEG mos_img_jpg ) mJPEG( Image mos_img )
 {
-    mJPEG "-gray" @mos_img "0s" "max" "gaussian-log" "-out" @mos_img_jpg;
+    mJPEG "-gray" @mos_img "20%" "99.98%" "loglog" "-out" @mos_img_jpg;
 }
 
 




More information about the Swift-commit mailing list