Documentation
¶
Overview ¶
Package imgcat provides helpers for embedding images (gif, png, jpeg) in the terminal output as suppored by iTerm 2.9+ and documented at https://www.iterm2.com/images.html
Index ¶
- func Cat(r io.Reader, w io.Writer) error
- func CatFile(fileName string, w io.Writer) error
- func CatImage(i image.Image, w io.Writer) error
- func Clip(origin image.Image, fm string, out io.Writer, x0, y0, x1, y1, quality int) error
- func Scale(in io.Reader, out io.Writer, width, height, quality int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.