forked from MCZbase/DataShot_DesktopApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add possiblity to set field max height in imagecapture preferences
- Loading branch information
Showing
4 changed files
with
46 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
#DataShot 1.9.0-SNAPSHOT Properties | ||
#Sun Oct 27 16:25:43 CET 2019 | ||
hibernate.connection.password= | ||
configuration.specificcollection=ETHZ-ENT | ||
picklist.filterlength=3 | ||
images.thumbnailheight=120 | ||
images.basedirectory=F\:/OneDrive/Bernhard Webstudio/Auftraege/Entomologische Sammlung ETHZ/Beispiele | ||
numbertypes.showall=false | ||
#DataShot 1.9.3-SNAPSHOT Properties | ||
#Mon Oct 28 20:10:53 CET 2019 | ||
program.convert=/usr/bin/convert | ||
browse.enabled=false | ||
images.metadatacontainsbarcode=false | ||
images.regexdrawernumber=[0-9]{3}\\Q.\\E[0-9]+ | ||
program.mogrify=mogrify | ||
configuration.collection=ETHZ-ENT | ||
images.filenameregex=^ETHZ_ENT[0-9]{2}_[0-9]{4}_[0-9]{2}_[0-9]{2}_[0-9]{6}\\.JPG$ | ||
numbertypes.showall=false | ||
program.tesseract=tesseract | ||
images.barcoderescalesize=200brighter,200dimmer,400dimmer,400,600sharpen,600brighter,600dimmer,400sharpenbrighter,600sharpendimmer | ||
hibernate.connection.username=root | ||
hibernate.connection.url=jdbc\:mysql\://localhost\:3306/lepidoptera?serverTimezone\=Europe/Zurich | ||
fileload.lastpath= | ||
images.metadatacontainsbarcode=false | ||
images.thumbnailwidth=80 | ||
program.convert=/usr/bin/convert | ||
program.tesseract=tesseract | ||
images.regexdrawernumber=[0-9]{3}\\Q.\\E[0-9]+ | ||
images.basedirectoryurimap= | ||
images.basedirectory=F\:/OneDrive/Bernhard Webstudio/Auftraege/Entomologische Sammlung ETHZ/Beispiele | ||
template.default=ETHZ_template2 | ||
login.showadvanced=false | ||
hibernate.connection.username=root | ||
details.scroll=none | ||
browse.enabled=false | ||
scanonebarcode.lastpath=Z\:\\2017_05_09R\\ETHZ_ENT01_2017_05_09_027741.JPG | ||
default.preparation=pinned | ||
images.zxingalsotryharder=true | ||
display.collection=ETH Entomological Collection | ||
images.basedirectoryurimap= | ||
editor.fields.maxHeight=50 | ||
images.thumbnailwidth=80 | ||
images.thumbnailheight=120 | ||
configuration.specificcollection=ETHZ-ENT | ||
hibernate.connection.password= | ||
picklist.filterlength=3 | ||
convert.parameters=\ -depth 8 -compress None -type Grayscale | ||
program.mogrify=mogrify | ||
hibernate.connection.url=jdbc\:mysql\://localhost\:3306/lepidoptera?serverTimezone\=Europe/Zurich | ||
scanonebarcode.lastpath=Z\:\\2017_05_09R\\ETHZ_ENT01_2017_05_09_027741.JPG | ||
images.filenameregex=^ETHZ_ENT[0-9]{2}_[0-9]{4}_[0-9]{2}_[0-9]{2}_[0-9]{6}\\.JPG$ | ||
login.showadvanced=false | ||
images.zxingalsotryharder=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters