From 320e23d0fa2838ecf868c3c4adbd13aad85bf24a Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Tue, 25 Nov 2014 12:11:17 -0500 Subject: [PATCH] increase default resize-to Former-commit-id: baf8f0bda0b5a78a4ad15c7527b61a2327ee62fc --- run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.pl b/run.pl index ef0a2884..442b9c67 100644 --- a/run.pl +++ b/run.pl @@ -67,7 +67,7 @@ sub parseArgs { ## defaults $args{"--match-size"} = "200"; - $args{"--resize-to"} = "1200"; + $args{"--resize-to"} = "3000"; $args{"--start-with"} = "resize"; $args{"--end-with"} = "pmvs";