recordPngProbeInfo
me.tamkungz.codecmedia.internal.image.png.PngProbeInfo
- Version
- 1.1.5
- Java
- 17
- Source file
- me/tamkungz/codecmedia/internal/image/png/PngProbeInfo.java
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