Skip to content

deeplibras/ImageCutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ImageCutter

Cut a image keeping a specific range from a point.

Usage

ImageCutter.cut(image, point, range)
  • image: (PIL.Image.Image) The image to be cut.
  • point: (dict:int) A integer dictionary with "x" and "y" keys.
  • range: (int) The distance from de point to new image bounds.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages