Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
/ ImageCutter Public archive

A Python program providing a way to slice up a image.

Notifications You must be signed in to change notification settings

floppyMike/ImageCutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ImageCutter

A Python program providing a way to slice up a image.

Examples

Cut a .jpg image to 4x4 (width x height) square slices

python3 Splitter.py 4 4 image.jpg

Cut a .png image to 10x1 stripes and store them to a directory dir

python3 Splitter.py 10 1 image.png --to dir

About

A Python program providing a way to slice up a image.

Topics

Resources

Stars

Watchers

Forks

Languages