I have a Multipage TIFF file and i want a Xamarin.Android app to extract the frames into several images to be saved to disk. anyone can point me to the right direction ?
Asked
Active
Viewed 132 times
0
-
I don't think Android has native TIFF support, so you would need to write it yourself or find a library that handles it. – Jason Mar 20 '20 at 19:14
-
1Is this kind of what you're trying? https://stackoverflow.com/a/11669224/461822 – Sai Puli Mar 20 '20 at 19:25
-
exactly what i need. but for Xamarin – Asem Khen Mar 20 '20 at 19:29
-
You can take a look at this tutorial which works on xamarin android. As a disclaimer, I work for the vendor of this library but it will solve you libraries. You can split a multipage tiff into any of the 150+ supported formats: https://www.leadtools.com/help/sdk/v21/tutorials/file-formats/windows/dotnet/console/split-a-multipage-image-file-into-separate-files.html – hcham1 Mar 29 '21 at 13:30