n2v
n2v copied to clipboard
support bmp images
My data consists of bitmap (.bmp) images. Is there any good reason only tif and png can be loaded? Otherwise, including bmp in the file checking logic allows for bmp images. It looks like matplotlib.image.imread can also read bitmap images.