Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 19, 2023 17:09
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/60d87bdc98b463cb7a81e7eb3a7f1ac8 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/60d87bdc98b463cb7a81e7eb3a7f1ac8 to your computer and use it in GitHub Desktop.
# Paste the foreground image again onto the background image at a different position (660, 250)
background_image.paste(foreground_image, (660, 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