Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
jpeg_scan_info Struct Reference

#include <jpeglib.h>

Public Attributes

int comps_in_scan
 
int component_index [MAX_COMPS_IN_SCAN]
 
int Ss
 
int Se
 
int Ah
 
int Al
 

Detailed Description

Definition at line 184 of file jpeglib.h.

Member Data Documentation

◆ Ah

int jpeg_scan_info::Ah

Definition at line 188 of file jpeglib.h.

Referenced by read_scan_script(), select_scan_parameters(), and validate_script().

◆ Al

int jpeg_scan_info::Al

Definition at line 188 of file jpeglib.h.

Referenced by read_scan_script(), select_scan_parameters(), and validate_script().

◆ component_index

int jpeg_scan_info::component_index[MAX_COMPS_IN_SCAN]

Definition at line 186 of file jpeglib.h.

Referenced by read_scan_script(), select_scan_parameters(), and validate_script().

◆ comps_in_scan

int jpeg_scan_info::comps_in_scan

Definition at line 185 of file jpeglib.h.

Referenced by read_scan_script(), select_scan_parameters(), and validate_script().

◆ Se

int jpeg_scan_info::Se

Definition at line 187 of file jpeglib.h.

Referenced by read_scan_script(), select_scan_parameters(), and validate_script().

◆ Ss

int jpeg_scan_info::Ss

Definition at line 187 of file jpeglib.h.

Referenced by read_scan_script(), select_scan_parameters(), and validate_script().


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