Uses of Class
com.twelvemonkeys.contrib.tiff.TIFFUtilities.TIFFPage
-
-
Uses of TIFFUtilities.TIFFPage in com.twelvemonkeys.contrib.tiff
Methods in com.twelvemonkeys.contrib.tiff that return types with arguments of type TIFFUtilities.TIFFPage Modifier and Type Method Description static java.util.List<TIFFUtilities.TIFFPage>
TIFFUtilities. getPages(javax.imageio.stream.ImageInputStream imageInput)
Method parameters in com.twelvemonkeys.contrib.tiff with type arguments of type TIFFUtilities.TIFFPage Modifier and Type Method Description static void
TIFFUtilities. writePages(javax.imageio.stream.ImageOutputStream imageOutput, java.util.List<TIFFUtilities.TIFFPage> pages)
-