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 Member Functions | List of all members
jpeg_color_quantizer Struct Reference

#include <jpegint.h>

Public Member Functions

 JMETHOD (void, start_pass,(j_decompress_ptr cinfo, boolean is_pre_scan))
 
 JMETHOD (void, color_quantize,(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows))
 
 JMETHOD (void, finish_pass,(j_decompress_ptr cinfo))
 
 JMETHOD (void, new_color_map,(j_decompress_ptr cinfo))
 

Detailed Description

Definition at line 254 of file jpegint.h.

Member Function Documentation

◆ JMETHOD() [1/4]

jpeg_color_quantizer::JMETHOD ( void  ,
start_pass  ,
(j_decompress_ptr cinfo, boolean is_pre_scan)   
)

◆ JMETHOD() [2/4]

jpeg_color_quantizer::JMETHOD ( void  ,
color_quantize  ,
(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows  
)

◆ JMETHOD() [3/4]

jpeg_color_quantizer::JMETHOD ( void  ,
finish_pass  ,
(j_decompress_ptr cinfo)   
)

◆ JMETHOD() [4/4]

jpeg_color_quantizer::JMETHOD ( void  ,
new_color_map  ,
(j_decompress_ptr cinfo)   
)

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