Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 19, 2023 17:03
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/9743b2eb31b22aa94bb69a723f35b10c to your computer and use it in GitHub Desktop.
Save prateekjoshi565/9743b2eb31b22aa94bb69a723f35b10c to your computer and use it in GitHub Desktop.
# Paste the foreground image onto the background image at position (120, 250)
background_image.paste(foreground_image, (120, 250))
# display image
plt.imshow(background_image);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment