Read TIFF
TIFF Read Format Conversion Bitmap
Reads first frame of image in TIFF format.
Сode Snippet
using (var bitmap = new Bitmap("WriteMultiframeTiff.tif"))
{
bitmap.Save("ReadTiff.jpg");
}
Input
WriteMultiframeTiff.tif
DownloadOutput
ReadTiff.jpg
DownloadFor AI-assisted development: Download Graphics Mill Code Samples XML Catalog