Question: PYTHON CODE: How to save an image in python to a certain folder. For example, I have the below image and I edited it to
PYTHON CODE: How to save an image in python to a certain folder. For example, I have the below image and I edited it to have a different filter. I would like to be able to save the edited image to a certain folder in python(by inputting the folder name).


import cv2 import os from scipy import misc import numpy as np import matplotlib.pyplot as plt from PIL import Image ing = misc.inread('Iake.jpg') plt.imshow(img) plt.show() 500 1000 1500 2000 2500 3000 3500 4000 000 2000 3000 40005000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
