Java API
record

PngProbeInfo

me.tamkungz.codecmedia.internal.image.png.PngProbeInfo

Version
1.2.1
Java
17
Source file
me/tamkungz/codecmedia/internal/image/png/PngProbeInfo.java
Repository
View source ↗
public record PngProbeInfo( int width, int height, int bitDepth, int colorType )

Components 4

width

int width

height

int height

bitDepth

int bitDepth

colorType

int colorType