Skip to main content

Type

Type Alias Type 

Source
pub type Type = c_uint;
Expand description

Pixel format of a Kitty graphics image.

Note that stored images are always fully decoded: GHOSTTY_KITTY_IMAGE_FORMAT_PNG is never returned by ghostty_kitty_graphics_image_get() because PNG payloads are decoded to GHOSTTY_KITTY_IMAGE_FORMAT_RGBA before storage. The PNG value exists only for protocol-level completeness.