Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "cdjpeg.h"
Go to the source code of this file.
Typedefs | |
typedef tga_dest_struct * | tga_dest_ptr |
Functions | |
write_header (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) | |
put_pixel_rows (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied) | |
put_gray_rows (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied) | |
put_demapped_gray (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied) | |
start_output_tga (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo) | |
finish_output_tga (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo) | |
jinit_write_targa (j_decompress_ptr cinfo) | |
typedef tga_dest_struct* tga_dest_ptr |
finish_output_tga | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo | ||
) |
Definition at line 211 of file wrtarga.c.
References ERREXIT, and GLOBAL.
Referenced by jinit_write_targa().
jinit_write_targa | ( | j_decompress_ptr | cinfo | ) |
Definition at line 225 of file wrtarga.c.
References finish_output_tga(), jpeg_calc_output_dimensions(), JPOOL_IMAGE, SIZEOF, and start_output_tga().
put_demapped_gray | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
JDIMENSION | rows_supplied | ||
) |
Definition at line 144 of file wrtarga.c.
References GETJSAMPLE, JFWRITE, METHODDEF, and void().
Referenced by start_output_tga().
put_gray_rows | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
JDIMENSION | rows_supplied | ||
) |
Definition at line 120 of file wrtarga.c.
References GETJSAMPLE, JFWRITE, METHODDEF, and void().
Referenced by start_output_tga().
put_pixel_rows | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
JDIMENSION | rows_supplied | ||
) |
Definition at line 99 of file wrtarga.c.
References GETJSAMPLE, JFWRITE, METHODDEF, and void().
Referenced by start_output_tga().
start_output_tga | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo | ||
) |
Definition at line 167 of file wrtarga.c.
References ERREXIT, ERREXIT1, GETJSAMPLE, i, JCS_GRAYSCALE, JCS_RGB, METHODDEF, outfile, put_demapped_gray(), put_gray_rows(), put_pixel_rows(), and write_header().
Referenced by jinit_write_targa().
write_header | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
int | num_colors | ||
) |
Definition at line 54 of file wrtarga.c.
References ERREXIT, JCS_GRAYSCALE, JFWRITE, MEMZERO, METHODDEF, and SIZEOF.
Referenced by start_output_tga().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.