Chestly
unread,Oct 20, 2020, 9:31:00 PM10/20/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebP Discussion
Hey, Im a Java dev, Am currently working on a project that will require Small and lossless images on the web. I of course wanted to use WebP but couldnt find any API to convert a Regular Png or Jpeg image to Webp.
I also didnt see a way to convert a raw byte array or String to a webp from the command line, Which i could have possibly utilized. Is there some FrameWork for doing this already written in Java, Or is there another way to convert strings or byte arrays to the webp format, I really do not want to have to create a new file anytime i have to convert, then call a command line command and then get the contents of that image!
Thanks for the help!