ReactOS 0.4.16-dev-942-g91fadeb
jpeg_compress_format Struct Reference
Collaboration diagram for jpeg_compress_format:

Public Attributes

const WICPixelFormatGUIDguid
 
int bpp
 
int num_components
 
J_COLOR_SPACE color_space
 
int swap_rgb
 

Detailed Description

Definition at line 363 of file libjpeg.c.

Member Data Documentation

◆ bpp

int jpeg_compress_format::bpp

Definition at line 365 of file libjpeg.c.

Referenced by jpeg_encoder_get_supported_format().

◆ color_space

J_COLOR_SPACE jpeg_compress_format::color_space

Definition at line 367 of file libjpeg.c.

◆ guid

const WICPixelFormatGUID* jpeg_compress_format::guid

Definition at line 364 of file libjpeg.c.

Referenced by jpeg_encoder_create_frame(), and jpeg_encoder_get_supported_format().

◆ num_components

int jpeg_compress_format::num_components

Definition at line 366 of file libjpeg.c.

◆ swap_rgb

int jpeg_compress_format::swap_rgb

Definition at line 368 of file libjpeg.c.


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