Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 334 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 334 Bytes

image2bitmap

Executables

If you don't want to install python you can use the executable found here:

Linux

dist/img2bmp

Windows

dist/img2bmp.exe

Install dependencies

  • python3
  • pillow

Linux

pip3 install pillow

Windows

pip install pillow