docs/javadoc/reference/com/facebook/imageutils/JfifUtil.html
|
|
Summary: Constants | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imageutils.JfifUtil |
Util for obtaining information from JPEG file.
| Constants |
|---|
| int |
| int |
| int |
| int |
| int |
| int |
| int |
| int |
| int |
| int |
| int |
| Public Methods |
|---|
| static int |
| Determines auto-rotate angle based on orientation information. |
| static int |
| Gets orientation information from jpeg byte array. |
| static int |
| Get orientation information from jpeg input stream. |
| static boolean |
| Reads the content of the input stream until specified marker is found. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Constant Value: 1165519206 (0x45786966)
Constant Value: 225 (0x000000e1)
Constant Value: 217 (0x000000d9)
Constant Value: 0 (0x00000000)
Definitions of jpeg markers as well as overall description of jpeg file format can be found here: Recommendation T.81
Constant Value: 255 (0x000000ff)
Constant Value: 208 (0x000000d0)
Constant Value: 215 (0x000000d7)
Constant Value: 192 (0x000000c0)
Constant Value: 216 (0x000000d8)
Constant Value: 218 (0x000000da)
Constant Value: 1 (0x00000001)
Determines auto-rotate angle based on orientation information.
| orientation | orientation information, one of {1, 3, 6, 8}. |
Gets orientation information from jpeg byte array.
| jpeg | the input byte array of jpeg image |
Get orientation information from jpeg input stream.
| is | the input stream of jpeg image |
Reads the content of the input stream until specified marker is found. Marker will be consumed and the input stream will be positioned after the specified marker.
| is | the input stream to read bytes from | | markerToFind | the marker we are looking for |
| IOException | |
+Generated by Doclava. +