Skip to content

jappoman/image-gridder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Image Gridder

Description

Image Gridder is a Python program that takes an image file as input and adds a grid of 16x16 with numbering to it. The resulting image is saved in the same folder as the original image.

Installation

To use Image Gridder, you need to have Python 3 and the Pillow library installed. You can install Pillow using pip:

pip install Pillow

Usage

To use Image Gridder, run the image-gridder.py file in a Python environment. The program will ask you to input the path of the image file you want to grid. Once you provide the path, the program will create a new image file with the grid and numbering added.

Example

Here's an example of how to use Image Gridder:

$ python image-gridder.py
Insert image path: /path/to/image.jpg
The image was saved as: /path/to/gridded_image.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages