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

Fixed EXIF orientation in MediaStoreRequestHandler #1459

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 18, 2016

  1. MediaStoreRequestHandler: read MediaStore.Image.ORIENTATION value and…

    … translate it to ExifInterface.ORIENTATION_* value.
    
    Picasso determines orientation according to ExifInterface.ORIENTATION_*. All possible values in MediaStore.Image.ORIENTATION are: 0, 90, 180, 270 (according to: https://developer.android.com/reference/android/provider/MediaStore.Images.ImageColumns.html#ORIENTATION). The values differ, thus orientation read from MediaStore must be translated to ExifInterface.ORIENTATION_* value.
    
    Updated RequestHandler::getExifOrientation description.
    RobertM-BLS committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    9dee444 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Merge remote-tracking branch 'RobertM-BLS/mediastore-orientation-fix'

    # Conflicts:
    #	picasso/src/main/java/com/squareup/picasso/RequestHandler.java
    st1hy committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    e02b0b9 View commit details
    Browse the repository at this point in the history
  2. When reading exif in MediaStoreRequestHandler, read file directly wit…

    …h ExifInterface. If file cannot be read use value provided by content resolver.
    st1hy committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    c000726 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2016

  1. Configuration menu
    Copy the full SHA
    36ddc4c View commit details
    Browse the repository at this point in the history