Java API
class

BmpCodec

me.tamkungz.codecmedia.internal.image.bmp.BmpCodec

Version
1.2.0
Java
17
Source file
me/tamkungz/codecmedia/internal/image/bmp/BmpCodec.java
Repository
View source ↗
public final class BmpCodec

Methods 3

decode

public static BufferedImage decode(Path input) throws CodecMediaException

probe

public static BmpProbeInfo probe(Path input) throws CodecMediaException

encode

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