decode
public static BufferedImage decode(Path input) throws CodecMediaExceptionme.tamkungz.codecmedia.internal.image.webp.WebpCodec
WebP image decode/encode bridge backed by {@link ImageIO}.
<p>
Note: standard JDK runtimes do not always include a WebP reader/writer SPI.
A compatible plugin must be present in the runtime for decode/encode to work.
public final class WebpCodecpublic static BufferedImage decode(Path input) throws CodecMediaExceptionpublic static void encode(BufferedImage image, Path output) throws CodecMediaException