Uses of Class
net.coobird.thumbnailator.util.exif.Orientation
-
Packages that use Orientation Package Description net.coobird.thumbnailator.tasks.io This package provides classes which perform image input and output operations in conjunction with theSourceSinkThumbnailTaskclass.net.coobird.thumbnailator.util.exif This package contains utilities classes used to handle Exif metadata. -
-
Uses of Orientation in net.coobird.thumbnailator.tasks.io
Methods in net.coobird.thumbnailator.tasks.io with parameters of type Orientation Modifier and Type Method Description private java.awt.RectangleInputStreamImageSource. calculateSourceRegion(int width, int height, Orientation orientation, Region region) -
Uses of Orientation in net.coobird.thumbnailator.util.exif
Methods in net.coobird.thumbnailator.util.exif that return Orientation Modifier and Type Method Description static OrientationExifUtils. getExifOrientation(javax.imageio.ImageReader reader, int imageIndex)Returns the orientation obtained from the Exif metadata.static OrientationExifUtils. getOrientationFromExif(byte[] exifData)Returns the orientation obtained from the Exif metadata.static OrientationOrientation. typeOf(int value)Returns theOrientationcorresponding to the given orientation value.static OrientationOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Orientation[]Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.coobird.thumbnailator.util.exif with parameters of type Orientation Modifier and Type Method Description static ImageFilterExifFilterUtils. getFilterForOrientation(Orientation orientation)Returns aImageFilterwhich will perform the transformations required to properly orient the thumbnail according to the Exif orientation.
-