This component provides the capability to fix an incorrect orientation of an image based on the EXIF data.
The component provides the method
1) ImageOrientationEXIF_ChangeOrientation (in oldImage, out updatedImage )
It takes as input image binary data and returns an updated image binary data based on the EXIF meta data.
It also removes the exif information from the updated image to prevent incorrect orientation.