pngconf.h File Reference

#include <stdio.h>
#include <sys/types.h>
#include <setjmp.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>

Go to the source code of this file.

Defines

#define PNG_1_2_X
#define PNG_WARN_UNINITIALIZED_ROW   1
#define PNG_ZBUF_SIZE   8192
#define PNG_READ_SUPPORTED
#define PNG_WRITE_SUPPORTED
#define PNGARG(arglist)   arglist
#define PNG_SETJMP_SUPPORTED
#define PNG_CONST   const
#define PNG_FIXED_POINT_SUPPORTED
#define PNG_FREE_ME_SUPPORTED
#define PNG_READ_TRANSFORMS_SUPPORTED
#define PNG_READ_EXPAND_SUPPORTED
#define PNG_READ_SHIFT_SUPPORTED
#define PNG_READ_PACK_SUPPORTED
#define PNG_READ_BGR_SUPPORTED
#define PNG_READ_SWAP_SUPPORTED
#define PNG_READ_PACKSWAP_SUPPORTED
#define PNG_READ_INVERT_SUPPORTED
#define PNG_READ_DITHER_SUPPORTED
#define PNG_READ_BACKGROUND_SUPPORTED
#define PNG_READ_16_TO_8_SUPPORTED
#define PNG_READ_FILLER_SUPPORTED
#define PNG_READ_GAMMA_SUPPORTED
#define PNG_READ_GRAY_TO_RGB_SUPPORTED
#define PNG_READ_SWAP_ALPHA_SUPPORTED
#define PNG_READ_INVERT_ALPHA_SUPPORTED
#define PNG_READ_STRIP_ALPHA_SUPPORTED
#define PNG_READ_USER_TRANSFORM_SUPPORTED
#define PNG_READ_RGB_TO_GRAY_SUPPORTED
#define PNG_PROGRESSIVE_READ_SUPPORTED
#define PNG_READ_INTERLACING_SUPPORTED
#define PNG_READ_COMPOSITE_NODIV_SUPPORTED
#define PNG_READ_EMPTY_PLTE_SUPPORTED
#define PNG_WRITE_TRANSFORMS_SUPPORTED
#define PNG_WRITE_SHIFT_SUPPORTED
#define PNG_WRITE_PACK_SUPPORTED
#define PNG_WRITE_BGR_SUPPORTED
#define PNG_WRITE_SWAP_SUPPORTED
#define PNG_WRITE_PACKSWAP_SUPPORTED
#define PNG_WRITE_INVERT_SUPPORTED
#define PNG_WRITE_FILLER_SUPPORTED
#define PNG_WRITE_SWAP_ALPHA_SUPPORTED
#define PNG_WRITE_INVERT_ALPHA_SUPPORTED
#define PNG_WRITE_USER_TRANSFORM_SUPPORTED
#define PNG_WRITE_INTERLACING_SUPPORTED
#define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED
#define PNG_WRITE_FLUSH_SUPPORTED
#define PNG_WRITE_EMPTY_PLTE_SUPPORTED
#define PNG_ERROR_NUMBERS_SUPPORTED
#define PNG_USER_TRANSFORM_PTR_SUPPORTED
#define PNG_TIME_RFC1123_SUPPORTED
#define PNG_EASY_ACCESS_SUPPORTED
#define PNG_MMX_CODE_SUPPORTED
#define PNG_USER_MEM_SUPPORTED
#define PNG_SET_USER_LIMITS_SUPPORTED
#define PNG_USER_WIDTH_MAX   1000000L
#define PNG_USER_HEIGHT_MAX   1000000L
#define PNG_READ_ANCILLARY_CHUNKS_SUPPORTED
#define PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED
#define PNG_READ_bKGD_SUPPORTED
#define PNG_bKGD_SUPPORTED
#define PNG_READ_cHRM_SUPPORTED
#define PNG_cHRM_SUPPORTED
#define PNG_READ_gAMA_SUPPORTED
#define PNG_gAMA_SUPPORTED
#define PNG_READ_hIST_SUPPORTED
#define PNG_hIST_SUPPORTED
#define PNG_READ_iCCP_SUPPORTED
#define PNG_iCCP_SUPPORTED
#define PNG_READ_oFFs_SUPPORTED
#define PNG_oFFs_SUPPORTED
#define PNG_READ_pCAL_SUPPORTED
#define PNG_pCAL_SUPPORTED
#define PNG_READ_sCAL_SUPPORTED
#define PNG_sCAL_SUPPORTED
#define PNG_READ_pHYs_SUPPORTED
#define PNG_pHYs_SUPPORTED
#define PNG_READ_sBIT_SUPPORTED
#define PNG_sBIT_SUPPORTED
#define PNG_READ_sPLT_SUPPORTED
#define PNG_sPLT_SUPPORTED
#define PNG_READ_sRGB_SUPPORTED
#define PNG_sRGB_SUPPORTED
#define PNG_READ_tEXt_SUPPORTED
#define PNG_tEXt_SUPPORTED
#define PNG_READ_tIME_SUPPORTED
#define PNG_tIME_SUPPORTED
#define PNG_READ_tRNS_SUPPORTED
#define PNG_tRNS_SUPPORTED
#define PNG_READ_zTXt_SUPPORTED
#define PNG_zTXt_SUPPORTED
#define PNG_READ_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_HANDLE_AS_UNKNOWN_SUPPORTED
#define PNG_READ_USER_CHUNKS_SUPPORTED
#define PNG_USER_CHUNKS_SUPPORTED
#define PNG_READ_OPT_PLTE_SUPPORTED
#define PNG_READ_TEXT_SUPPORTED
#define PNG_TEXT_SUPPORTED
#define PNG_WRITE_bKGD_SUPPORTED
#define PNG_WRITE_cHRM_SUPPORTED
#define PNG_WRITE_gAMA_SUPPORTED
#define PNG_WRITE_hIST_SUPPORTED
#define PNG_WRITE_iCCP_SUPPORTED
#define PNG_WRITE_oFFs_SUPPORTED
#define PNG_WRITE_pCAL_SUPPORTED
#define PNG_WRITE_sCAL_SUPPORTED
#define PNG_WRITE_pHYs_SUPPORTED
#define PNG_WRITE_sBIT_SUPPORTED
#define PNG_WRITE_sPLT_SUPPORTED
#define PNG_WRITE_sRGB_SUPPORTED
#define PNG_WRITE_tEXt_SUPPORTED
#define PNG_WRITE_tIME_SUPPORTED
#define PNG_WRITE_tRNS_SUPPORTED
#define PNG_WRITE_zTXt_SUPPORTED
#define PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_WRITE_TEXT_SUPPORTED
#define PNG_INFO_IMAGE_SUPPORTED
#define png_sizeof(x)   sizeof (x)
#define PNG_USE_GLOBAL_ARRAYS
#define PNG_EXPORT(type, symbol)   PNG_IMPEXP type PNGAPI symbol
#define PNG_EXPORT_VAR(type)   extern PNG_IMPEXP type
#define PNG_ABORT()   abort()
#define png_jmpbuf(png_ptr)   ((png_ptr)->jmpbuf)
#define CVT_PTR(ptr)   (ptr)
#define CVT_PTR_NOCHECK(ptr)   (ptr)
#define png_snprintf   snprintf
#define png_snprintf2   snprintf
#define png_snprintf6   snprintf
#define png_strlen   strlen
#define png_memcmp   memcmp
#define png_memcpy   memcpy
#define png_memset   memset

Typedefs

typedef unsigned long png_uint_32
typedef long png_int_32
typedef unsigned short png_uint_16
typedef short png_int_16
typedef unsigned char png_byte
typedef size_t png_size_t
typedef png_int_32 png_fixed_point
typedef void FAR * png_voidp
typedef png_byte FAR * png_bytep
typedef png_uint_32 FAR * png_uint_32p
typedef png_int_32 FAR * png_int_32p
typedef png_uint_16 FAR * png_uint_16p
typedef png_int_16 FAR * png_int_16p
typedef PNG_CONST char FAR * png_const_charp
typedef char FAR * png_charp
typedef png_fixed_point FAR * png_fixed_point_p
typedef FILE * png_FILE_p
typedef double FAR * png_doublep
typedef png_byte FAR *FAR * png_bytepp
typedef png_uint_32 FAR *FAR * png_uint_32pp
typedef png_int_32 FAR *FAR * png_int_32pp
typedef png_uint_16 FAR *FAR * png_uint_16pp
typedef png_int_16 FAR *FAR * png_int_16pp
typedef PNG_CONST char FAR
*FAR * 
png_const_charpp
typedef char FAR *FAR * png_charpp
typedef png_fixed_point FAR
*FAR * 
png_fixed_point_pp
typedef double FAR *FAR * png_doublepp
typedef char FAR *FAR *FAR * png_charppp
typedef charfpng_zcharp
typedef charf *FAR * png_zcharpp
typedef z_stream FAR * png_zstreamp


Define Documentation

#define CVT_PTR ( ptr   )     (ptr)

Definition at line 1438 of file pngconf.h.

Referenced by png_default_flush().

#define CVT_PTR_NOCHECK ( ptr   )     (ptr)

Definition at line 1439 of file pngconf.h.

#define PNG_1_2_X

Definition at line 20 of file pngconf.h.

 
#define PNG_ABORT (  )     abort()

Definition at line 1416 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), and png_default_error().

#define PNG_bKGD_SUPPORTED

Definition at line 856 of file pngconf.h.

#define PNG_cHRM_SUPPORTED

Definition at line 860 of file pngconf.h.

#define PNG_CONST   const

Definition at line 443 of file pngconf.h.

Referenced by png_convert_to_rfc1123(), png_decompress_chunk(), png_do_read_interlace(), png_handle_unknown(), png_progressive_combine_row(), png_push_read_chunk(), png_push_read_IDAT(), png_read_end(), png_read_finish_row(), png_read_info(), png_read_push_finish_row(), png_read_row(), and png_read_start_row().

#define PNG_EASY_ACCESS_SUPPORTED

Definition at line 729 of file pngconf.h.

#define PNG_ERROR_NUMBERS_SUPPORTED

Definition at line 697 of file pngconf.h.

#define PNG_EXPORT ( type,
symbol   )     PNG_IMPEXP type PNGAPI symbol

Definition at line 1402 of file pngconf.h.

#define PNG_EXPORT_VAR ( type   )     extern PNG_IMPEXP type

Definition at line 1407 of file pngconf.h.

#define PNG_FIXED_POINT_SUPPORTED

Definition at line 534 of file pngconf.h.

#define PNG_FREE_ME_SUPPORTED

Definition at line 538 of file pngconf.h.

Referenced by png_set_hIST().

#define PNG_gAMA_SUPPORTED

Definition at line 864 of file pngconf.h.

#define PNG_HANDLE_AS_UNKNOWN_SUPPORTED

Definition at line 932 of file pngconf.h.

#define PNG_hIST_SUPPORTED

Definition at line 868 of file pngconf.h.

#define PNG_iCCP_SUPPORTED

Definition at line 872 of file pngconf.h.

#define PNG_INFO_IMAGE_SUPPORTED

Definition at line 1094 of file pngconf.h.

#define png_jmpbuf ( png_ptr   )     ((png_ptr)->jmpbuf)

Definition at line 1420 of file pngconf.h.

#define png_memcmp   memcmp

Definition at line 1462 of file pngconf.h.

Referenced by png_handle_as_unknown(), png_handle_unknown(), png_push_read_chunk(), png_push_read_IDAT(), png_read_end(), png_read_finish_row(), png_read_info(), png_read_row(), and png_sig_cmp().

#define png_memcpy   memcpy

Definition at line 1463 of file pngconf.h.

Referenced by png_combine_row(), png_convert_to_rfc1123(), png_create_read_struct_2(), png_create_write_struct_2(), png_decompress_chunk(), png_default_error(), png_do_read_interlace(), png_do_write_interlace(), png_format_buffer(), png_handle_sCAL(), png_handle_unknown(), png_memcpy_check(), png_push_fill_buffer(), png_push_handle_unknown(), png_push_read_zTXt(), png_push_save_buffer(), png_read_destroy(), png_read_init_3(), png_set_background(), png_set_bKGD(), png_set_iCCP(), png_set_keep_unknown_chunks(), png_set_pCAL(), png_set_PLTE(), png_set_sBIT(), png_set_sPLT(), png_set_text_2(), png_set_tIME(), png_set_tRNS(), png_set_unknown_chunks(), png_text_compress(), png_write_destroy(), and png_write_init_3().

#define png_memset   memset

Definition at line 1464 of file pngconf.h.

Referenced by png_create_struct_2(), png_info_init_3(), png_memset_check(), png_read_destroy(), png_read_init_3(), png_set_PLTE(), png_write_destroy(), png_write_finish_row(), png_write_init_3(), png_write_start_row(), and png_zalloc().

#define PNG_MMX_CODE_SUPPORTED

Definition at line 768 of file pngconf.h.

#define PNG_oFFs_SUPPORTED

Definition at line 884 of file pngconf.h.

#define PNG_pCAL_SUPPORTED

Definition at line 888 of file pngconf.h.

#define PNG_pHYs_SUPPORTED

Definition at line 896 of file pngconf.h.

#define PNG_PROGRESSIVE_READ_SUPPORTED

Definition at line 607 of file pngconf.h.

#define PNG_READ_16_TO_8_SUPPORTED

Definition at line 577 of file pngconf.h.

#define PNG_READ_ANCILLARY_CHUNKS_SUPPORTED

Definition at line 838 of file pngconf.h.

#define PNG_READ_BACKGROUND_SUPPORTED

Definition at line 574 of file pngconf.h.

Referenced by png_do_read_transformations().

#define PNG_READ_BGR_SUPPORTED

Definition at line 559 of file pngconf.h.

#define PNG_READ_bKGD_SUPPORTED

Definition at line 855 of file pngconf.h.

#define PNG_READ_cHRM_SUPPORTED

Definition at line 859 of file pngconf.h.

#define PNG_READ_COMPOSITE_NODIV_SUPPORTED

Definition at line 615 of file pngconf.h.

#define PNG_READ_DITHER_SUPPORTED

Definition at line 571 of file pngconf.h.

#define PNG_READ_EMPTY_PLTE_SUPPORTED

Definition at line 623 of file pngconf.h.

#define PNG_READ_EXPAND_SUPPORTED

Definition at line 550 of file pngconf.h.

Referenced by png_read_start_row().

#define PNG_READ_FILLER_SUPPORTED

Definition at line 580 of file pngconf.h.

Referenced by png_read_start_row().

#define PNG_READ_gAMA_SUPPORTED

Definition at line 863 of file pngconf.h.

#define PNG_READ_GAMMA_SUPPORTED

Definition at line 583 of file pngconf.h.

Referenced by png_do_read_transformations().

#define PNG_READ_GRAY_TO_RGB_SUPPORTED

Definition at line 586 of file pngconf.h.

#define PNG_READ_hIST_SUPPORTED

Definition at line 867 of file pngconf.h.

#define PNG_READ_iCCP_SUPPORTED

Definition at line 871 of file pngconf.h.

#define PNG_READ_INTERLACING_SUPPORTED

Definition at line 611 of file pngconf.h.

Referenced by png_process_IDAT_data().

#define PNG_READ_INVERT_ALPHA_SUPPORTED

Definition at line 592 of file pngconf.h.

#define PNG_READ_INVERT_SUPPORTED

Definition at line 568 of file pngconf.h.

#define PNG_READ_oFFs_SUPPORTED

Definition at line 883 of file pngconf.h.

#define PNG_READ_OPT_PLTE_SUPPORTED

Definition at line 947 of file pngconf.h.

#define PNG_READ_PACK_SUPPORTED

Definition at line 556 of file pngconf.h.

#define PNG_READ_PACKSWAP_SUPPORTED

Definition at line 565 of file pngconf.h.

Referenced by png_do_read_interlace().

#define PNG_READ_pCAL_SUPPORTED

Definition at line 887 of file pngconf.h.

#define PNG_READ_pHYs_SUPPORTED

Definition at line 895 of file pngconf.h.

#define PNG_READ_RGB_TO_GRAY_SUPPORTED

Definition at line 601 of file pngconf.h.

#define PNG_READ_sBIT_SUPPORTED

Definition at line 899 of file pngconf.h.

#define PNG_READ_sCAL_SUPPORTED

Definition at line 891 of file pngconf.h.

#define PNG_READ_SHIFT_SUPPORTED

Definition at line 553 of file pngconf.h.

#define PNG_READ_sPLT_SUPPORTED

Definition at line 903 of file pngconf.h.

#define PNG_READ_sRGB_SUPPORTED

Definition at line 907 of file pngconf.h.

Referenced by png_handle_cHRM(), and png_handle_gAMA().

#define PNG_READ_STRIP_ALPHA_SUPPORTED

Definition at line 595 of file pngconf.h.

#define PNG_READ_SUPPORTED

Definition at line 106 of file pngconf.h.

Referenced by png_get_header_version().

#define PNG_READ_SWAP_ALPHA_SUPPORTED

Definition at line 589 of file pngconf.h.

#define PNG_READ_SWAP_SUPPORTED

Definition at line 562 of file pngconf.h.

#define PNG_READ_TEXT_SUPPORTED

Definition at line 951 of file pngconf.h.

#define PNG_READ_tEXt_SUPPORTED

Definition at line 911 of file pngconf.h.

#define PNG_READ_tIME_SUPPORTED

Definition at line 915 of file pngconf.h.

#define PNG_READ_TRANSFORMS_SUPPORTED

Definition at line 545 of file pngconf.h.

#define PNG_READ_tRNS_SUPPORTED

Definition at line 919 of file pngconf.h.

#define PNG_READ_UNKNOWN_CHUNKS_SUPPORTED

Definition at line 927 of file pngconf.h.

#define PNG_READ_USER_CHUNKS_SUPPORTED

Definition at line 937 of file pngconf.h.

Referenced by png_handle_unknown(), and png_push_handle_unknown().

#define PNG_READ_USER_TRANSFORM_SUPPORTED

Definition at line 598 of file pngconf.h.

#define PNG_READ_zTXt_SUPPORTED

Definition at line 923 of file pngconf.h.

#define PNG_sBIT_SUPPORTED

Definition at line 900 of file pngconf.h.

#define PNG_sCAL_SUPPORTED

Definition at line 892 of file pngconf.h.

#define PNG_SET_USER_LIMITS_SUPPORTED

Definition at line 784 of file pngconf.h.

#define PNG_SETJMP_SUPPORTED

Definition at line 309 of file pngconf.h.

#define png_sizeof ( x   )     sizeof (x)

Definition at line 1127 of file pngconf.h.

Referenced by png_convert_to_rfc1123(), png_create_info_struct(), png_create_read_struct_2(), png_create_struct_2(), png_create_write_struct_2(), png_decompress_chunk(), png_default_error(), png_handle_pCAL(), png_handle_sPLT(), png_handle_tEXt(), png_handle_unknown(), png_handle_zTXt(), png_info_destroy(), png_info_init_3(), png_push_handle_unknown(), png_push_read_tEXt(), png_read_destroy(), png_read_init_2(), png_read_init_3(), png_read_png(), png_set_background(), png_set_bKGD(), png_set_dither(), png_set_filter_heuristics(), png_set_hIST(), png_set_pCAL(), png_set_PLTE(), png_set_sBIT(), png_set_sPLT(), png_set_text_2(), png_set_tIME(), png_set_tRNS(), png_set_unknown_chunks(), png_text_compress(), png_write_destroy(), png_write_init_2(), png_write_init_3(), and png_write_pCAL().

#define png_snprintf   snprintf

Definition at line 1446 of file pngconf.h.

Referenced by png_check_keyword(), png_create_read_struct_2(), png_create_write_struct_2(), png_decompress_chunk(), png_read_init_2(), png_text_compress(), png_write_init_2(), and png_write_sCAL().

#define png_snprintf2   snprintf

Definition at line 1447 of file pngconf.h.

Referenced by png_do_read_transformations().

#define png_snprintf6   snprintf

Definition at line 1448 of file pngconf.h.

Referenced by png_convert_to_rfc1123().

#define PNG_sPLT_SUPPORTED

Definition at line 904 of file pngconf.h.

#define PNG_sRGB_SUPPORTED

Definition at line 908 of file pngconf.h.

#define png_strlen   strlen

Definition at line 1461 of file pngconf.h.

Referenced by png_check_keyword(), png_handle_sCAL(), png_handle_tEXt(), png_set_iCCP(), png_set_pCAL(), png_set_sPLT(), png_set_text_2(), png_write_pCAL(), png_write_sCAL(), png_write_tEXt(), and png_write_zTXt().

#define PNG_TEXT_SUPPORTED

Definition at line 952 of file pngconf.h.

#define PNG_tEXt_SUPPORTED

Definition at line 912 of file pngconf.h.

#define PNG_TIME_RFC1123_SUPPORTED

Definition at line 709 of file pngconf.h.

#define PNG_tIME_SUPPORTED

Definition at line 916 of file pngconf.h.

#define PNG_tRNS_SUPPORTED

Definition at line 920 of file pngconf.h.

#define PNG_USE_GLOBAL_ARRAYS

Definition at line 1298 of file pngconf.h.

#define PNG_USER_CHUNKS_SUPPORTED

Definition at line 938 of file pngconf.h.

#define PNG_USER_HEIGHT_MAX   1000000L

Definition at line 796 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), png_read_init_3(), png_set_IHDR(), and png_write_init_3().

#define PNG_USER_MEM_SUPPORTED

Definition at line 776 of file pngconf.h.

#define PNG_USER_TRANSFORM_PTR_SUPPORTED

Definition at line 704 of file pngconf.h.

#define PNG_USER_WIDTH_MAX   1000000L

Definition at line 793 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), png_read_init_3(), png_set_IHDR(), and png_write_init_3().

#define PNG_WARN_UNINITIALIZED_ROW   1

Definition at line 82 of file pngconf.h.

#define PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED

Definition at line 844 of file pngconf.h.

#define PNG_WRITE_BGR_SUPPORTED

Definition at line 644 of file pngconf.h.

#define PNG_WRITE_bKGD_SUPPORTED

Definition at line 965 of file pngconf.h.

#define PNG_WRITE_cHRM_SUPPORTED

Definition at line 971 of file pngconf.h.

#define PNG_WRITE_EMPTY_PLTE_SUPPORTED

Definition at line 689 of file pngconf.h.

#define PNG_WRITE_FILLER_SUPPORTED

Definition at line 656 of file pngconf.h.

#define PNG_WRITE_FLUSH_SUPPORTED

Definition at line 683 of file pngconf.h.

#define PNG_WRITE_gAMA_SUPPORTED

Definition at line 977 of file pngconf.h.

#define PNG_WRITE_hIST_SUPPORTED

Definition at line 983 of file pngconf.h.

#define PNG_WRITE_iCCP_SUPPORTED

Definition at line 989 of file pngconf.h.

#define PNG_WRITE_INTERLACING_SUPPORTED

Definition at line 671 of file pngconf.h.

Referenced by png_write_info_before_PLTE().

#define PNG_WRITE_INVERT_ALPHA_SUPPORTED

Definition at line 662 of file pngconf.h.

#define PNG_WRITE_INVERT_SUPPORTED

Definition at line 653 of file pngconf.h.

#define PNG_WRITE_oFFs_SUPPORTED

Definition at line 1003 of file pngconf.h.

#define PNG_WRITE_PACK_SUPPORTED

Definition at line 641 of file pngconf.h.

#define PNG_WRITE_PACKSWAP_SUPPORTED

Definition at line 650 of file pngconf.h.

#define PNG_WRITE_pCAL_SUPPORTED

Definition at line 1009 of file pngconf.h.

#define PNG_WRITE_pHYs_SUPPORTED

Definition at line 1021 of file pngconf.h.

#define PNG_WRITE_sBIT_SUPPORTED

Definition at line 1027 of file pngconf.h.

#define PNG_WRITE_sCAL_SUPPORTED

Definition at line 1015 of file pngconf.h.

#define PNG_WRITE_SHIFT_SUPPORTED

Definition at line 638 of file pngconf.h.

#define PNG_WRITE_sPLT_SUPPORTED

Definition at line 1033 of file pngconf.h.

#define PNG_WRITE_sRGB_SUPPORTED

Definition at line 1039 of file pngconf.h.

#define PNG_WRITE_SUPPORTED

Definition at line 112 of file pngconf.h.

#define PNG_WRITE_SWAP_ALPHA_SUPPORTED

Definition at line 659 of file pngconf.h.

#define PNG_WRITE_SWAP_SUPPORTED

Definition at line 647 of file pngconf.h.

#define PNG_WRITE_TEXT_SUPPORTED

Definition at line 1081 of file pngconf.h.

#define PNG_WRITE_tEXt_SUPPORTED

Definition at line 1045 of file pngconf.h.

#define PNG_WRITE_tIME_SUPPORTED

Definition at line 1051 of file pngconf.h.

#define PNG_WRITE_TRANSFORMS_SUPPORTED

Definition at line 633 of file pngconf.h.

#define PNG_WRITE_tRNS_SUPPORTED

Definition at line 1057 of file pngconf.h.

#define PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED

Definition at line 1069 of file pngconf.h.

#define PNG_WRITE_USER_TRANSFORM_SUPPORTED

Definition at line 665 of file pngconf.h.

#define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED

Definition at line 679 of file pngconf.h.

#define PNG_WRITE_zTXt_SUPPORTED

Definition at line 1063 of file pngconf.h.

Referenced by png_write_end(), and png_write_info().

#define PNG_ZBUF_SIZE   8192

Definition at line 100 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), png_read_init_3(), and png_write_init_3().

#define PNG_zTXt_SUPPORTED

Definition at line 924 of file pngconf.h.

#define PNGARG ( arglist   )     arglist

Definition at line 284 of file pngconf.h.


Typedef Documentation

typedef unsigned char png_byte

Definition at line 1118 of file pngconf.h.

typedef png_byte FAR* png_bytep

Definition at line 1195 of file pngconf.h.

typedef png_byte FAR* FAR* png_bytepp

Definition at line 1217 of file pngconf.h.

typedef char FAR* png_charp

Definition at line 1201 of file pngconf.h.

typedef char FAR* FAR* png_charpp

Definition at line 1223 of file pngconf.h.

typedef char FAR* FAR* FAR* png_charppp

Definition at line 1230 of file pngconf.h.

typedef PNG_CONST char FAR* png_const_charp

Definition at line 1200 of file pngconf.h.

typedef PNG_CONST char FAR* FAR* png_const_charpp

Definition at line 1222 of file pngconf.h.

typedef double FAR* png_doublep

Definition at line 1213 of file pngconf.h.

typedef double FAR* FAR* png_doublepp

Definition at line 1226 of file pngconf.h.

typedef FILE* png_FILE_p

Definition at line 1208 of file pngconf.h.

typedef png_int_32 png_fixed_point

Definition at line 1191 of file pngconf.h.

typedef png_fixed_point FAR* png_fixed_point_p

Definition at line 1202 of file pngconf.h.

typedef png_fixed_point FAR* FAR* png_fixed_point_pp

Definition at line 1224 of file pngconf.h.

typedef short png_int_16

Definition at line 1117 of file pngconf.h.

typedef png_int_16 FAR* png_int_16p

Definition at line 1199 of file pngconf.h.

typedef png_int_16 FAR* FAR* png_int_16pp

Definition at line 1221 of file pngconf.h.

typedef long png_int_32

Definition at line 1115 of file pngconf.h.

typedef png_int_32 FAR* png_int_32p

Definition at line 1197 of file pngconf.h.

typedef png_int_32 FAR* FAR* png_int_32pp

Definition at line 1219 of file pngconf.h.

typedef size_t png_size_t

Definition at line 1126 of file pngconf.h.

typedef unsigned short png_uint_16

Definition at line 1116 of file pngconf.h.

typedef png_uint_16 FAR* png_uint_16p

Definition at line 1198 of file pngconf.h.

typedef png_uint_16 FAR* FAR* png_uint_16pp

Definition at line 1220 of file pngconf.h.

typedef unsigned long png_uint_32

Definition at line 1114 of file pngconf.h.

typedef png_uint_32 FAR* png_uint_32p

Definition at line 1196 of file pngconf.h.

typedef png_uint_32 FAR* FAR* png_uint_32pp

Definition at line 1218 of file pngconf.h.

typedef void FAR* png_voidp

Definition at line 1194 of file pngconf.h.

typedef charf* png_zcharp

Definition at line 1239 of file pngconf.h.

typedef charf* FAR* png_zcharpp

Definition at line 1240 of file pngconf.h.

typedef z_stream FAR* png_zstreamp

Definition at line 1241 of file pngconf.h.


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