Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 19, 2023 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prateekjoshi565/4c2d3e9143b81045857f2907ec6cb652 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/4c2d3e9143b81045857f2907ec6cb652 to your computer and use it in GitHub Desktop.
# Resize the foreground image to 300x300 pixels
foreground_image = foreground_image.resize((300, 300))
plt.imshow(foreground_image);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment