You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/12/14 21:39:56 UTC

[GitHub] [commons-imaging] kinow commented on pull request #254: Basic WebP Support

kinow commented on PR #254:
URL: https://github.com/apache/commons-imaging/pull/254#issuecomment-1352242618

   >@kinow By adding exclusion rules, I no longer get warnings when running mvn -V --no-transfer-progress locally. Can you trigger the CI again?
   
   Done!
   
   >Basic support for WebP has been completed. Now I can successfully read the basic information of the lossy/lossless compressed webp file.
   >
   >I also implemented dumpFile for WebP files. Now it can print the contents of webp chunks in a similar way to the webpinfo tool.
   
   Thakn you!
   
   >It is difficult for me to implement the function of reading/writing image content. I try to read the source code of libwebp, but it is not easy for me. So I can't make more contributions to WebP support in the near future.
   
   I never read the format docs, so no idea how hard it would be. But one option would be to include it in our upcoming 1.0beta release (one beta before the final release) and document what it does and what it doesn't. It's better to be able to at least read metadata/information, then not being able to read WebP at all.
   
   Thank you @Glavo !


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org