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

diagram-viewer - Lightweight Diagram Processor

Bugs, Ideas, Feedback

       This  document,  and  the package it describes, will undoubtedly contain bugs and other problems.  Please
       report such in the category diagram 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

       Documentation tools

Description

       The  application described by this document, diagram-viewer, is a lightweight processor for tklib diagram
       files

       diagram-viewer is based upon the package diagram.  See it for examples and language reference.

   USECASESdiagram-viewer was written with the following two use cases in mind.

       [1]    Processing and display of one or more diagram files.

       [2]    Batch conversion of one or more diagram files into raster image files.

   COMMANDLINEdiagram-viewershowinputfile...
              This is the form for use case [1]. The application opens a gui showing the list of input files  to
              the left, allowing the user to choose which of them to render to the canvas on the right.

       diagram-viewerconvert-ooutputformatinputfile...
              This  is  the form for use case [2]. The application converts the input files into raster image of
              the specified format.

              path output (in)
                     This argument specifies where to write the generated image. It can be the path to a file or
                     directory.

                     If the output does not exist then [file dirname  $output]  has  to  exist  and  must  be  a
                     writable directory.

                     In  case  of  multiple  input  files  the  generated image will be written to a file in the
                     directory, and the name of that file will be derived from the inputfile, and format.

                     In case of a single input file the generated image will be written to the file.

              (handle) format (in)
                     This argument specifies the image format to convert the diagrams into when  processing  the
                     input.  The application recognizes all formats supported by the Img package, i.e. for which
                     it can load a package img::format (together with canvas::snap), and all formats  for  which
                     it can load a package canvas::format. These are (currently) mvg, and pdf.

              path inputfile (in)
                     This  argument  specifies the path to the diagram file to process. It has to exist, must be
                     readable, and written in diagram format.

Keywords

       canvas, conversion, diagram, vector

Name

       diagram-viewer - Lightweight Diagram Processor

Synopsis

diagram-viewershowinputfile...

       diagram-viewerconvert-ooutputformatinputfile...

________________________________________________________________________________________________________________

See Also