I am currently importing tiff files using InStream and OutStrem to write the whole file to a blob field. The problem I am having is the tiff file is a collection of smaller images. This is not a multi-page tiff file, it is one large single image. The data I have has a start and end point for each of the smaller images. I am wondering if there is a way to display one section of the larger image using the start and end points on a page.
0