File: bitmap-editor.man

package info (click to toggle)
tklib 0.6-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 16,112 kB
  • ctags: 4,008
  • sloc: tcl: 65,204; sh: 6,870; ansic: 792; pascal: 359; makefile: 73; exp: 21; sed: 16
file content (53 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (3)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin bitmap-editor n 1.0]
[copyright {}]
[titledesc {Editor for XBM images}]
[moddesc   {Bitmap handling}]
[category  {Image processing}]
[keywords xbm bitmap editor pixel image]
[description]
[para]

The application described by this document, [syscmd bitmap-editor], is
a simple editor for XBM based bitmap images.

Written by Keith Vetter the original code can be found at
[uri http://wiki.tcl.tk/6298].


[subsection {COMMAND LINE}]

[list_begin definitions]

[call [cmd bitmap-editor] [opt [arg xbmfile]]]

Invoked without argument the editor GUI will be opened and show a
standard bitmap to edit. Invoked with an argument it is expected to be
the path to a bitmap file in XBM format, and the contained bitmap is
shown.

[list_begin arguments]

[arg_def path xbmfile in/out]

This argument specifies the path to a bitmap file in XBM format, whose
contents is to shown and edited by the application.

[list_end]
[para]

[list_end]


[section {BUGS, IDEAS, FEEDBACK}]

This document, and the application it describes, will undoubtedly
contain bugs and other problems.

Please report such in the category [emph bitmap] of the
[uri {http://sourceforge.net/tracker/?group_id=12883} {Tcllib SF Trackers}].

Please also report any ideas for enhancements you may have for either
application and/or documentation.

[manpage_end]