Hi there...
last days i was testing webp images and i have to say they are very good !
B4J has a library here... that can help load them as a simple image...
But is it possible to convert bytes or image of jpeg for example ---> to bytes of webp and how (with source code at b4j) ?
ps: Some will tell - why you didn't just change the quality of jpeg...
image.WriteToStream(out, quality, "JPEG")
but what i want is something like this:
image.WriteToStream(out, quality, "WEBP")
but there is not an option for webp :-(
last days i was testing webp images and i have to say they are very good !
B4J has a library here... that can help load them as a simple image...
But is it possible to convert bytes or image of jpeg for example ---> to bytes of webp and how (with source code at b4j) ?
ps: Some will tell - why you didn't just change the quality of jpeg...
image.WriteToStream(out, quality, "JPEG")
but what i want is something like this:
image.WriteToStream(out, quality, "WEBP")
but there is not an option for webp :-(
Last edited: