Rotates an image and writes out the rotated image to a file.
public static bool RoateImage(string filename, string outputFilename, RotateFlipType type, int jpegCompressionMode)
Parameters
filename
The original image to roatate
outputFilename
The output file of the rotated image file. If not passed the original file is overwritten
type
Type of rotation to perform
jpegCompressionMode
Overloads:
See also:
Class ImageUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic