-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (22 loc) · 1.74 KB
/
README
File metadata and controls
22 lines (22 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
################################################################################
### ###
### ATTENTION CODERS! ###
### ###
### This software uses ###
### - WxPerl to create a GUI, ###
### - GPhoto2 to take photos (I now use a hackily patched, faster version), ###
### - and ImageMagick to rotate them and create thumbnails. ###
### ###
### From top to bottom of the script file, you will find ###
### - some settings, most notably the path where scans are saved, ###
### - the definitions of the GUI controls (in sub new, up to ca. line 160), ###
### - event handlers including OnTrigger(), which does most of the work, ###
### and OnClickStartWorkflow(), which does some important initialisation, ###
### - some code to detect the cameras. ###
### ###
### ###
### FIXME ###
### - Der Trigger-Knopf verhindert nicht, dass man mehrmals hintereinander ###
### draufdrückt ###
### ###
################################################################################