github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/core/openimage/README.md (about)

     1  # Package `openimage`
     2  
     3  This renders bitmap image data on your terminal. It contains the following commands:
     4  
     5  * `open-image`
     6  
     7  As well as defines extensions and mime-types for the following murex data-types:
     8  
     9  * `image`
    10  
    11  It has the following additional dependencies:
    12  
    13      go get -u golang.org/x/crypto/ssh/terminal
    14      go get -u github.com/disintegration/imaging
    15      go get -u golang.org/x/image/bmp
    16      go get -u golang.org/x/image/tiff
    17      go get -u golang.org/x/image/webp
    18  
    19  However these are included in the `vendor` directory.