You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
The text was updated successfully, but these errors were encountered:
joostoudeman
pushed a commit
to joostoudeman/webp-imageio
that referenced
this issue
Jun 16, 2023
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;
}
The text was updated successfully, but these errors were encountered: