Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saimadhu-polamuri/dd59cd5b1eafa033119bdf21a64dd876 to your computer and use it in GitHub Desktop.
Save saimadhu-polamuri/dd59cd5b1eafa033119bdf21a64dd876 to your computer and use it in GitHub Desktop.
# Reading the image
import matplotlib.image as mpimg
image = mpimg.imread('catimage.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment