Class ExifDataProcessor
java.lang.Object
de.xima.fc.transform.image.exif.ExifDataProcessor
- All Implemented Interfaces:
IUploadPostProcessor
Upload postprocessor implementation that adjusts the orientation and clears the metadata of supported images.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExifDataProcessor
-
-
Method Details
-
isProcessable
- Specified by:
isProcessablein interfaceIUploadPostProcessor- Parameters:
upload- the source upload- Returns:
- true if the provided upload can be processed by this processor, false if not.
-
process
- Specified by:
processin interfaceIUploadPostProcessor- Parameters:
upload- the upload to be procesed- Returns:
- the resulting data
-