summaryrefslogtreecommitdiffstats
path: root/tkimg/doc/img-ico.man
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
commitb184baa1234c2143e488d1796ae98afab118b891 (patch)
tree686b0a47b272296205c7fa2bc789f62a03d20df6 /tkimg/doc/img-ico.man
parentf7560d0a451a793441216d76eb4d9475aab61740 (diff)
parent5aad878400425d3af44433a47c13824385689e1d (diff)
downloadblt-b184baa1234c2143e488d1796ae98afab118b891.zip
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.gz
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.bz2
Merge commit '5aad878400425d3af44433a47c13824385689e1d' as 'tkimg'
Diffstat (limited to 'tkimg/doc/img-ico.man')
-rw-r--r--tkimg/doc/img-ico.man63
1 files changed, 63 insertions, 0 deletions
diff --git a/tkimg/doc/img-ico.man b/tkimg/doc/img-ico.man
new file mode 100644
index 0000000..594360f
--- /dev/null
+++ b/tkimg/doc/img-ico.man
@@ -0,0 +1,63 @@
+[comment {-*- tcl -*- doctools}]
+[vset FORMATNAME ico]
+[vset FORMATFULLNAME {Windows Icon Format}]
+
+[include format-header.inc]
+
+This handler provides new additional configuration options. See
+section [sectref {ICO OPTIONS}] for more detailed explanations.
+
+
+[include format-middle.inc]
+
+In addition the value for the option is treated as list and may
+contain any of the special options listed in section
+
+[sectref {ICO OPTIONS}].
+
+[list_end]
+
+
+[section {SUPPORTED ICO TYPES}]
+
+[example_begin]
+ 1-bit pixels: Black and White.
+ 4-bit pixels: Grayscale or indexed.
+ 8-bit pixels: True-color (RGB, each channel 8 bit).
+
+ List of currently supported features:
+
+ Type | Read | Write |
+ | -file | -data | -file | -data |
+ ----------------------------------------
+ 1-bit | Yes | Yes | No | No |
+ 4-bit | Yes | Yes | No | No |
+ 8-bit | Yes | Yes | Yes | Yes |
+[example_end]
+
+
+[section {ICO OPTIONS}]
+
+The handler provides the following options:
+
+[list_begin definitions]
+
+[lst_item "[option -verbose] [arg bool]"]
+
+This option is supported for reading and writing.
+[nl]
+If set to [const true], additional information about the loaded/stored image
+is printed to stdout. Default is [const false].
+
+[lst_item "[option -index] [arg n]"]
+
+This option is supported for reading only.
+[nl]
+Read the [arg n]'th image. The first image is at index [const 0].
+Default is [const 0].
+
+[list_end]
+
+
+[list_begin definitions]
+[include format-footer.inc]