Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "png.h"
Go to the source code of this file.
Macros | |
#define | PNG_INTERNAL |
#define | PNG_NO_PEDANTIC_WARNINGS |
Typedefs | |
typedef struct png_dsort_struct | png_dsort |
typedef png_dsort FAR * | png_dsortp |
typedef png_dsort FAR *FAR * | png_dsortpp |
#define PNG_INTERNAL |
Definition at line 19 of file pngrtran.c.
#define PNG_NO_PEDANTIC_WARNINGS |
Definition at line 20 of file pngrtran.c.
typedef struct png_dsort_struct png_dsort |
typedef png_dsort FAR* png_dsortp |
Definition at line 160 of file pngrtran.c.
typedef png_dsort FAR* FAR* png_dsortpp |
Definition at line 161 of file pngrtran.c.
void png_build_gamma_table | ( | png_structp | png_ptr | ) |
Definition at line 4204 of file pngrtran.c.
void PNGAPI png_build_grayscale_palette | ( | int | bit_depth, |
png_colorp | palette | ||
) |
Definition at line 2590 of file pngrtran.c.
References i, NULL, num_palette, and png_debug.
void png_do_background | ( | png_row_infop | row_info, |
png_bytep | row, | ||
png_color_16p | trans_values, | ||
png_color_16p | background, | ||
png_color_16p | background_1, | ||
png_bytep | gamma_table, | ||
png_bytep | gamma_from_1, | ||
png_bytep | gamma_to_1, | ||
png_uint_16pp | gamma_16, | ||
png_uint_16pp | gamma_16_from_1, | ||
png_uint_16pp | gamma_16_to_1, | ||
int | gamma_shift | ||
) |
Definition at line 2829 of file pngrtran.c.
References background, i, NULL, PNG_COLOR_MASK_ALPHA, PNG_COLOR_TYPE_GRAY, PNG_COLOR_TYPE_GRAY_ALPHA, PNG_COLOR_TYPE_PALETTE, PNG_COLOR_TYPE_RGB, PNG_COLOR_TYPE_RGB_ALPHA, png_composite, png_composite_16, png_debug, and png_memcpy.
void png_do_chop | ( | png_row_infop | row_info, |
png_bytep | row | ||
) |
void png_do_dither | ( | png_row_infop | row_info, |
png_bytep | row, | ||
png_bytep | palette_lookup, | ||
png_bytep | dither_lookup | ||
) |
Definition at line 4075 of file pngrtran.c.
References i, NULL, PNG_COLOR_TYPE_PALETTE, PNG_COLOR_TYPE_RGB, PNG_COLOR_TYPE_RGB_ALPHA, PNG_CONST, and png_debug.
void png_do_expand | ( | png_row_infop | row_info, |
png_bytep | row, | ||
png_color_16p | trans_value | ||
) |
Definition at line 3862 of file pngrtran.c.
References i, NULL, PNG_COLOR_TYPE_GRAY, and png_debug.
void png_do_expand_palette | ( | png_row_infop | row_info, |
png_bytep | row, | ||
png_colorp | palette, | ||
png_bytep | trans, | ||
int | num_trans | ||
) |
Definition at line 3715 of file pngrtran.c.
References i, int, NULL, num_trans, PNG_COLOR_TYPE_PALETTE, and png_debug.
void png_do_gamma | ( | png_row_infop | row_info, |
png_bytep | row, | ||
png_bytep | gamma_table, | ||
png_uint_16pp | gamma_16_table, | ||
int | gamma_shift | ||
) |
Definition at line 3526 of file pngrtran.c.
References i, int, NULL, PNG_COLOR_TYPE_GRAY, PNG_COLOR_TYPE_GRAY_ALPHA, PNG_COLOR_TYPE_RGB, PNG_COLOR_TYPE_RGB_ALPHA, and png_debug.
void png_do_gray_to_rgb | ( | png_row_infop | row_info, |
png_bytep | row | ||
) |
Definition at line 2232 of file pngrtran.c.
References i, NULL, PNG_COLOR_MASK_COLOR, PNG_COLOR_TYPE_GRAY, PNG_COLOR_TYPE_GRAY_ALPHA, and png_debug.
void png_do_read_filler | ( | png_row_infop | row_info, |
png_bytep | row, | ||
png_uint_32 | filler, | ||
png_uint_32 | flags | ||
) |
Definition at line 2055 of file pngrtran.c.
References i, NULL, PNG_COLOR_TYPE_GRAY, PNG_COLOR_TYPE_RGB, and png_debug.
void png_do_read_intrapixel | ( | png_row_infop | row_info, |
png_bytep | row | ||
) |
Definition at line 4426 of file pngrtran.c.
References i, NULL, PNG_COLOR_MASK_COLOR, PNG_COLOR_TYPE_RGB, PNG_COLOR_TYPE_RGB_ALPHA, png_debug, red, s1, and s2.
void png_do_read_invert_alpha | ( | png_row_infop | row_info, |
png_bytep | row | ||
) |
Definition at line 1955 of file pngrtran.c.
References i, NULL, PNG_COLOR_TYPE_GRAY_ALPHA, PNG_COLOR_TYPE_RGB_ALPHA, and png_debug.
void png_do_read_swap_alpha | ( | png_row_infop | row_info, |
png_bytep | row | ||
) |
Definition at line 1862 of file pngrtran.c.
References i, NULL, PNG_COLOR_TYPE_GRAY_ALPHA, PNG_COLOR_TYPE_RGB_ALPHA, and png_debug.
void png_do_read_transformations | ( | png_structp | png_ptr | ) |
Definition at line 1347 of file pngrtran.c.
int png_do_rgb_to_gray | ( | png_structp | png_ptr, |
png_row_infop | row_info, | ||
png_bytep | row | ||
) |
Definition at line 2336 of file pngrtran.c.
void png_do_unpack | ( | png_row_infop | row_info, |
png_bytep | row | ||
) |
void png_do_unshift | ( | png_row_infop | row_info, |
png_bytep | row, | ||
png_color_8p | sig_bits | ||
) |
Definition at line 1694 of file pngrtran.c.
References channels, i, NULL, PNG_COLOR_MASK_ALPHA, PNG_COLOR_MASK_COLOR, PNG_COLOR_TYPE_PALETTE, and png_debug.
void png_init_read_transformations | ( | png_structp | png_ptr | ) |
Definition at line 781 of file pngrtran.c.
void png_read_transform_info | ( | png_structp | png_ptr, |
png_infop | info_ptr | ||
) |
Definition at line 1207 of file pngrtran.c.
void PNGAPI png_set_background | ( | png_structp | png_ptr, |
png_color_16p | background_color, | ||
int | background_gamma_code, | ||
int | need_expand, | ||
double | background_gamma | ||
) |
Definition at line 96 of file pngrtran.c.
void PNGAPI png_set_crc_action | ( | png_structp | png_ptr, |
int | crit_action, | ||
int | ancil_action | ||
) |
Definition at line 26 of file pngrtran.c.
void PNGAPI png_set_dither | ( | png_structp | png_ptr, |
png_colorp | palette, | ||
int | num_palette, | ||
int | maximum_colors, | ||
png_uint_16p | histogram, | ||
int | full_dither | ||
) |
Definition at line 164 of file pngrtran.c.
void PNGAPI png_set_expand | ( | png_structp | png_ptr | ) |
Definition at line 574 of file pngrtran.c.
void PNGAPI png_set_expand_gray_1_2_4_to_8 | ( | png_structp | png_ptr | ) |
Definition at line 619 of file pngrtran.c.
void PNGAPI png_set_gamma | ( | png_structp | png_ptr, |
double | scrn_gamma, | ||
double | file_gamma | ||
) |
Definition at line 552 of file pngrtran.c.
void PNGAPI png_set_gray_1_2_4_to_8 | ( | png_structp | png_ptr | ) |
Definition at line 635 of file pngrtran.c.
void PNGAPI png_set_gray_to_rgb | ( | png_structp | png_ptr | ) |
Definition at line 660 of file pngrtran.c.
void PNGAPI png_set_palette_to_rgb | ( | png_structp | png_ptr | ) |
Definition at line 605 of file pngrtran.c.
void PNGAPI png_set_read_user_transform_fn | ( | png_structp | png_ptr, |
png_user_transform_ptr | read_user_transform_fn | ||
) |
Definition at line 757 of file pngrtran.c.
void PNGAPI png_set_rgb_to_gray | ( | png_structp | png_ptr, |
int | error_action, | ||
double | red, | ||
double | green | ||
) |
Definition at line 676 of file pngrtran.c.
void PNGAPI png_set_rgb_to_gray_fixed | ( | png_structp | png_ptr, |
int | error_action, | ||
png_fixed_point | red, | ||
png_fixed_point | green | ||
) |
Definition at line 699 of file pngrtran.c.
void PNGAPI png_set_strip_16 | ( | png_structp | png_ptr | ) |
Definition at line 122 of file pngrtran.c.
void PNGAPI png_set_strip_alpha | ( | png_structp | png_ptr | ) |
Definition at line 134 of file pngrtran.c.
void PNGAPI png_set_tRNS_to_alpha | ( | png_structp | png_ptr | ) |
Definition at line 649 of file pngrtran.c.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.