ReactOS 0.4.15-dev-7842-g558ab78
jpeg_transform_info Struct Reference

#include <transupp.h>

Collaboration diagram for jpeg_transform_info:

Public Attributes

JXFORM_CODE transform
 
boolean perfect
 
boolean trim
 
boolean force_grayscale
 
boolean crop
 
JDIMENSION crop_width
 
JCROP_CODE crop_width_set
 
JDIMENSION crop_height
 
JCROP_CODE crop_height_set
 
JDIMENSION crop_xoffset
 
JCROP_CODE crop_xoffset_set
 
JDIMENSION crop_yoffset
 
JCROP_CODE crop_yoffset_set
 
j_decompress_ptr drop_ptr
 
jvirt_barray_ptrdrop_coef_arrays
 
int num_components
 
jvirt_barray_ptrworkspace_coef_arrays
 
JDIMENSION output_width
 
JDIMENSION output_height
 
JDIMENSION x_crop_offset
 
JDIMENSION y_crop_offset
 
JDIMENSION drop_width
 
JDIMENSION drop_height
 
int iMCU_sample_width
 
int iMCU_sample_height
 

Detailed Description

Definition at line 138 of file transupp.h.

Member Data Documentation

◆ crop

boolean jpeg_transform_info::crop

Definition at line 144 of file transupp.h.

Referenced by parse_switches().

◆ crop_height

JDIMENSION jpeg_transform_info::crop_height

Definition at line 151 of file transupp.h.

Referenced by main().

◆ crop_height_set

JCROP_CODE jpeg_transform_info::crop_height_set

Definition at line 152 of file transupp.h.

Referenced by main(), and parse_switches().

◆ crop_width

JDIMENSION jpeg_transform_info::crop_width

Definition at line 149 of file transupp.h.

Referenced by main().

◆ crop_width_set

JCROP_CODE jpeg_transform_info::crop_width_set

Definition at line 150 of file transupp.h.

Referenced by main(), and parse_switches().

◆ crop_xoffset

JDIMENSION jpeg_transform_info::crop_xoffset

Definition at line 153 of file transupp.h.

◆ crop_xoffset_set

JCROP_CODE jpeg_transform_info::crop_xoffset_set

Definition at line 154 of file transupp.h.

◆ crop_yoffset

JDIMENSION jpeg_transform_info::crop_yoffset

Definition at line 155 of file transupp.h.

◆ crop_yoffset_set

JCROP_CODE jpeg_transform_info::crop_yoffset_set

Definition at line 156 of file transupp.h.

◆ drop_coef_arrays

jvirt_barray_ptr* jpeg_transform_info::drop_coef_arrays

Definition at line 160 of file transupp.h.

Referenced by main().

◆ drop_height

JDIMENSION jpeg_transform_info::drop_height

Definition at line 170 of file transupp.h.

◆ drop_ptr

j_decompress_ptr jpeg_transform_info::drop_ptr

Definition at line 159 of file transupp.h.

Referenced by main().

◆ drop_width

JDIMENSION jpeg_transform_info::drop_width

Definition at line 169 of file transupp.h.

◆ force_grayscale

boolean jpeg_transform_info::force_grayscale

Definition at line 143 of file transupp.h.

Referenced by parse_switches().

◆ iMCU_sample_height

int jpeg_transform_info::iMCU_sample_height

Definition at line 172 of file transupp.h.

◆ iMCU_sample_width

int jpeg_transform_info::iMCU_sample_width

Definition at line 171 of file transupp.h.

◆ num_components

int jpeg_transform_info::num_components

Definition at line 163 of file transupp.h.

◆ output_height

JDIMENSION jpeg_transform_info::output_height

Definition at line 166 of file transupp.h.

◆ output_width

JDIMENSION jpeg_transform_info::output_width

Definition at line 165 of file transupp.h.

◆ perfect

boolean jpeg_transform_info::perfect

Definition at line 141 of file transupp.h.

Referenced by parse_switches().

◆ transform

JXFORM_CODE jpeg_transform_info::transform

Definition at line 140 of file transupp.h.

Referenced by parse_switches(), and select_transform().

◆ trim

boolean jpeg_transform_info::trim

Definition at line 142 of file transupp.h.

Referenced by parse_switches().

◆ workspace_coef_arrays

jvirt_barray_ptr* jpeg_transform_info::workspace_coef_arrays

Definition at line 164 of file transupp.h.

◆ x_crop_offset

JDIMENSION jpeg_transform_info::x_crop_offset

Definition at line 167 of file transupp.h.

◆ y_crop_offset

JDIMENSION jpeg_transform_info::y_crop_offset

Definition at line 168 of file transupp.h.


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