/image-slicer

A Slicer for large images. Supports PNG, JPEG, TIFF and Photoshop RAW.

Primary LanguagePythonMIT LicenseMIT

image-slicer

Slicer for large images.

Installation from source

Install dependencies using:

pip install -r requirements.txt

Build

Install pyinstaller using:

pip install pyinstaller

Then, run:

pyinstaller -F -w --icon favicon.ico main.py

License

This repository uses the MIT License.