Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 19, 2023 16:55
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/413dc2fe8b0a9832c6ba2bf583665739 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/413dc2fe8b0a9832c6ba2bf583665739 to your computer and use it in GitHub Desktop.
# load the background image
background_image = Image.open("bg_image.jpg")
# load the foreground image
foreground_image = Image.open("logo.png")
# dislay background image
plt.imshow(background_image);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment