Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

manthey
Copy link
Member

@manthey manthey commented Jun 27, 2024

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.

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.
@manthey manthey merged commit af42659 into master Jun 27, 2024
14 checks passed
@manthey manthey deleted the folder-item-images branch June 27, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant