Uses of Class
org.aesh.terminal.image.KittyImage
Packages that use KittyImage
-
Uses of KittyImage in org.aesh.terminal.image
Methods in org.aesh.terminal.image that return KittyImageModifier and TypeMethodDescriptionstatic KittyImageKittyImage.fromBytes(byte[] data) Create a Kitty image from raw bytes.static KittyImageCreate a Kitty image from a file.KittyImage.heightCells(int cells) Set the display height in terminal cells (rows).KittyImage.sourceDimensions(int width, int height) Set the source image dimensions.KittyImage.suppressResponse(boolean suppress) Set whether to suppress terminal responses.KittyImage.widthCells(int cells) Set the display width in terminal cells (columns).KittyImage.zIndex(int zIndex) Set the z-index for layering multiple images.