8000 GitHub - floppyMike/ImageCutter: A Python program providing a way to slice up a image.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

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

0