From: fpunktk Date: Sat, 30 Dec 2017 11:23:35 +0000 (+0100) Subject: change default destination size X-Git-Url: https://fpunktk.de/gitweb/?p=anondcim.git;a=commitdiff_plain;h=07487d75c0220be1a4fe083bc0562f744a2dbed6 change default destination size --- diff --git a/anondcim b/anondcim index 0fbc941..df11575 100755 --- a/anondcim +++ b/anondcim @@ -40,7 +40,7 @@ type jhead 1>/dev/null 2>&1 || type exiftool 1>/dev/null 2>&1 || die "jhead or e # set default values file_prefix="" -dst_size="1280" +dst_size="1920" dst_dir="--same--" while getopts ':p:s:d:' OPTION