/jaif

just another image format (jaif)

Primary LanguageGoMIT LicenseMIT

JAIF (Just another image format)

This program provides utilities to convert PNG images to a custom JAIF format and vice versa. The JAIF format stores pixel data in hexadecimal RGB format. Additionally, the program includes functionality to display the images using the Fyne GUI framework.

How to run

Build the binary

go build .

Convert PNG to JAIF

./jaif convert ~/image.png

Convert JAIF to PNG and Also show it

./jaif show ~/image.jaif