Glavo opened a new pull request, #254:
URL: https://github.com/apache/commons-imaging/pull/254

   This PR is designed to parse WebP meta information. 
   
   Task List:
   
   - [x] Add WebP support for `Imaging.guessFormat`;
   - [x] Read all of webp chunks;
   - [x] Implementing `ImageParser::getImageSize` for webp files;
   - [ ] Implementing `ImageParser::getMetadata` for webp files;
   - [ ] Implementing `ImageParser::getImageInfo` for webp files.
   
   Non-Goals:
   
   * Read image from webp file;
   * Write to webp files.
   
   Although I hope to implement complete WebP support, it is very difficult for 
me at present.
   
   Therefore, the main goal of this PR is to read metadata from webp files. 
   
   A more complete implementation may require me to have a deeper understanding 
of vp8 format, or let others complete it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to