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

. #313

Closed
sopress opened this issue Nov 20, 2013 · 6 comments
Closed

. #313

sopress opened this issue Nov 20, 2013 · 6 comments

Comments

@sopress
Copy link

sopress commented Nov 20, 2013

.

@JakeWharton
Copy link
Collaborator

We honor EXIF rotation for local files and orientation for images coming from a content provider. Are you seeing incorrect rotation?

@JakeWharton
Copy link
Collaborator

We don't (can't) honor EXIF from images loaded over the network. Android doesn't provide a way to read the data using the normal EXIF parsing. We'd have to embed a partial decode for each image file format that supports rotation in order to make this work and that is something we're not currently willing to do.

@dnkoutso
Copy link
Collaborator

What happened to the issue here?

@dallasgutauckis
Copy link

Original post was

I'm using picasso 2.1.1v library and it does auto rotation.

I didn't do anything with rotate() or transform() functions.

I only do load().resize(),centerCrop().into().

How can i prevent auto roation ?

and the comment after Jake's first was

Yes, i see incorrect rotation. ( image rotated 90 degree )

Here is my code
picasso.load("http://talk.campus10.co.kr/image/timetable/1_131120095614.png").placeholder(R.drawable.default_loading).error(R.drawable.default_noimg).into(imageView)

@afollestad
Copy link
Member

Not sure why Picasso still can't respect exif rotation for networked images when Glide can.

@JakeWharton
Copy link
Collaborator

Because whatever I said on the last issue you said that on.

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

5 participants