Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 321 Bytes

QOI to BMP converter written in x86-64 Assembly for Linux

qoi2bmp.asm is a simple converter from QOI to BMPv5 written in Assembly.

Requirement

To build:

To run:

  • x86-64 Linux Environment

Build

make

Run

./bin/main.out <input_qoi> <output_bmp>