The TwImageInfo type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | BitsPerPixel |
Number of bits for each padded pixel.
|
![]() | BitsPerSample |
Number of bits for each sample.
|
![]() | Compression |
How the data is compressed.
|
![]() | ImageLength |
Rows in the image, -1 if unknown by DS.
|
![]() | ImageWidth |
Columns in the image, -1 if unknown by DS.
|
![]() | PixelType |
How to interp data; photo interp.
|
![]() | Planar |
True if Planar, False if chunky.
|
![]() | SamplesPerPixel |
Number of samples per pixel, 3 for RGB.
|
![]() | XResolution |
Resolution in the horizontal.
|
![]() | YResolution |
Resolution in the vertical.
|
See Also