Package com.drew.imaging.webp
Class WebpMetadataReader
java.lang.Object
com.drew.imaging.webp.WebpMetadataReader
Obtains metadata from WebP files.
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadatareadMetadata(File file) static MetadatareadMetadata(InputStream inputStream)
-
Constructor Details
-
WebpMetadataReader
public WebpMetadataReader()
-
-
Method Details
-
readMetadata
- Throws:
IOExceptionRiffProcessingException
-
readMetadata
public static Metadata readMetadata(InputStream inputStream) throws IOException, RiffProcessingException - Throws:
IOExceptionRiffProcessingException
-