Skip to content
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

Closed
ethervoid opened this issue May 14, 2013 · 6 comments
Closed

Weird image size #7

ethervoid opened this issue May 14, 2013 · 6 comments

Comments

@ethervoid
Copy link

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);

weird_1

weird_2

@JakeWharton
Copy link
Collaborator

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.

@ethervoid
Copy link
Author

Yes of course as son as I arrive to the office I make an example of this
issue :)

Mario de frutos

El 15/05/2013, a las 01:00, Jake Wharton [email protected]
escribió:

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.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/7#issuecomment-17910800
.

@dnkoutso
Copy link
Collaborator

Any updates on this, or should we close this?

@ethervoid
Copy link
Author

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?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/7#issuecomment-18302521
.

@ethervoid
Copy link
Author

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.

sc20130524-100042

And this is what i got in the test project using Picasso

sc20130524-100130

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 :)

@JakeWharton
Copy link
Collaborator

Should be fixed by #48.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants