Skip to content

Instantly share code, notes, and snippets.

@InfiniteCoder01
Created August 1, 2024 09:38
Show Gist options
  • Save InfiniteCoder01/8ae5e71e2776fb5af9b8524a44549e91 to your computer and use it in GitHub Desktop.
Save InfiniteCoder01/8ae5e71e2776fb5af9b8524a44549e91 to your computer and use it in GitHub Desktop.
Minimal Kitty Graphics Protocol image example
# Prints a tiny orange image, using Kitty Graphics Protocol and a PNG
# Tested in Konsole and Kitty
# Image licensed as CC0
print('\x1b_Ga=T,f=100;iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAYAAADd/14OAAAAAXNSR0IArs4c6QAAAJpJREFUKJFjZMADVIKs/8PYjPgUmeb/YmBgYGA4PZENu0J0RXfWHWVkwWXi6YlsDAwMDAx31h1lxLDaWlz1PzL/6MvbcHlGZEX7er6hmOpUwgVXzIhLEbpiRnyKGBgYGBiPv2dwXCvNwIRTBRqgjkLG4+8JK0RWxMCAw9fIihzXSkN8DROwFlf9vz/4KYopMEVwE5EVI/ORYwYAW+BBDZRW2fwAAAAASUVORK5CYII=\x1b\\')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment