pngget.c File Reference

#include "png.h"

Go to the source code of this file.

Defines

#define PNG_INTERNAL

Functions

png_uint_32 PNGAPI png_get_valid (png_structp png_ptr, png_infop info_ptr, png_uint_32 flag)
png_uint_32 PNGAPI png_get_rowbytes (png_structp png_ptr, png_infop info_ptr)
png_bytepp PNGAPI png_get_rows (png_structp png_ptr, png_infop info_ptr)
png_uint_32 PNGAPI png_get_image_width (png_structp png_ptr, png_infop info_ptr)
png_uint_32 PNGAPI png_get_image_height (png_structp png_ptr, png_infop info_ptr)
png_byte PNGAPI png_get_bit_depth (png_structp png_ptr, png_infop info_ptr)
png_byte PNGAPI png_get_color_type (png_structp png_ptr, png_infop info_ptr)
png_byte PNGAPI png_get_filter_type (png_structp png_ptr, png_infop info_ptr)
png_byte PNGAPI png_get_interlace_type (png_structp png_ptr, png_infop info_ptr)
png_byte PNGAPI png_get_compression_type (png_structp png_ptr, png_infop info_ptr)
png_uint_32 PNGAPI png_get_x_pixels_per_meter (png_structp png_ptr, png_infop info_ptr)
png_uint_32 PNGAPI png_get_y_pixels_per_meter (png_structp png_ptr, png_infop info_ptr)
png_uint_32 PNGAPI png_get_pixels_per_meter (png_structp png_ptr, png_infop info_ptr)
float PNGAPI png_get_pixel_aspect_ratio (png_structp png_ptr, png_infop info_ptr)
png_int_32 PNGAPI png_get_x_offset_microns (png_structp png_ptr, png_infop info_ptr)
png_int_32 PNGAPI png_get_y_offset_microns (png_structp png_ptr, png_infop info_ptr)
png_int_32 PNGAPI png_get_x_offset_pixels (png_structp png_ptr, png_infop info_ptr)
png_int_32 PNGAPI png_get_y_offset_pixels (png_structp png_ptr, png_infop info_ptr)
png_byte PNGAPI png_get_channels (png_structp png_ptr, png_infop info_ptr)
png_bytep PNGAPI png_get_signature (png_structp png_ptr, png_infop info_ptr)
png_uint_32 PNGAPI png_get_bKGD (png_structp png_ptr, png_infop info_ptr, png_color_16p *background)
png_uint_32 PNGAPI png_get_cHRM (png_structp png_ptr, png_infop info_ptr, double *white_x, double *white_y, double *red_x, double *red_y, double *green_x, double *green_y, double *blue_x, double *blue_y)
png_uint_32 PNGAPI png_get_cHRM_fixed (png_structp png_ptr, png_infop info_ptr, png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x, png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y, png_fixed_point *blue_x, png_fixed_point *blue_y)
png_uint_32 PNGAPI png_get_gAMA (png_structp png_ptr, png_infop info_ptr, double *file_gamma)
png_uint_32 PNGAPI png_get_gAMA_fixed (png_structp png_ptr, png_infop info_ptr, png_fixed_point *int_file_gamma)
png_uint_32 PNGAPI png_get_sRGB (png_structp png_ptr, png_infop info_ptr, int *file_srgb_intent)
png_uint_32 PNGAPI png_get_iCCP (png_structp png_ptr, png_infop info_ptr, png_charpp name, int *compression_type, png_charpp profile, png_uint_32 *proflen)
png_uint_32 PNGAPI png_get_sPLT (png_structp png_ptr, png_infop info_ptr, png_sPLT_tpp spalettes)
png_uint_32 PNGAPI png_get_hIST (png_structp png_ptr, png_infop info_ptr, png_uint_16p *hist)
png_uint_32 PNGAPI png_get_IHDR (png_structp png_ptr, png_infop info_ptr, png_uint_32 *width, png_uint_32 *height, int *bit_depth, int *color_type, int *interlace_type, int *compression_type, int *filter_type)
png_uint_32 PNGAPI png_get_oFFs (png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
png_uint_32 PNGAPI png_get_pCAL (png_structp png_ptr, png_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params)
png_uint_32 PNGAPI png_get_sCAL (png_structp png_ptr, png_infop info_ptr, int *unit, double *width, double *height)
png_uint_32 PNGAPI png_get_pHYs (png_structp png_ptr, png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
png_uint_32 PNGAPI png_get_PLTE (png_structp png_ptr, png_infop info_ptr, png_colorp *palette, int *num_palette)
png_uint_32 PNGAPI png_get_sBIT (png_structp png_ptr, png_infop info_ptr, png_color_8p *sig_bit)
png_uint_32 PNGAPI png_get_text (png_structp png_ptr, png_infop info_ptr, png_textp *text_ptr, int *num_text)
png_uint_32 PNGAPI png_get_tIME (png_structp png_ptr, png_infop info_ptr, png_timep *mod_time)
png_uint_32 PNGAPI png_get_tRNS (png_structp png_ptr, png_infop info_ptr, png_bytep *trans, int *num_trans, png_color_16p *trans_values)
png_uint_32 PNGAPI png_get_unknown_chunks (png_structp png_ptr, png_infop info_ptr, png_unknown_chunkpp unknowns)
png_byte PNGAPI png_get_rgb_to_gray_status (png_structp png_ptr)
png_voidp PNGAPI png_get_user_chunk_ptr (png_structp png_ptr)
png_uint_32 PNGAPI png_get_compression_buffer_size (png_structp png_ptr)
png_uint_32 PNGAPI png_get_asm_flags (png_structp png_ptr)
png_uint_32 PNGAPI png_get_asm_flagmask (int flag_select)
png_uint_32 PNGAPI png_get_mmx_flagmask (int flag_select, int *compilerID)
png_byte PNGAPI png_get_mmx_bitdepth_threshold (png_structp png_ptr)
png_uint_32 PNGAPI png_get_mmx_rowbytes_threshold (png_structp png_ptr)
png_uint_32 PNGAPI png_get_user_width_max (png_structp png_ptr)
png_uint_32 PNGAPI png_get_user_height_max (png_structp png_ptr)


Define Documentation

#define PNG_INTERNAL

Definition at line 11 of file pngget.c.


Function Documentation

png_uint_32 PNGAPI png_get_asm_flagmask ( int  flag_select  ) 

Definition at line 850 of file pngget.c.

References RooFitShortHand::L().

png_uint_32 PNGAPI png_get_asm_flags ( png_structp  png_ptr  ) 

Definition at line 842 of file pngget.c.

References RooFitShortHand::L().

png_byte PNGAPI png_get_bit_depth ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 68 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_bKGD ( png_structp  png_ptr,
png_infop  info_ptr,
png_color_16p background 
)

Definition at line 362 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_bKGD.

png_byte PNGAPI png_get_channels ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 343 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_cHRM ( png_structp  png_ptr,
png_infop  info_ptr,
double white_x,
double white_y,
double red_x,
double red_y,
double green_x,
double green_y,
double blue_x,
double blue_y 
)

Definition at line 379 of file pngget.c.

References double, if(), NULL, png_debug1, and PNG_INFO_cHRM.

png_uint_32 PNGAPI png_get_cHRM_fixed ( png_structp  png_ptr,
png_infop  info_ptr,
png_fixed_point white_x,
png_fixed_point white_y,
png_fixed_point red_x,
png_fixed_point red_y,
png_fixed_point green_x,
png_fixed_point green_y,
png_fixed_point blue_x,
png_fixed_point blue_y 
)

Definition at line 409 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_cHRM.

png_byte PNGAPI png_get_color_type ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 78 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_compression_buffer_size ( png_structp  png_ptr  ) 

Definition at line 832 of file pngget.c.

References RooFitShortHand::L(), and png_uint_32.

png_byte PNGAPI png_get_compression_type ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 108 of file pngget.c.

References NULL.

png_byte PNGAPI png_get_filter_type ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 88 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_gAMA ( png_structp  png_ptr,
png_infop  info_ptr,
double file_gamma 
)

Definition at line 443 of file pngget.c.

References double, NULL, png_debug1, and PNG_INFO_gAMA.

Referenced by png2ASImage_int().

png_uint_32 PNGAPI png_get_gAMA_fixed ( png_structp  png_ptr,
png_infop  info_ptr,
png_fixed_point int_file_gamma 
)

Definition at line 457 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_gAMA.

png_uint_32 PNGAPI png_get_hIST ( png_structp  png_ptr,
png_infop  info_ptr,
png_uint_16p hist 
)

Definition at line 525 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_hIST.

png_uint_32 PNGAPI png_get_iCCP ( png_structp  png_ptr,
png_infop  info_ptr,
png_charpp  name,
int *  compression_type,
png_charpp  profile,
png_uint_32 proflen 
)

Definition at line 489 of file pngget.c.

References int, NULL, png_debug1, and PNG_INFO_iCCP.

png_uint_32 PNGAPI png_get_IHDR ( png_structp  png_ptr,
png_infop  info_ptr,
png_uint_32 width,
png_uint_32 height,
int *  bit_depth,
int *  color_type,
int *  interlace_type,
int *  compression_type,
int *  filter_type 
)

Definition at line 539 of file pngget.c.

References NULL, png_debug1, png_error(), PNG_UINT_31_MAX, PNG_UINT_32_MAX, and png_warning().

Referenced by png2ASImage_int().

png_uint_32 PNGAPI png_get_image_height ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 58 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_image_width ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 48 of file pngget.c.

References NULL.

png_byte PNGAPI png_get_interlace_type ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 98 of file pngget.c.

References NULL.

png_byte PNGAPI png_get_mmx_bitdepth_threshold ( png_structp  png_ptr  ) 

Definition at line 870 of file pngget.c.

png_uint_32 PNGAPI png_get_mmx_flagmask ( int  flag_select,
int *  compilerID 
)

Definition at line 860 of file pngget.c.

References RooFitShortHand::L().

png_uint_32 PNGAPI png_get_mmx_rowbytes_threshold ( png_structp  png_ptr  ) 

Definition at line 878 of file pngget.c.

References RooFitShortHand::L().

png_uint_32 PNGAPI png_get_oFFs ( png_structp  png_ptr,
png_infop  info_ptr,
png_int_32 offset_x,
png_int_32 offset_y,
int *  unit_type 
)

Definition at line 586 of file pngget.c.

References int, NULL, png_debug1, and PNG_INFO_oFFs.

png_uint_32 PNGAPI png_get_pCAL ( png_structp  png_ptr,
png_infop  info_ptr,
png_charp purpose,
png_int_32 X0,
png_int_32 X1,
int *  type,
int *  nparams,
png_charp units,
png_charpp params 
)

Definition at line 604 of file pngget.c.

References int, NULL, png_debug1, and PNG_INFO_pCAL.

png_uint_32 PNGAPI png_get_pHYs ( png_structp  png_ptr,
png_infop  info_ptr,
png_uint_32 res_x,
png_uint_32 res_y,
int *  unit_type 
)

Definition at line 664 of file pngget.c.

References int, NULL, png_debug1, PNG_INFO_pHYs, and png_uint_32.

float PNGAPI png_get_pixel_aspect_ratio ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 174 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_pHYs.

png_uint_32 PNGAPI png_get_pixels_per_meter ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 154 of file pngget.c.

References NULL, png_debug1, PNG_INFO_pHYs, and PNG_RESOLUTION_METER.

png_uint_32 PNGAPI png_get_PLTE ( png_structp  png_ptr,
png_infop  info_ptr,
png_colorp palette,
int *  num_palette 
)

Definition at line 694 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_PLTE.

png_byte PNGAPI png_get_rgb_to_gray_status ( png_structp  png_ptr  ) 

Definition at line 816 of file pngget.c.

png_uint_32 PNGAPI png_get_rowbytes ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 26 of file pngget.c.

References NULL.

Referenced by png2ASImage_int(), and png_read_png().

png_bytepp PNGAPI png_get_rows ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 36 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_sBIT ( png_structp  png_ptr,
png_infop  info_ptr,
png_color_8p sig_bit 
)

Definition at line 711 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_sBIT.

Referenced by png_read_png().

png_uint_32 PNGAPI png_get_sCAL ( png_structp  png_ptr,
png_infop  info_ptr,
int *  unit,
double width,
double height 
)

Definition at line 629 of file pngget.c.

References NULL, and PNG_INFO_sCAL.

png_bytep PNGAPI png_get_signature ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 352 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_sPLT ( png_structp  png_ptr,
png_infop  info_ptr,
png_sPLT_tpp  spalettes 
)

Definition at line 511 of file pngget.c.

References NULL, and png_uint_32.

png_uint_32 PNGAPI png_get_sRGB ( png_structp  png_ptr,
png_infop  info_ptr,
int *  file_srgb_intent 
)

Definition at line 474 of file pngget.c.

References int, NULL, png_debug1, and PNG_INFO_sRGB.

Referenced by png2ASImage_int().

png_uint_32 PNGAPI png_get_text ( png_structp  png_ptr,
png_infop  info_ptr,
png_textp text_ptr,
int *  num_text 
)

Definition at line 726 of file pngget.c.

References NULL, png_const_charp, png_debug1, and png_uint_32.

png_uint_32 PNGAPI png_get_tIME ( png_structp  png_ptr,
png_infop  info_ptr,
png_timep mod_time 
)

Definition at line 748 of file pngget.c.

References NULL, png_debug1, and PNG_INFO_tIME.

png_uint_32 PNGAPI png_get_tRNS ( png_structp  png_ptr,
png_infop  info_ptr,
png_bytep trans,
int *  num_trans,
png_color_16p trans_values 
)

Definition at line 763 of file pngget.c.

References NULL, PNG_COLOR_TYPE_PALETTE, png_debug1, PNG_INFO_tRNS, and png_uint_32.

png_uint_32 PNGAPI png_get_unknown_chunks ( png_structp  png_ptr,
png_infop  info_ptr,
png_unknown_chunkpp  unknowns 
)

Definition at line 802 of file pngget.c.

References NULL, and png_uint_32.

png_voidp PNGAPI png_get_user_chunk_ptr ( png_structp  png_ptr  ) 

Definition at line 824 of file pngget.c.

References NULL.

png_uint_32 PNGAPI png_get_user_height_max ( png_structp  png_ptr  ) 

Definition at line 894 of file pngget.c.

png_uint_32 PNGAPI png_get_user_width_max ( png_structp  png_ptr  ) 

Definition at line 889 of file pngget.c.

png_uint_32 PNGAPI png_get_valid ( png_structp  png_ptr,
png_infop  info_ptr,
png_uint_32  flag 
)

Definition at line 17 of file pngget.c.

References NULL.

Referenced by png2ASImage_int(), and png_read_png().

png_int_32 PNGAPI png_get_x_offset_microns ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 195 of file pngget.c.

References NULL, png_debug1, PNG_INFO_oFFs, and PNG_OFFSET_MICROMETER.

png_int_32 PNGAPI png_get_x_offset_pixels ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 231 of file pngget.c.

References NULL, png_debug1, PNG_INFO_oFFs, and PNG_OFFSET_PIXEL.

png_uint_32 PNGAPI png_get_x_pixels_per_meter ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 118 of file pngget.c.

References NULL, png_debug1, PNG_INFO_pHYs, and PNG_RESOLUTION_METER.

png_int_32 PNGAPI png_get_y_offset_microns ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 213 of file pngget.c.

References NULL, png_debug1, PNG_INFO_oFFs, and PNG_OFFSET_MICROMETER.

png_int_32 PNGAPI png_get_y_offset_pixels ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 249 of file pngget.c.

References NULL, png_debug1, PNG_INFO_oFFs, and PNG_OFFSET_PIXEL.

png_uint_32 PNGAPI png_get_y_pixels_per_meter ( png_structp  png_ptr,
png_infop  info_ptr 
)

Definition at line 136 of file pngget.c.

References NULL, png_debug1, PNG_INFO_pHYs, and PNG_RESOLUTION_METER.


Generated on Tue Jul 5 15:58:08 2011 for ROOT_528-00b_version by  doxygen 1.5.1