tfilmscan.1 - filmtools - various tools for photographic film development and d… | |
git clone git://src.adamsgaard.dk/filmtools | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
tfilmscan.1 (542B) | |
--- | |
1 .Dd $Mdocdate$ | |
2 .Dt FILMSCAN 1 | |
3 .Os | |
4 .Sh NAME | |
5 .Nm filmscan | |
6 .Nd film scanning tool | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Sh DESCRIPTION | |
10 .Nm | |
11 is a wrapper for | |
12 .Xr scanimage 1 | |
13 from sane-backends. | |
14 Scanned images are saved as tiff images in the current directory | |
15 with a naming scheme that does not overwrite prior scans. | |
16 .Pp | |
17 The output format is the following: | |
18 .Pp | |
19 .Dl YYYY-MM-DD-filmscan-NNNNN | |
20 .Pp | |
21 where YYYY, MM, DD is the current year, month, and date, and NNNNN | |
22 is a five-digit counter starting with 00000. | |
23 .Sh AUTHORS | |
24 .An Anders Damsgaard Aq Mt [email protected] |