tags:

views:

59

answers:

0

I want to write a simple Java application to display a portion of large stitched tiles of TIFF images. I want to be able to zoom and move around.

Is using JAI the best current way to go? The documentation seems awfully out-of-date.

I found this sample program to display a TIFF image. But how can I zoom into a TIFF image? And is it possible to stitch multiple images and seemingly move into a portion, regardless of the image boundaries?