bitmap-editor - Editor for XBM images
Contents
Bugs, Ideas, Feedback
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please
report such in the category bitmap-editor of the TklibTrackers [http://core.tcl.tk/tklib/reportlist].
Please also report any ideas for enhancements you may have for either package and/or documentation.
Category
Image processing
Copyright
Copyright (c)
tklib 1.0 bitmap-editor(1)
Description
The application described by this document, bitmap-editor, is a simple editor for XBM based bitmap
images. Written by Keith Vetter the original code can be found at http://wiki.tcl.tk/6298.
COMMANDLINEbitmap-editor ?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.
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.
Keywords
bitmap, editor, image, pixel, xbm
Name
bitmap-editor - Editor for XBM images
Synopsis
bitmap-editor ?xbmfile? ________________________________________________________________________________________________________________
