Class RotateImageToMatchEXIFOrientation


public class RotateImageToMatchEXIFOrientation extends StackReaderOrientationCorrection
Rotates an image to match any EXIF orientation information, if it exists.

The EXIF orientation is read separately from the underlying StackReader.

If the metadata cannot be successfully read, no rotation occurs, and currently no error message is logged.

Author:
Owen Feehan
  • Constructor Details

    • RotateImageToMatchEXIFOrientation

      public RotateImageToMatchEXIFOrientation()
    • RotateImageToMatchEXIFOrientation

      public RotateImageToMatchEXIFOrientation(StackReaderOrientationCorrection reader)
      Creates a new RotateImageToMatchEXIFOrientation instance.
      Parameters:
      reader - Reads the image that is subsequently flattened.
  • Method Details