Skip to content

YusufYaser/WorstImageFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worst Image Format

This is the worst image format you'll ever find! (probably)

Disclaimer

For very obvious reasons, use it only for fun, do not use it in a serious project.

There are multiple issues with this image format which I'm working on fixing them.

How to use

Requirements

  • Python 3

Installation

  1. You need to download the repository files
  2. Install the modules using pip install -r requirements.txt

Convert an image

  1. Allow execution to the file if you are on Linux using chmod +x ./main.py
  2. Get any kind of image, and convert it using ./main.py convert <source> <output>
  3. After conversion is done, run ./main.py <output>

Usage

# convert normal image format to worst image format
./main.py convert <source> <output>

# generate a random image
./main.py random <width> <height> <output>

# view an image
./main.py <image>

About

This is the worst image format ever!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages