-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Weird image size #7
Comments
Are you referring to the "Color Morado" row? Do you think you could boil this down to a small test case? It's hard to just guess what's going wrong here. |
Yes of course as son as I arrive to the office I make an example of this Mario de frutos El 15/05/2013, a las 01:00, Jake Wharton [email protected] Are you referring to the "Color Morado" row? Do you think you could boil — |
Any updates on this, or should we close this? |
I'm trying to make an example to show the problem Mario de frutos El 22/05/2013, a las 21:38, Dimitris [email protected] escribió: Any updates on this, or should we close this? — |
Hi! Finally i've got some time to make a little test project to show the issue https://github.com/ethervoid/picassoissue.git I've been trying to fit, unsuccessfully, rectangle images to an square image. I used fit, resize, crop, etc. Thats my application using Android-BitmapCache and my own implentation. And this is what i got in the test project using Picasso I'm sure that the problem is that i'm not able to do it right not the library, but even reading the source code of Picasso i'm not able to make it work. Thank you for your time :) |
Should be fixed by #48. |
I have integrated Picasso right now instead of my Android-Bimap implementation and i'm getting weird behaviour with the image size in a listView adapter.
I'm calling Picasso this way: Picasso.with(context).load(url).error(R.drawable.error_photo).into(imageDrawable);
The text was updated successfully, but these errors were encountered: