python3-imread - Image reading library
Mahotas-imread is a simple module with a small number of functions:
imread Reads an image file ( bmp tiff png jpeg webp )
imread_multi Reads an image file with multiple images. Currently, TIFF and STK (a TIFF sub-based format) support this function.
imsave Writes an image file
Requires: numpy , libwebp , libtiff (armv7hl >= 4.5.0 ; aarch64 < 4.5.0 ) , libjpeg-turbo-jpeg8
compiled for Python3.8 armv7hl aarch64
Recent comments