Skip to content
Advertisement

Tag: tiff

Splitting a multipage TIFF image into individual images (Java)

Been tearing my hair on this one. How do I split a multipage / multilayer TIFF image into several individual images? Demo image available here. (Would prefer a pure Java (i.e. non-native) solution. Doesn’t matter if the solution relies on commercial libraries.) Answer You can use the Java Advanced Imaging library, JAI, to split a mutlipage TIFF, by using an

Advertisement