Created
October 1, 2022 12:04
-
-
Save 0187773933/62d7a52eb38fbbc59d29a146fab96a7c to your computer and use it in GitHub Desktop.
Terminal Display Image
This file contains hidden or 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
#!/bin/bash | |
convert frame.jpeg frame.png | |
# https://github.com/radare/tiv | |
tiv frame.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment