Package org.hortonmachine.gears.io.exif
Class ExifUtil
- java.lang.Object
-
- org.hortonmachine.gears.io.exif.ExifUtil
-
public class ExifUtil extends Object
Exif related utilities.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Constructor Summary
Constructors Constructor Description ExifUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImageReaderfindReader()Find jpegreader.static ImageWriterfindWriter()Find jpegwriter.
-
-
-
Method Detail
-
findReader
public static ImageReader findReader()
Find jpegreader.- Returns:
- the reader or
null.
-
findWriter
public static ImageWriter findWriter()
Find jpegwriter.- Returns:
- the writer or
null.
-
-