Home | History | Annotate | Download | only in bitmap

Lines Matching defs:exif

150      * Returns a matrix with rotation set based on Exif orientation tag.
154 * @param pathToOriginal Path to original image file that may have exif data.
155 * @return A rotation in degrees based on exif orientation
162 ExifInterface exif = new ExifInterface(pathToOriginal);
163 int orientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.ORIENTATION_UNDEFINED);
178 * @param pathToOriginal Path to original image file that may have exif data.
221 * Get the # of degrees an image must be rotated to match the given exif orientation.
223 * @param exifOrientation The exif orientation [1-8]
249 * Rotate and/or flip the image to match the given exif orientation.
253 * @param exifOrientation the exif orientation [1-8].