Identify the orientation and rotate only specific pages of a TIFF file
Posted: 2017-07-05T23:45:37-07:00
Hi All,
I have a multi-page TIFF file in which some of the pages are rotated and some of the pages are not rotated.
I am using Magick.NET-Q16-AnyCPU dll of version 7.0.0.0 in my C# application. I tried exploring the ImageMagick API's but at least I couldn't find any API methods which does the above mentioned. Can someone please point me towards a sample example of ImageMagick with C# on --> How can we detect the orientation of any page in a TIFF file and then rotate only that specific page/s of a TIFF file ?
Thanks in Advance,
Hari
I have a multi-page TIFF file in which some of the pages are rotated and some of the pages are not rotated.
I am using Magick.NET-Q16-AnyCPU dll of version 7.0.0.0 in my C# application. I tried exploring the ImageMagick API's but at least I couldn't find any API methods which does the above mentioned. Can someone please point me towards a sample example of ImageMagick with C# on --> How can we detect the orientation of any page in a TIFF file and then rotate only that specific page/s of a TIFF file ?
Thanks in Advance,
Hari