view src/name/blackcap/imageprep/default.properties @ 31:99a0eb385c9a default tip

Work around annoying Swing glitch.
author David Barts <n5jrn@me.com>
date Sat, 20 Aug 2022 09:19:49 -0700
parents e0efe7848130
children
line wrap: on
line source

# -*- coding: UTF-8 -*-

# The maximum dimension the output file should have. If either the
# width or the height exceeds this number, the image will be scaled
# (preserving its aspect ratio) so that the maximum dimension is equal
# to the the following number.
maxDimension=640

# The quality of the output JPEG file (a JPEG is always produced), as
# an integer from 0 to 100
outputQuality=85

# This is added to the name part of the file to create the default
# output file name.
outputSuffix=_scaled

# The directory where files will be written, if outputToInputDir is not
# true. If empty, output to the home directory. If this starts with a
# tilde, the tilde will be replaced with the home directory.
outputTo=

# If true, output files get created by default in the same place the
# input file was loaded from.
outputToInputDir=true