The Picturebox control in c# does not take into account the EXIF Orientation tag for images.So the images appear in the wrong orientation.I intent to solve this problem by reading the EXIF data and manually rotating the Image.But processing the image with exif orientation tag is a problem.Since the user may choose any output format and if i assume right only JPEG and TIF support EXIF.So the final processed image should be manually rotated rather than adding the EXIF Tag.
Is my assumption correct?