AlbumShaper
1.0a3
|
#include <jpegInternal.h>
Public Attributes | |
JXFORM_CODE | transform |
boolean | trim |
boolean | force_grayscale |
int | num_components |
Internal workspace: caller should not touch these. More... | |
jvirt_barray_ptr * | workspace_coef_arrays |
Definition at line 65 of file jpegInternal.h.
boolean jpeg_transform_info::force_grayscale |
Definition at line 69 of file jpegInternal.h.
Referenced by transformJPEG().
int jpeg_transform_info::num_components |
Internal workspace: caller should not touch these.
Definition at line 72 of file jpegInternal.h.
JXFORM_CODE jpeg_transform_info::transform |
Definition at line 67 of file jpegInternal.h.
Referenced by transformJPEG().
boolean jpeg_transform_info::trim |
Definition at line 68 of file jpegInternal.h.
Referenced by transformJPEG().
jvirt_barray_ptr* jpeg_transform_info::workspace_coef_arrays |
Definition at line 73 of file jpegInternal.h.