logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bitmap-editor - Editor for XBM images

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

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?

________________________________________________________________________________________________________________

See Also