Open dgrechka opened 2 years ago
752423.jpg: GIF image data, version 87a, 400 x 534
import imageio a = imageio.imread('752423.gif')
:1: DeprecationWarning: Starting with ImageIO v3 the behavior of this function will switch to that of iio.v3.imread. To keep the current behavior (and make this warning dissapear) use `import imageio.v2 as imageio` or call `imageio.v2.imread` directly. a.shape (534, 400, 4)