Java API
class

WebpCodec

me.tamkungz.codecmedia.internal.image.webp.WebpCodec

Version
1.2.0
Java
17
Source file
me/tamkungz/codecmedia/internal/image/webp/WebpCodec.java
Repository
View source ↗

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 WebpCodec

Methods 2

decode

public static BufferedImage decode(Path input) throws CodecMediaException

encode

public static void encode(BufferedImage image, Path output) throws CodecMediaException