juglab / n2v

This is the implementation of Noise2Void training.
Other
385 stars 107 forks source link

support bmp images #132

Closed siemdejong closed 11 months ago

siemdejong commented 1 year ago

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.