AlbumShaper 1.0a3
jpeg_transform_info Struct Reference

#include <jpegInternal.h>

Collaboration diagram for jpeg_transform_info:

Public Attributes

JXFORM_CODE transform
 
boolean trim
 
boolean force_grayscale
 
int num_components
 Internal workspace: caller should not touch these.
 
jvirt_barray_ptr * workspace_coef_arrays
 

Detailed Description

Definition at line 65 of file jpegInternal.h.

Member Data Documentation

◆ force_grayscale

boolean jpeg_transform_info::force_grayscale

Definition at line 69 of file jpegInternal.h.

Referenced by transformJPEG().

◆ num_components

int jpeg_transform_info::num_components

Internal workspace: caller should not touch these.

Definition at line 72 of file jpegInternal.h.

◆ transform

JXFORM_CODE jpeg_transform_info::transform

Definition at line 67 of file jpegInternal.h.

Referenced by transformJPEG().

◆ trim

boolean jpeg_transform_info::trim

Definition at line 68 of file jpegInternal.h.

Referenced by transformJPEG().

◆ workspace_coef_arrays

jvirt_barray_ptr* jpeg_transform_info::workspace_coef_arrays

Definition at line 73 of file jpegInternal.h.


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