Mercurial > cgi-bin > hgweb.cgi > ImagePrep
view src/name/blackcap/imageprep/default.properties @ 15:fad32eda667f
Fix ImageWriter leak.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 19 Jul 2020 13:49:23 -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