-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Load broken images #1428
Load broken images #1428
Conversation
Any thoughts? For being a part of 3.0.0, this should be in master for some time so everyone can confirm what this works for she. There only 12 days left until the release. |
I don't have a good handle on the implications of this, and I haven't had a chance to dig through in more depth. |
@wiredfool but you can agree or disagree with my arguments :) |
Side question - which test images need to be replaced? All of the ones that you've added previously, or just a few? |
I've replaced broken image with broken I'll replace other not CC images later in another PR. |
So, the net difference here is that some images will return something where they didn't previously. It's limited to when LOAD_TRUNCATED_IMAGES is on, and there's an error in the first block. The only possible way this could be a regression is if the image had literally nothing returned from the decoder. Previously, we'd toss an error, now they'll get a black image. I think it's safe. |
👍 |
This PR revert change from #38. There was a couple of quick fixes and this change. As I know there was no discussion about this decision.
Later @cezarsa try to create the option for loading broken images in #311. He said:
The problem with not opened images was not confirmed and this changes was reverted.
My point