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 | PUTPPMSAMPLE(ptr, v) *ptr++ = (char) (v) |
#define | BYTESPERSAMPLE 1 |
#define | PPM_MAXVAL 255 |
Typedefs | |
typedef ppm_dest_struct * | ppm_dest_ptr |
Functions | |
put_pixel_rows (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied) | |
copy_pixel_rows (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied) | |
put_demapped_rgb (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_ppm (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo) | |
finish_output_ppm (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo) | |
jinit_write_ppm (j_decompress_ptr cinfo) | |
#define BYTESPERSAMPLE 1 |
Definition at line 35 of file wrppm.c.
Referenced by jinit_write_ppm().
#define PPM_MAXVAL 255 |
Definition at line 36 of file wrppm.c.
Referenced by start_output_ppm().
Definition at line 34 of file wrppm.c.
Referenced by copy_pixel_rows(), put_demapped_gray(), and put_demapped_rgb().
typedef ppm_dest_struct* ppm_dest_ptr |
copy_pixel_rows | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
JDIMENSION | rows_supplied | ||
) |
Definition at line 105 of file wrppm.c.
References GETJSAMPLE, JFWRITE, METHODDEF, ptr, PUTPPMSAMPLE, and void().
Referenced by jinit_write_ppm().
finish_output_ppm | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo | ||
) |
Definition at line 205 of file wrppm.c.
References ERREXIT, and GLOBAL.
Referenced by jinit_write_ppm().
jinit_write_ppm | ( | j_decompress_ptr | cinfo | ) |
Definition at line 219 of file wrppm.c.
References BITS_IN_JSAMPLE, BYTESPERSAMPLE, copy_pixel_rows(), finish_output_ppm(), JCS_GRAYSCALE, jpeg_calc_output_dimensions(), JPOOL_IMAGE, put_demapped_gray(), put_demapped_rgb(), put_pixel_rows(), SIZEOF, and start_output_ppm().
put_demapped_gray | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
JDIMENSION | rows_supplied | ||
) |
Definition at line 153 of file wrppm.c.
References GETJSAMPLE, JFWRITE, METHODDEF, ptr, PUTPPMSAMPLE, and void().
Referenced by jinit_write_ppm().
put_demapped_rgb | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
JDIMENSION | rows_supplied | ||
) |
Definition at line 128 of file wrppm.c.
References GETJSAMPLE, JFWRITE, METHODDEF, ptr, PUTPPMSAMPLE, and void().
Referenced by jinit_write_ppm().
put_pixel_rows | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo, | ||
JDIMENSION | rows_supplied | ||
) |
start_output_ppm | ( | j_decompress_ptr | cinfo, |
djpeg_dest_ptr | dinfo | ||
) |
Definition at line 176 of file wrppm.c.
References ERREXIT, JCS_GRAYSCALE, JCS_RGB, METHODDEF, and PPM_MAXVAL.
Referenced by jinit_write_ppm().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.