package kittyimg

  1. Overview
  2. Docs
An implementation of Kitty's terminal graphics protocol

Install

Dune Dependency

Authors

Maintainers

Sources

kittyimg-0.1.tbz
sha256=41888e4321f9e4df13652b8a836b067d9001561bb01d0d1fcd26a2ca004ac8aa
sha512=7910a297176fb972bf50cfe38e776e3c6f9f85d652ab57186b7367de77259c8e55708600de8f3860db57eeb20c13a53ed5f2de0c38fac3fadc3d80d5d2bed97b

Description

Kitty's terminal graphics protocol allows displaying images in compatible terminal emulators

Published: 24 Jan 2023

README

Kitty's terminal graphics protocol -- client-side OCaml implementation

See https://sw.kovidgoyal.net/kitty/graphics-protocol/.

This is WIP but should be enough for basic tasks. Support for "advanced" uses of the protocols (using images/pattern ids) probably needs more work. Contributions welcome!

Dependencies (3)

  1. base64 >= "3.0.0"
  2. dune >= "2.7"
  3. ocaml >= "4.08"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. memgraph_kitty

Conflicts

None