public class Exif
extends java.lang.Object
| Constructor and Description |
|---|
Exif() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getOrientation(byte[] jpeg)
Deprecated.
|
static int |
getOrientation(java.io.InputStream inputStream,
long byteSize)
Returns the degrees in clockwise.
|
public static int getOrientation(java.io.InputStream inputStream,
long byteSize)
inputStream - The input stream will not be closed for you.byteSize - Recommended parameter declaring the length of the input stream. If you
pass in -1, we will have to read more from the input stream.@Deprecated public static int getOrientation(byte[] jpeg)