GhosttyKittyGraphicsImage typedef

GhosttyKittyGraphicsImage = Pointer<GhosttyKittyGraphicsImageImpl>

Opaque handle to a Kitty graphics image.

Obtained via ghostty_kitty_graphics_image() with an image ID. The pointer is borrowed from the storage and remains valid until the next mutating terminal call.

@ingroup kitty_graphics

Implementation

typedef GhosttyKittyGraphicsImage = ffi.Pointer<GhosttyKittyGraphicsImageImpl>;