-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
extractThumbnail fails for images with special characters in the filename on Windows #124
Comments
- add Utf8FilenameCharsetArgs to all read/write args - extract a couple types and methods into their own file to break dependency loops - add a suite of non-alphanumeric filename tests for all read/write tasks - rebuild docs
Bugfixes and tests are in new v19.0.0. Thanks for the bug report! |
Thank you for the quick fix! I will try the new version! |
Thanks for this! I was about to make a similar fix for another issue I don't see mentioned, which is that every write action that has been done before this was fixed introduced a mostly empty IPTC section. This is because So now to go remove the IPTC section from all the files I've written in the past... 🤔 |
It seems like extracting thumbnails from images with special characters in the name fails. I'm using the following code to extract the thumbnail from an image:
And I'm getting the following Error:
Note that reading the tags works as expected!
The text was updated successfully, but these errors were encountered: