Class ImageExifReader

java.lang.Object
org.eclnt.util.image.ImageExifReader

public class ImageExifReader extends Object
This class includes all references to commons-imaging! Callers must assume that the library is not available (e.g. due to missing update of Maven pom.xml) and that as consequence all methods called from this class will throw ClassNotFoundException.
  • Constructor Details

    • ImageExifReader

      public ImageExifReader()
  • Method Details

    • checkIfImageIsRotated

      public static boolean checkIfImageIsRotated(byte[] imageBytes)