Closed muteor closed 8 years ago
This is a stellar bug report. Thanks for all the info. We'll have a look.
same problem here
@muteor the problem is MarkableInputStream
in NetworkRequestHandler#MARKER
.
private static final int MARKER = 65536;
If you increase this the image properly loads. This is of course our poor implementation of this that causes this problem.
For now you should fork the library and increase it to get the images to work but we will ensure we fix it properly so you don't need to fork.
Ok thanks for the help.
I have same problem still. is it fixed?
No. The bug is open.
Known issue and will be fixed in 2.5.1.
Closed by #1280.
Hi,
I am having trouble with a few images when using fit() I think this may have something to do with them having icc color profiles as that is the only difference I see from jpgs that load.
The images are:
http://fc06.deviantart.net/fs71/f/2014/267/2/6/catharsis_by_mimikascraftroom-d80cw05.jpg http://fc08.deviantart.net/fs70/f/2014/241/d/a/porec_dressed_in_blue_by_r_maric-d7x4cdp.jpg http://fc09.deviantart.net/fs70/f/2014/276/f/e/rock___by_glooh-d81fggf.jpg http://fc02.deviantart.net/fs70/f/2014/274/f/2/mig_29_by_vipmig-d819sv8.jpg
If I dont use fit on these images they are rendered into the imageview correctly, so android can display them, but maybe the bitmap factory is failing or some other part of picasso. In any case seems that we end up with a null result bitmap after resize.
Tried to include as much info as possible, I have sample project if you need it.
Thanks
Keith
Here is the log:
And my call:
And the request/response from server: