You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's actually due to lower server bandwidth I think. We're asking to read and/or skip small amounts of data in ImageHeaderParser and expecting (without verifying) that we skip/read the entire amount at once. In fact we actually only manage to read or skip some of the expected data. Since we fail to retry (ie continue to call read/skip while the return value is > 0) when we read/skip fewer than the expected bytes, we sometimes fail to correctly parse the image header.
@sjudd when i load image from remote server, i found the orientation is error, using the version 3.5.2, and test image url: http://img13.360buyimg.com/ee/jfs/t1252/164/367048070/2578186/8ea03123/551cb4bdN0114fb62.jpg
i already check the exif info of this image, Chrome can display correctly
The text was updated successfully, but these errors were encountered: