ImageUtils.NormalizeJpgImageRotation

If the image contains image rotation Exif data, apply the image rotation and remove the Exif data. Optionally also allows for image resizing in the same operation.

public static void NormalizeJpgImageRotation(string imageFile,
	int imageQuality,
	int width,
	int height)

Parameters

imageFile
Image file to work on

imageQuality
Jpg

width

height


See also:

Class ImageUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic