JWS C Library
C language utility library
|
Attributes for a JIFF image. More...
#include <jiff.h>
Data Fields | |
JIFF_colorspace | colorspace |
Colorspace used by the JIFF image. | |
JIFF_depth | depth |
Depth of each channel in the colorspace (in bits). | |
JIFF_type | type |
Data-type of the channels in the colorspace. | |
float | red_w |
Red channel averaging weight for grayscale conversion. | |
float | green_w |
Green channel averaging weight for grayscale conversion. | |
float | blue_w |
Blue channel averaging weight for grayscale conversion. |
float JIFF_attributes::red_w |
float JIFF_attributes::green_w |
float JIFF_attributes::blue_w |