From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- doc/filmtarg.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 doc/filmtarg.html (limited to 'doc/filmtarg.html') diff --git a/doc/filmtarg.html b/doc/filmtarg.html new file mode 100644 index 0000000..ba1c060 --- /dev/null +++ b/doc/filmtarg.html @@ -0,0 +1,78 @@ + + + + filmtarg + + + + +

target/filmtarg

+

Summary

+Create film recorder TIFF files from an Argyll .ti1 device +test values.
+

Usage

+filmtarg [-v] [-r] [-g +gamma] [-f format] basename
+
+ -v            +Verbose mode
+ + -r            +Don't randomise patch location
+  -g +gamma      Gamma correction / linearization
+  -f +format     Select format from:
+ +                        +Acad_Full       [3656 x 2664]
+ +                        +Acad_Half       [1828 x 1332]
+ +                        +Cscope_Full    [3656 x 3112]
+ +                        +Cscope_Half    [1828 x 1556]
+ +                        +FullAp_Full     [4096 x 3112]
+ +                        +FullAp_Half    [2048 x 1556]
+ +                        +Vista_Full      [4096 x 6144]
+ +                        +Vista_Half      [2048 x 3072]
+  basename      Base +name for input[.ti1]/output[.ti2] and output TIFF files.
+

Comments

+The TIFF files will have a name "basename.XXXX.tiff", where XXXX is the +patch number.
+The TIFF files generate are 16 bit, RGB files.
+
+
+ + -- cgit v1.2.3