Uses of Class
net.coobird.thumbnailator.tasks.UnsupportedFormatException
-
Packages that use UnsupportedFormatException Package Description net.coobird.thumbnailator.tasks.io This package provides classes which perform image input and output operations in conjunction with theSourceSinkThumbnailTaskclass. -
-
Uses of UnsupportedFormatException in net.coobird.thumbnailator.tasks.io
Methods in net.coobird.thumbnailator.tasks.io that throw UnsupportedFormatException Modifier and Type Method Description private static booleanFileImageSink. isMatchingFormat(java.lang.String formatName, java.lang.String fileExtension)Determines whether an specified format name and file extension are for the same format.
-