Java API
record

JpegProbeInfo

me.tamkungz.codecmedia.internal.image.jpeg.JpegProbeInfo

Version
1.2.2
Java
17
Source file
me/tamkungz/codecmedia/internal/image/jpeg/JpegProbeInfo.java
Repository
View source ↗
public record JpegProbeInfo( int width, int height, int bitsPerSample, int channels )

Components 4

width

int width

height

int height

bitsPerSample

int bitsPerSample

channels

int channels