/ImageGridPython

Split an image into grid with python

Primary LanguagePythonMIT LicenseMIT

ImageGridPython

Split an image into grid with python

Install

pip install imageGrid
or
pip install -e .

Usage

Output images to tmp/ for instagram grid

import imageGrid
imageGrid.saveGrid('image.jpg', 3, 4)

Work with Instagram-API-python

screenshot example