Forrest logo
tool overview
On this page you find all important commands for the CLI tool edgepaint. If the command you are looking for is missing please ask our AI.

edgepaint

Edgepaint is a command line tool used for adding decorative strokes to images along the edges. It is commonly used in graphic design and image editing to enhance the visual appeal of images by giving them a finishing touch. Edgepaint offers various customization options including stroke color, stroke width, and stroke style, allowing users to achieve different effects and styles. This tool is particularly useful when working with digital artwork, photographs, and illustrations to give them a professional and polished look.

List of commands for edgepaint:

  • edgepaint:tldr:4a035 edgepaint: Display help for `edgepaint`.
    $ edgepaint -?
    try on your machine
    explain this command
  • edgepaint:tldr:c53cf edgepaint: Colorize edges of one or more graph layouts (that already have layout information) to clarify crossing edges.
    $ edgepaint ${path-to-layout1-gv} ${path-to-layout2-gv ---} > ${path-to-output-gv}
    try on your machine
    explain this command
  • edgepaint:tldr:cb1aa edgepaint: Colorize edges using a color scheme. (See ).
    $ edgepaint -color-scheme=${accent7} ${path-to-layout-gv} > ${path-to-output-gv}
    try on your machine
    explain this command
tool overview