summaryrefslogtreecommitdiffstats
path: root/tkimg/doc/img-pcx.man
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
commita780057cc1b51dd3a557549c3cf2431f09136c0d (patch)
tree717f78052c55596449b27743171d7e170c4d39a0 /tkimg/doc/img-pcx.man
parent7749430b9352c1eaf5dca7d8a89a6d35f565ef24 (diff)
downloadblt-a780057cc1b51dd3a557549c3cf2431f09136c0d.zip
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.gz
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.bz2
upgrade tkimg to 1.4.6
Diffstat (limited to 'tkimg/doc/img-pcx.man')
-rw-r--r--tkimg/doc/img-pcx.man67
1 files changed, 0 insertions, 67 deletions
diff --git a/tkimg/doc/img-pcx.man b/tkimg/doc/img-pcx.man
deleted file mode 100644
index 655f819..0000000
--- a/tkimg/doc/img-pcx.man
+++ /dev/null
@@ -1,67 +0,0 @@
-[comment {-*- tcl -*- doctools}]
-[vset FORMATNAME pcx]
-[vset FORMATFULLNAME {Paintbrush Format}]
-
-[include format-header.inc]
-
-This handler provides new additional configuration options. See
-section [sectref {PCX 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 {PCX OPTIONS}].
-
-[list_end]
-
-
-[section {SUPPORTED PCX TYPES}]
-
-[example_begin]
- 1-bit pixels: Black and White.
- 8-bit pixels: Grayscale or indexed.
- 24-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 |
- 8-bit | Yes | Yes | No | No |
- 24-bit | Yes | Yes | Yes | Yes |
-
- All images types may be either uncompressed or run-length encoded.
-[example_end]
-
-
-[section {PCX 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 -compression] [arg type]"]
-
-This option is supported for writing only.
-[nl]
-Set the compression mode to either [const none] or [const rle].
-Default is [const rle].
-
-[list_end]
-
-
-
-[list_begin definitions]
-[include format-footer.inc]