|
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.
Macros | |
| #define | MAXCODE(n_bits) ((1 << (n_bits)) - 1) |
| #define | CHAR_OUT(dinfo, c) |
Typedefs | |
| typedef gif_dest_struct * | gif_dest_ptr |
Functions | |
| flush_packet (gif_dest_ptr dinfo) | |
| output (gif_dest_ptr dinfo, int code) | |
| compress_init (gif_dest_ptr dinfo, int i_bits) | |
| compress_pixel (gif_dest_ptr dinfo, int c) | |
| compress_term (gif_dest_ptr dinfo) | |
| put_word (gif_dest_ptr dinfo, unsigned int w) | |
| put_3bytes (gif_dest_ptr dinfo, int val) | |
| emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) | |
| start_output_gif (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo) | |
| put_pixel_rows (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied) | |
| finish_output_gif (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo) | |
| jinit_write_gif (j_decompress_ptr cinfo) | |
| #define CHAR_OUT | ( | dinfo, | |
| c | |||
| ) |
Definition at line 95 of file wrgif.c.
Referenced by compress_term(), and output().
| #define MAXCODE | ( | n_bits | ) | ((1 << (n_bits)) - 1) |
Definition at line 72 of file wrgif.c.
Referenced by compress_init().
| typedef gif_dest_struct* gif_dest_ptr |
| compress_init | ( | gif_dest_ptr | dinfo, |
| int | i_bits | ||
| ) |
| compress_pixel | ( | gif_dest_ptr | dinfo, |
| int | c | ||
| ) |
Definition at line 162 of file wrgif.c.
References LOCAL, and output().
Referenced by put_pixel_rows().
| compress_term | ( | gif_dest_ptr | dinfo | ) |
Definition at line 182 of file wrgif.c.
References CHAR_OUT, flush_packet(), LOCAL, and output().
Referenced by finish_output_gif().
| emit_header | ( | gif_dest_ptr | dinfo, |
| int | num_colors, | ||
| JSAMPARRAY | colormap | ||
| ) |
Definition at line 219 of file wrgif.c.
Referenced by start_output_gif().
| finish_output_gif | ( | j_decompress_ptr | cinfo, |
| djpeg_dest_ptr | dinfo | ||
| ) |
Definition at line 338 of file wrgif.c.
References compress_term(), ERREXIT, and GLOBAL.
Referenced by jinit_write_gif().
| flush_packet | ( | gif_dest_ptr | dinfo | ) |
| jinit_write_gif | ( | j_decompress_ptr | cinfo | ) |
Definition at line 360 of file wrgif.c.
References ERREXIT, finish_output_gif(), JCS_GRAYSCALE, JCS_RGB, jpeg_calc_output_dimensions(), JPOOL_IMAGE, put_pixel_rows(), SIZEOF, start_output_gif(), and TRUE.
| output | ( | gif_dest_ptr | dinfo, |
| int | code | ||
| ) |
Definition at line 105 of file wrgif.c.
References CHAR_OUT, and LOCAL.
Referenced by compress_init(), compress_pixel(), compress_term(), and main().
| put_3bytes | ( | gif_dest_ptr | dinfo, |
| int | val | ||
| ) |
| put_pixel_rows | ( | j_decompress_ptr | cinfo, |
| djpeg_dest_ptr | dinfo, | ||
| JDIMENSION | rows_supplied | ||
| ) |
Definition at line 319 of file wrgif.c.
References compress_pixel(), GETJSAMPLE, METHODDEF, and ptr.
Referenced by jinit_write_bmp(), and jinit_write_gif().
| put_word | ( | gif_dest_ptr | dinfo, |
| unsigned int | w | ||
| ) |
| start_output_gif | ( | j_decompress_ptr | cinfo, |
| djpeg_dest_ptr | dinfo | ||
| ) |
Definition at line 302 of file wrgif.c.
References emit_header(), METHODDEF, and NULL.
Referenced by jinit_write_gif().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.