Created
August 1, 2024 09:38
-
-
Save InfiniteCoder01/8ae5e71e2776fb5af9b8524a44549e91 to your computer and use it in GitHub Desktop.
Minimal Kitty Graphics Protocol image example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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