girder / large_image

Python modules to work with large multiresolution images.
http://girder.github.io/large_image/
Apache License 2.0
190 stars 41 forks source link

Better handle images that are composed of a folder and an item. #1561

Closed manthey closed 2 months ago

manthey commented 2 months ago

Some file formats (mrxs, vsi) include folders of files and a root file. These need to be processed after all files are present, not when just the root file is present. This change checks for a named file within the folder and, if present and not a large image, checks if the parent item exists and is not a large image.