Java API
record

BmpProbeInfo

me.tamkungz.codecmedia.internal.image.bmp.BmpProbeInfo

Version
1.2.2
Java
17
Source file
me/tamkungz/codecmedia/internal/image/bmp/BmpProbeInfo.java
Repository
View source ↗
public record BmpProbeInfo( int width, int height, int bitsPerPixel )

Components 3

width

int width

height

int height

bitsPerPixel

int bitsPerPixel