-
Notifications
You must be signed in to change notification settings - Fork 33
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
stream does not work properly on opened small files #96
Comments
I think this is related to my issue on #86 Converting your image to a
Shows the file can be read and displayed, so as you guessed it's like it keeps trying to read something not there. EDIT The culprit is an entry I added for MAC EDIT 2 |
- Adding new verbose output to command line with `-v` or `--verbose` - Adding #92 include py.typed in sdist (thanks to Nicholas Bollweg - bollwyvl) - Adding #93 Improve PDF file detection, fix json description (thanks to Péter - peterekepeter) - Fixing #96 #86 stream does not work properly on opened small files (thanks to Felipe Lema and Andy - NebularNerd) - Removing expected invalid WinZip signature --------- Co-authored-by: Nicholas Bollweg <nick.bollweg@gmail.com> Co-authored-by: Péter <peter.eke@hey.com> Co-authored-by: Andy <NebularNerd@users.noreply.github.com>
Thanks for the fixes, addressed in 1.27! |
using the following image (icon-32.png)
the following code fails
here's the error
not sure why, but maybe it's because it's trying to
seek()
to a position that's bigger than its size?The text was updated successfully, but these errors were encountered: