Definition in file vil1_pixel.h.
Go to the source code of this file.
Enumerations | |
| enum | vil1_pixel_format_t { VIL1_PIXEL_FORMAT_UNKNOWN, VIL1_BYTE, VIL1_RGB_BYTE, VIL1_RGBA_BYTE, VIL1_RGB_UINT16, VIL1_RGB_FLOAT, VIL1_RGB_DOUBLE, VIL1_UINT16, VIL1_UINT32, VIL1_FLOAT, VIL1_DOUBLE, VIL1_COMPLEX } |
| Common combinations of component format, bits, planes and components. More... | |
Functions | |
| const char * | vil1_print (vil1_pixel_format_t f) |
| vil1_pixel_format_t | vil1_pixel_format (vil1_image const &) |
| Returns one of the `vil1_pixel_format's. | |
| enum vil1_pixel_format_t |
Common combinations of component format, bits, planes and components.
Definition at line 15 of file vil1_pixel.h.
| vil1_pixel_format_t vil1_pixel_format | ( | vil1_image const & | ) |
Returns one of the `vil1_pixel_format's.
A standard RGB RGB RGB image has pixel_type() == VIL1_RGB_BYTE
Definition at line 12 of file vil1_pixel.cxx.
| const char* vil1_print | ( | vil1_pixel_format_t | f | ) | [inline] |
Definition at line 32 of file vil1_pixel.h.
1.5.1