Skip to content

TIF is a terminal_image_format. ok so i made an image editor to TIF. check it out

Notifications You must be signed in to change notification settings

Pietro222222/terminal_image_format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colors

these are the colors you can use when displaying images on the terminal

BYTES:
5A = BLUE
5B = BLACK
5C = RED
5D = GREEN
5E = PURPLE
5F = WHITE
60 = YELLOW
61 = CYAN

How it works

####################################
# name             OFFSET  BYTES   #
# HEADER           | 0     | 5 |   #
# ---------------------------------#
# Pixels Per Line  | 6     | 1 |   #
# ---------------------------------#
# Pixel Color      | 7     | 1 |   # 
# ---------------------------------#
# Number of pixels | 8     | 1 |   #
####################################
2E 54 49 46 20 0A 60 0F 5B 0F

output:
example

image editor

About

TIF is a terminal_image_format. ok so i made an image editor to TIF. check it out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages