openshot-audio  0.1.2
Classes | Macros
pngstruct.h File Reference
#include "../../../juce_core/zip/zlib/zlib.h"

Go to the source code of this file.

Classes

struct  png_struct_def
 

Macros

#define PNGSTRUCT_H
 
#define ZLIB_CONST
 
#define PNGZ_MSG_CAST(s)   png_constcast(char*,s)
 
#define PNGZ_INPUT_CAST(b)   png_constcast(png_bytep,b)
 
#define ZLIB_IO_MAX   ((uInt)-1)
 
#define PNG_COMPRESSION_BUFFER_SIZE(pp)   (offsetof(png_compression_buffer, output) + (pp)->zbuffer_size)
 
#define PNG_COLORSPACE_HAVE_GAMMA   0x0001
 
#define PNG_COLORSPACE_HAVE_ENDPOINTS   0x0002
 
#define PNG_COLORSPACE_HAVE_INTENT   0x0004
 
#define PNG_COLORSPACE_FROM_gAMA   0x0008
 
#define PNG_COLORSPACE_FROM_cHRM   0x0010
 
#define PNG_COLORSPACE_FROM_sRGB   0x0020
 
#define PNG_COLORSPACE_ENDPOINTS_MATCH_sRGB   0x0040
 
#define PNG_COLORSPACE_MATCHES_sRGB   0x0080 /* exact match on profile */
 
#define PNG_COLORSPACE_INVALID   0x8000
 
#define PNG_COLORSPACE_CANCEL(flags)   (0xffff ^ (flags))
 
#define ZLIB_CONST
 
#define PNGZ_MSG_CAST(s)   png_constcast(char*,s)
 
#define PNGZ_INPUT_CAST(b)   png_constcast(png_bytep,b)
 
#define ZLIB_IO_MAX   ((uInt)-1)
 

Macro Definition Documentation

#define PNG_COLORSPACE_CANCEL (   flags)    (0xffff ^ (flags))
#define PNG_COLORSPACE_ENDPOINTS_MATCH_sRGB   0x0040
#define PNG_COLORSPACE_FROM_cHRM   0x0010
#define PNG_COLORSPACE_FROM_gAMA   0x0008
#define PNG_COLORSPACE_FROM_sRGB   0x0020
#define PNG_COLORSPACE_HAVE_ENDPOINTS   0x0002
#define PNG_COLORSPACE_HAVE_GAMMA   0x0001
#define PNG_COLORSPACE_HAVE_INTENT   0x0004
#define PNG_COLORSPACE_INVALID   0x8000
#define PNG_COLORSPACE_MATCHES_sRGB   0x0080 /* exact match on profile */
#define PNG_COMPRESSION_BUFFER_SIZE (   pp)    (offsetof(png_compression_buffer, output) + (pp)->zbuffer_size)
#define PNGSTRUCT_H
#define PNGZ_INPUT_CAST (   b)    png_constcast(png_bytep,b)
#define PNGZ_INPUT_CAST (   b)    png_constcast(png_bytep,b)
#define PNGZ_MSG_CAST (   s)    png_constcast(char*,s)
#define PNGZ_MSG_CAST (   s)    png_constcast(char*,s)
#define ZLIB_CONST
#define ZLIB_CONST
#define ZLIB_IO_MAX   ((uInt)-1)
#define ZLIB_IO_MAX   ((uInt)-1)