1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Description: manual added
added simple manual
---
--- /dev/null
+++ checkit-tiff-0.1.1/checkit_tiff.1
@@ -0,0 +1,28 @@
+.TH CHECKIT_TIFF' "1" "July 2016" "checkit_tiff" "User Commands"
+.SH NAME
+checkit_tiff' \- is a conformance checker for baseline TIFFs'
+.SH DESCRIPTION
+\&'./checkit_tiff'
+.SS "call it with:"
+.IP
+checkit_tiff [[-c|-t]|-h|-m|-d|-D|-q] <configfile> <tifffile> [<tifffile> ...]
+.PP
+where <tifffile> is the tiff file (or directory) to be validated
+and <configfile> is the file name of the validation profile
+.HP
+\fB\-h\fR this help
+.HP
+\fB\-c\fR colorized output using ANSI escape sequences
+.HP
+\fB\-m\fR uses memmapped I/O (faster validation, but needs more RAM. Not available on all operating systems.)
+.HP
+\fB\-d\fR check all files in that directory (non-recursively)
+.HP
+\fB\-D\fR check all files in that directory (recursively)
+.HP
+\fB\-q\fR suppresses the output of all valid tags
+.HP
+\fB\-t\fR CSV output
+.SS "example:"
+.IP
+checkit_tiff tiffs_should_pass/minimal_valid.tiff example_configs/baseline_minimal.cfg
|