Java API
class

JpegCodec

me.tamkungz.codecmedia.internal.image.jpeg.JpegCodec

Version
1.2.2
Java
17
Source file
me/tamkungz/codecmedia/internal/image/jpeg/JpegCodec.java
Repository
View source ↗
public final class JpegCodec

Methods 3

decode

public static BufferedImage decode(Path input) throws CodecMediaException

probe

public static JpegProbeInfo probe(Path input) throws CodecMediaException

encode

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