sejda-pdf / webp-imageio

Java ImageIO WebP support
Apache License 2.0
198 stars 74 forks source link

Retrive webp image metadata #14

Open KalhariL opened 3 years ago

KalhariL commented 3 years ago

Webp images can contain useful EXIF metadata. Webp reader is not retrieving any metadata and the method is not implemented. This is a rather useful feature and appreciate if you could implement it.

com.luciad.imageio.webp.WebPReader

@Override public IIOMetadata getImageMetadata( int imageIndex ) throws IOException { return null; }