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 54 55 56
|
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin bitmap-editor n 1.0]
[keywords bitmap]
[keywords editor]
[keywords image]
[keywords pixel]
[keywords xbm]
[copyright {}]
[titledesc {Editor for XBM images}]
[moddesc {Bitmap handling}]
[category {Image processing}]
[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.
[vset CATEGORY bitmap-editor]
[include ../support/devel/doc/feedback.inc]
[manpage_end]
|