【发布时间】:2022-12-28 03:03:00
【问题描述】:
I need to change orientation of images to normal or remove the Exif orientation of the images using MagickImage in C# if at all it exists.
Any help would be really appreciated.
【问题讨论】:
标签: imagemagick exif
I need to change orientation of images to normal or remove the Exif orientation of the images using MagickImage in C# if at all it exists.
Any help would be really appreciated.
【问题讨论】:
标签: imagemagick exif
I have used AutoOrient() inbuilt function of MagickImage and it rotated the image to its normal orientation
【讨论】: