JWS C Library
C language utility library
JIFF_attributes Struct Reference

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.

Detailed Description

Attributes for a JIFF image.

Definition at line 96 of file jiff.h.


Field Documentation

Colorspace used by the JIFF image.

Definition at line 99 of file jiff.h.

Depth of each channel in the colorspace (in bits).

Definition at line 102 of file jiff.h.

Data-type of the channels in the colorspace.

Definition at line 105 of file jiff.h.

Red channel averaging weight for grayscale conversion.

Definition at line 108 of file jiff.h.

Green channel averaging weight for grayscale conversion.

Definition at line 111 of file jiff.h.

Blue channel averaging weight for grayscale conversion.

Definition at line 114 of file jiff.h.


The documentation for this struct was generated from the following file: