Skip to content

Commit 26f1f4e

Browse files
Update README.md
1 parent 4a488a5 commit 26f1f4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ import numpy as np
157157
import matplotlib.pyplot as plt
158158
from scipy.misc import imread, imresize
159159

160+
"""
161+
'imread' and 'imresize' will be removed from new version of 'Scipy 1.2.0'
162+
There are other options.
163+
For 'imread':
164+
from matplotlib.pyplot import imread
165+
from imageio import imread
166+
"""
167+
160168
# Reading images
161169
cat, dog = imread('images/cat.jpg'), imread('images/dog.jpg')
162170

0 commit comments

Comments
 (0)