Skip to content

Instantly share code, notes, and snippets.

@CLozy
Created July 12, 2022 09:04
Show Gist options
  • Save CLozy/c871bb8e891c94e2f09200a231d2b33a to your computer and use it in GitHub Desktop.
Save CLozy/c871bb8e891c94e2f09200a231d2b33a to your computer and use it in GitHub Desktop.
cropping
image = Image.open('/content/gdrive/MyDrive/ComputerVisionEngineer/images/deadstar.jpg')
cropped = image.crop((200,200,400,400))
cropped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment