docs/javadoc/reference/com/facebook/imagepipeline/transcoder/JpegTranscoderUtils.html
|
|
Summary: Constants | Fields | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.transcoder.JpegTranscoderUtils |
| Constants |
|---|
| int |
| int |
| int |
| int |
| int |
| int |
| Fields |
|---|
| public static final ImmutableList<Integer> |
| Public Constructors |
|---|
| Public Methods |
|---|
| static int |
| This method calculate the ratio in case the downsampling was enabled |
| static float |
| static int |
| Get an inverted exif orientation (2, 4, 5, 7) but adjusted to take the force rotation angle into consideration |
| static int |
| static int |
| static Matrix |
| Compute the transformation matrix needed to rotate the image. |
| static boolean |
| static boolean |
| static int |
| [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: 85 (0x00000055)
Constant Value: 100 (0x00000064)
Constant Value: 16 (0x00000010)
Constant Value: 0 (0x00000000)
Constant Value: 1 (0x00000001)
Constant Value: 8 (0x00000008)
This method calculate the ratio in case the downsampling was enabled
| downsampleRatio | The ratio from downsampling |
Get an inverted exif orientation (2, 4, 5, 7) but adjusted to take the force rotation angle into consideration
| IllegalArgumentException | if encoded image passed doesn't have an inverted EXIF orientation |
Compute the transformation matrix needed to rotate the image. If no transformation is needed, it returns null.
| encodedImage | The EncodedImage used when computing the matrix. |
| rotationOptions | The RotationOptions used when computing the matrix |
+Generated by Doclava. +