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

Speed up Image Enumeration #17

Merged
merged 5 commits into from
Aug 16, 2022
Merged

Speed up Image Enumeration #17

merged 5 commits into from
Aug 16, 2022

Conversation

bencevans
Copy link
Owner

Rather than attempting to load every image, now by default
we check if the file extention is known by Pillow the image
libary. The enhanced (checks can load each image) can be
utilised still by passing enhanced_validation=True to
enumerate_images().

Rather than attempting to load every image, now by default
we check if the file extention is known by Pillow the image
libary. The enhanced (checks can load each image) can be
utilised still by passing enhanced_validation=True to
`enumerate_images()`.
@bencevans bencevans marked this pull request as draft July 21, 2022 22:51
@bencevans bencevans marked this pull request as ready for review August 16, 2022 18:14
@bencevans bencevans merged commit af5b1c7 into main Aug 16, 2022
@bencevans bencevans deleted the ds-speed branch August 16, 2022 18:14
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