Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrive webp image metadata #14

Open
KalhariL opened this issue May 25, 2021 · 0 comments
Open

Retrive webp image metadata #14

KalhariL opened this issue May 25, 2021 · 0 comments

Comments

@KalhariL
Copy link

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;
}

joostoudeman pushed a commit to joostoudeman/webp-imageio that referenced this issue Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant