blob: f37423540d8d54addc0b0b191a4c1c05a39c95e2 [file] [log] [blame]
Cosmin Trutaa40189c2019-04-14 14:10:32 -04001.TH LIBPNG 3 "April 14, 2019"
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06002.SH NAME
Cosmin Trutaa40189c2019-04-14 14:10:32 -04003libpng \- Portable Network Graphics (PNG) Reference Library 1.6.37
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004
Cosmin Truta84403262018-07-29 00:33:12 -04005.SH SYNOPSIS
6\fB#include <png.h>\fP
7
8\fBpng_uint_32 png_access_version_number (void);\fP
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05009
Glenn Randers-Pehrson6bc53be2006-06-16 07:52:03 -050010\fBvoid png_benign_error (png_structp \fP\fIpng_ptr\fP\fB, png_const_charp \fIerror\fP\fB);\fP
11
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -060012\fBvoid png_build_grayscale_palette (int \fP\fIbit_depth\fP\fB, png_colorp \fIpalette\fP\fB);\fP
13
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -060014\fBpng_voidp png_calloc (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIsize\fP\fB);\fP
15
Glenn Randers-Pehrson6bc53be2006-06-16 07:52:03 -050016\fBvoid png_chunk_benign_error (png_structp \fP\fIpng_ptr\fP\fB, png_const_charp \fIerror\fP\fB);\fP
17
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050018\fBvoid png_chunk_error (png_structp \fP\fIpng_ptr\fP\fB, png_const_charp \fIerror\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -060019
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050020\fBvoid png_chunk_warning (png_structp \fP\fIpng_ptr\fP\fB, png_const_charp \fImessage\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -060021
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050022\fBvoid png_convert_from_struct_tm (png_timep \fP\fIptime\fP\fB, struct tm FAR * \fIttime\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -060023
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050024\fBvoid png_convert_from_time_t (png_timep \fP\fIptime\fP\fB, time_t \fIttime\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -060025
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050026\fBpng_charp png_convert_to_rfc1123 (png_structp \fP\fIpng_ptr\fP\fB, png_timep \fIptime\fP\fB);\fP
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -060027
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050028\fBpng_infop png_create_info_struct (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -060029
Glenn Randers-Pehrson5e5c1e12000-11-10 12:26:19 -060030\fBpng_structp png_create_read_struct (png_const_charp \fP\fIuser_png_ver\fP\fB, png_voidp \fP\fIerror_ptr\fP\fB, png_error_ptr \fP\fIerror_fn\fP\fB, png_error_ptr \fIwarn_fn\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050031
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -060032\fBpng_structp png_create_read_struct_2 (png_const_charp \fP\fIuser_png_ver\fP\fB, png_voidp \fP\fIerror_ptr\fP\fB, png_error_ptr \fP\fIerror_fn\fP\fB, png_error_ptr \fP\fIwarn_fn\fP\fB, png_voidp \fP\fImem_ptr\fP\fB, png_malloc_ptr \fP\fImalloc_fn\fP\fB, png_free_ptr \fIfree_fn\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050033
Glenn Randers-Pehrson5e5c1e12000-11-10 12:26:19 -060034\fBpng_structp png_create_write_struct (png_const_charp \fP\fIuser_png_ver\fP\fB, png_voidp \fP\fIerror_ptr\fP\fB, png_error_ptr \fP\fIerror_fn\fP\fB, png_error_ptr \fIwarn_fn\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050035
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -060036\fBpng_structp png_create_write_struct_2 (png_const_charp \fP\fIuser_png_ver\fP\fB, png_voidp \fP\fIerror_ptr\fP\fB, png_error_ptr \fP\fIerror_fn\fP\fB, png_error_ptr \fP\fIwarn_fn\fP\fB, png_voidp \fP\fImem_ptr\fP\fB, png_malloc_ptr \fP\fImalloc_fn\fP\fB, png_free_ptr \fIfree_fn\fP\fB);\fP
37
Cosmin Truta84403262018-07-29 00:33:12 -040038\fBvoid png_data_freer (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fIfreer\fP\fB, png_uint_32 \fImask\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050039
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050040\fBvoid png_destroy_info_struct (png_structp \fP\fIpng_ptr\fP\fB, png_infopp \fIinfo_ptr_ptr\fP\fB);\fP
41
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050042\fBvoid png_destroy_read_struct (png_structpp \fP\fIpng_ptr_ptr\fP\fB, png_infopp \fP\fIinfo_ptr_ptr\fP\fB, png_infopp \fIend_info_ptr_ptr\fP\fB);\fP
43
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050044\fBvoid png_destroy_write_struct (png_structpp \fP\fIpng_ptr_ptr\fP\fB, png_infopp \fIinfo_ptr_ptr\fP\fB);\fP
45
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -060046\fBvoid png_err (png_structp \fIpng_ptr\fP\fB);\fP
47
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050048\fBvoid png_error (png_structp \fP\fIpng_ptr\fP\fB, png_const_charp \fIerror\fP\fB);\fP
49
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050050\fBvoid png_free (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fIptr\fP\fB);\fP
51
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -060052\fBvoid png_free_chunk_list (png_structp \fIpng_ptr\fP\fB);\fP
53
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -060054\fBvoid png_free_default (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fIptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050055
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -060056\fBvoid png_free_data (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fInum\fP\fB);\fP
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -060057
John Bowler0a5c9c02011-01-22 17:36:34 -060058\fBpng_byte png_get_bit_depth (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050059
John Bowler0a5c9c02011-01-22 17:36:34 -060060\fBpng_uint_32 png_get_bKGD (png_const_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_color_16p \fI*background\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050061
John Bowler0a5c9c02011-01-22 17:36:34 -060062\fBpng_byte png_get_channels (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050063
John Bowler0a5c9c02011-01-22 17:36:34 -060064\fBpng_uint_32 png_get_cHRM (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, double \fP\fI*white_x\fP\fB, double \fP\fI*white_y\fP\fB, double \fP\fI*red_x\fP\fB, double \fP\fI*red_y\fP\fB, double \fP\fI*green_x\fP\fB, double \fP\fI*green_y\fP\fB, double \fP\fI*blue_x\fP\fB, double \fI*blue_y\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050065
John Bowler0a5c9c02011-01-22 17:36:34 -060066\fBpng_uint_32 png_get_cHRM_fixed (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fI*white_x\fP\fB, png_uint_32 \fP\fI*white_y\fP\fB, png_uint_32 \fP\fI*red_x\fP\fB, png_uint_32 \fP\fI*red_y\fP\fB, png_uint_32 \fP\fI*green_x\fP\fB, png_uint_32 \fP\fI*green_y\fP\fB, png_uint_32 \fP\fI*blue_x\fP\fB, png_uint_32 \fI*blue_y\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -060067
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -060068\fBpng_uint_32 png_get_cHRM_XYZ (png_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, double \fP\fI*red_X\fP\fB, double \fP\fI*red_Y\fP\fB, double \fP\fI*red_Z\fP\fB, double \fP\fI*green_X\fP\fB, double \fP\fI*green_Y\fP\fB, double \fP\fI*green_Z\fP\fB, double \fP\fI*blue_X\fP\fB, double \fP\fI*blue_Y\fP\fB, double \fI*blue_Z\fP\fB);\fP
Glenn Randers-Pehrsonad81d712009-07-30 15:39:00 -050069
John Bowler736f40f2011-08-25 16:19:44 -050070\fBpng_uint_32 png_get_cHRM_XYZ_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_fixed_point \fP\fI*int_red_X\fP\fB, png_fixed_point \fP\fI*int_red_Y\fP\fB, png_fixed_point \fP\fI*int_red_Z\fP\fB, png_fixed_point \fP\fI*int_green_X\fP\fB, png_fixed_point \fP\fI*int_green_Y\fP\fB, png_fixed_point \fP\fI*int_green_Z\fP\fB, png_fixed_point \fP\fI*int_blue_X\fP\fB, png_fixed_point \fP\fI*int_blue_Y\fP\fB, png_fixed_point \fI*int_blue_Z\fP\fB);\fP
71
John Bowler736f40f2011-08-25 16:19:44 -050072\fBpng_uint_32 png_get_chunk_cache_max (png_const_structp \fIpng_ptr\fP\fB);\fP
73
John Bowler0a5c9c02011-01-22 17:36:34 -060074\fBpng_alloc_size_t png_get_chunk_malloc_max (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -060075
John Bowler0a5c9c02011-01-22 17:36:34 -060076\fBpng_byte png_get_color_type (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050077
John Bowler0a5c9c02011-01-22 17:36:34 -060078\fBpng_uint_32 png_get_compression_buffer_size (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -050079
John Bowler0a5c9c02011-01-22 17:36:34 -060080\fBpng_byte png_get_compression_type (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050081
John Bowler0a5c9c02011-01-22 17:36:34 -060082\fBpng_byte png_get_copyright (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050083
John Bowlerf19abd62011-01-22 18:29:24 -060084\fBpng_uint_32 png_get_current_row_number \fI(png_const_structp\fP\fB);\fP
85
John Bowlerf19abd62011-01-22 18:29:24 -060086\fBpng_byte png_get_current_pass_number \fI(png_const_structp\fP\fB);\fP
87
John Bowler0a5c9c02011-01-22 17:36:34 -060088\fBpng_voidp png_get_error_ptr (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050089
John Bowler0a5c9c02011-01-22 17:36:34 -060090\fBpng_byte png_get_filter_type (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050091
John Bowler0a5c9c02011-01-22 17:36:34 -060092\fBpng_uint_32 png_get_gAMA (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, double \fI*file_gamma\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050093
John Bowler0a5c9c02011-01-22 17:36:34 -060094\fBpng_uint_32 png_get_gAMA_fixed (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fI*int_file_gamma\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -060095
John Bowler0a5c9c02011-01-22 17:36:34 -060096\fBpng_byte png_get_header_ver (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson5379b241999-11-27 10:22:33 -060097
John Bowler0a5c9c02011-01-22 17:36:34 -060098\fBpng_byte png_get_header_version (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -050099
Glenn Randers-Pehrson7c709f02017-08-02 16:48:11 -0500100\fBpng_uint_32 png_get_eXIf (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_bytep \fI*exif\fP\fB);\fP
101
Glenn Randers-Pehrson554d4402017-08-04 15:38:41 -0500102\fBpng_uint_32 png_get_eXIf_1 (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_unit_32 \fP\fI*num_exif\fP\fB, png_bytep \fI*exif\fP\fB);\fP
103
John Bowler0a5c9c02011-01-22 17:36:34 -0600104\fBpng_uint_32 png_get_hIST (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_uint_16p \fI*hist\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500105
John Bowler0a5c9c02011-01-22 17:36:34 -0600106\fBpng_uint_32 png_get_iCCP (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_charpp \fP\fIname\fP\fB, int \fP\fI*compression_type\fP\fB, png_bytepp \fP\fIprofile\fP\fB, png_uint_32 \fI*proflen\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600107
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500108\fBpng_uint_32 png_get_IHDR (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fI*width\fP\fB, png_uint_32 \fP\fI*height\fP\fB, int \fP\fI*bit_depth\fP\fB, int \fP\fI*color_type\fP\fB, int \fP\fI*interlace_type\fP\fB, int \fP\fI*compression_type\fP\fB, int \fI*filter_type\fP\fB);\fP
109
John Bowler0a5c9c02011-01-22 17:36:34 -0600110\fBpng_uint_32 png_get_image_height (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500111
John Bowler0a5c9c02011-01-22 17:36:34 -0600112\fBpng_uint_32 png_get_image_width (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500113
Glenn Randers-Pehrsonad81d712009-07-30 15:39:00 -0500114\fBpng_int_32 png_get_int_32 (png_bytep \fIbuf\fP\fB);\fP
115
John Bowler0a5c9c02011-01-22 17:36:34 -0600116\fBpng_byte png_get_interlace_type (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500117
John Bowler0a5c9c02011-01-22 17:36:34 -0600118\fBpng_uint_32 png_get_io_chunk_type (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona63dbed2011-01-22 08:51:19 -0600119
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500120\fBpng_voidp png_get_io_ptr (png_structp \fIpng_ptr\fP\fB);\fP
121
Glenn Randers-Pehrsona63dbed2011-01-22 08:51:19 -0600122\fBpng_uint_32 png_get_io_state (png_structp \fIpng_ptr\fP\fB);\fP
123
John Bowler0a5c9c02011-01-22 17:36:34 -0600124\fBpng_byte png_get_libpng_ver (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson5379b241999-11-27 10:22:33 -0600125
Glenn Randers-Pehrsondb8704e2015-07-13 16:03:37 -0500126\fBint png_get_palette_max(png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
127
John Bowler0a5c9c02011-01-22 17:36:34 -0600128\fBpng_voidp png_get_mem_ptr (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500129
John Bowler0a5c9c02011-01-22 17:36:34 -0600130\fBpng_uint_32 png_get_oFFs (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fI*offset_x\fP\fB, png_uint_32 \fP\fI*offset_y\fP\fB, int \fI*unit_type\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500131
John Bowler0a5c9c02011-01-22 17:36:34 -0600132\fBpng_uint_32 png_get_pCAL (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_charp \fP\fI*purpose\fP\fB, png_int_32 \fP\fI*X0\fP\fB, png_int_32 \fP\fI*X1\fP\fB, int \fP\fI*type\fP\fB, int \fP\fI*nparams\fP\fB, png_charp \fP\fI*units\fP\fB, png_charpp \fI*params\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500133
John Bowler0a5c9c02011-01-22 17:36:34 -0600134\fBpng_uint_32 png_get_pHYs (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fI*res_x\fP\fB, png_uint_32 \fP\fI*res_y\fP\fB, int \fI*unit_type\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500135
John Bowler0a5c9c02011-01-22 17:36:34 -0600136\fBfloat png_get_pixel_aspect_ratio (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500137
John Bowler0a5c9c02011-01-22 17:36:34 -0600138\fBpng_uint_32 png_get_pHYs_dpi (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fI*res_x\fP\fB, png_uint_32 \fP\fI*res_y\fP\fB, int \fI*unit_type\fP\fB);\fP
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600139
John Bowler0a5c9c02011-01-22 17:36:34 -0600140\fBpng_fixed_point png_get_pixel_aspect_ratio_fixed (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500141
John Bowler0a5c9c02011-01-22 17:36:34 -0600142\fBpng_uint_32 png_get_pixels_per_inch (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600143
John Bowler0a5c9c02011-01-22 17:36:34 -0600144\fBpng_uint_32 png_get_pixels_per_meter (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500145
John Bowler0a5c9c02011-01-22 17:36:34 -0600146\fBpng_voidp png_get_progressive_ptr (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500147
John Bowler0a5c9c02011-01-22 17:36:34 -0600148\fBpng_uint_32 png_get_PLTE (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_colorp \fP\fI*palette\fP\fB, int \fI*num_palette\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500149
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -0600150\fBpng_byte png_get_rgb_to_gray_status (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600151
152\fBpng_uint_32 png_get_rowbytes (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
153
John Bowler0a5c9c02011-01-22 17:36:34 -0600154\fBpng_bytepp png_get_rows (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -0600155
John Bowler0a5c9c02011-01-22 17:36:34 -0600156\fBpng_uint_32 png_get_sBIT (png_const_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_color_8p \fI*sig_bit\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500157
John Bowler0a5c9c02011-01-22 17:36:34 -0600158\fBvoid png_get_sCAL (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, int* \fP\fIunit\fP\fB, double* \fP\fIwidth\fP\fB, double* \fIheight\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500159
John Bowler0a5c9c02011-01-22 17:36:34 -0600160\fBvoid png_get_sCAL_fixed (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, int* \fP\fIunit\fP\fB, png_fixed_pointp \fP\fIwidth\fP\fB, png_fixed_pointp \fIheight\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500161
John Bowler0a5c9c02011-01-22 17:36:34 -0600162\fBvoid png_get_sCAL_s (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, int* \fP\fIunit\fP\fB, png_charpp \fP\fIwidth\fP\fB, png_charpp \fIheight\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500163
John Bowler0a5c9c02011-01-22 17:36:34 -0600164\fBpng_bytep png_get_signature (png_const_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500165
John Bowler0a5c9c02011-01-22 17:36:34 -0600166\fBpng_uint_32 png_get_sPLT (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_spalette_p \fI*splt_ptr\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600167
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -0600168\fBpng_uint_32 png_get_sRGB (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, int \fI*file_srgb_intent\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500169
John Bowler0a5c9c02011-01-22 17:36:34 -0600170\fBpng_uint_32 png_get_text (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_textp \fP\fI*text_ptr\fP\fB, int \fI*num_text\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500171
John Bowler0a5c9c02011-01-22 17:36:34 -0600172\fBpng_uint_32 png_get_tIME (png_const_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_timep \fI*mod_time\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500173
John Bowler0a5c9c02011-01-22 17:36:34 -0600174\fBpng_uint_32 png_get_tRNS (png_const_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_bytep \fP\fI*trans_alpha\fP\fB, int \fP\fI*num_trans\fP\fB, png_color_16p \fI*trans_color\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500175
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600176\fB/* This function is really an inline macro. \fI*/
Glenn Randers-Pehrsonb6bfd402012-12-19 16:06:56 -0600177
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600178\fBpng_uint_16 png_get_uint_16 (png_bytep \fIbuf\fP\fB);\fP
179
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600180\fBpng_uint_32 png_get_uint_31 (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fIbuf\fP\fB);\fP
Glenn Randers-Pehrson7b34df32006-02-24 06:30:16 -0600181
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600182\fB/* This function is really an inline macro. \fI*/
Glenn Randers-Pehrsonb6bfd402012-12-19 16:06:56 -0600183
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600184\fBpng_uint_32 png_get_uint_32 (png_bytep \fIbuf\fP\fB);\fP
185
John Bowler0a5c9c02011-01-22 17:36:34 -0600186\fBpng_uint_32 png_get_unknown_chunks (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_unknown_chunkpp \fIunknowns\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600187
John Bowler0a5c9c02011-01-22 17:36:34 -0600188\fBpng_voidp png_get_user_chunk_ptr (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600189
John Bowler0a5c9c02011-01-22 17:36:34 -0600190\fBpng_uint_32 png_get_user_height_max (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson272489d2004-08-04 06:34:52 -0500191
John Bowler0a5c9c02011-01-22 17:36:34 -0600192\fBpng_voidp png_get_user_transform_ptr (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500193
John Bowler0a5c9c02011-01-22 17:36:34 -0600194\fBpng_uint_32 png_get_user_width_max (png_const_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson272489d2004-08-04 06:34:52 -0500195
John Bowler0a5c9c02011-01-22 17:36:34 -0600196\fBpng_uint_32 png_get_valid (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fIflag\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500197
John Bowler0a5c9c02011-01-22 17:36:34 -0600198\fBfloat png_get_x_offset_inches (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500199
John Bowler0a5c9c02011-01-22 17:36:34 -0600200\fBpng_fixed_point png_get_x_offset_inches_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500201
John Bowler0a5c9c02011-01-22 17:36:34 -0600202\fBpng_int_32 png_get_x_offset_microns (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500203
John Bowler0a5c9c02011-01-22 17:36:34 -0600204\fBpng_int_32 png_get_x_offset_pixels (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500205
John Bowler0a5c9c02011-01-22 17:36:34 -0600206\fBpng_uint_32 png_get_x_pixels_per_inch (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600207
John Bowler0a5c9c02011-01-22 17:36:34 -0600208\fBpng_uint_32 png_get_x_pixels_per_meter (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500209
John Bowler0a5c9c02011-01-22 17:36:34 -0600210\fBfloat png_get_y_offset_inches (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500211
John Bowler0a5c9c02011-01-22 17:36:34 -0600212\fBpng_fixed_point png_get_y_offset_inches_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500213
John Bowler0a5c9c02011-01-22 17:36:34 -0600214\fBpng_int_32 png_get_y_offset_microns (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500215
John Bowler0a5c9c02011-01-22 17:36:34 -0600216\fBpng_int_32 png_get_y_offset_pixels (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500217
John Bowler0a5c9c02011-01-22 17:36:34 -0600218\fBpng_uint_32 png_get_y_pixels_per_inch (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600219
John Bowler0a5c9c02011-01-22 17:36:34 -0600220\fBpng_uint_32 png_get_y_pixels_per_meter (png_const_structp \fP\fIpng_ptr\fP\fB, png_const_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500221
Glenn Randers-Pehrsonc1bfe682002-03-06 22:08:00 -0600222\fBint png_handle_as_unknown (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fIchunk_name\fP\fB);\fP
223
Glenn Randers-Pehrsone0a6c062011-11-07 23:50:05 -0600224\fBint png_image_begin_read_from_file (png_imagep \fP\fIimage\fP\fB, const char \fI*file_name\fP\fB);\fP
225
Glenn Randers-Pehrsone0a6c062011-11-07 23:50:05 -0600226\fBint png_image_begin_read_from_stdio (png_imagep \fP\fIimage\fP\fB, FILE* \fIfile\fP\fB);\fP
227
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -0400228\fBint, png_image_begin_read_from_memory (png_imagep \fP\fIimage\fP\fB, png_const_voidp \fP\fImemory\fP\fB, size_t \fIsize\fP\fB);\fP
Glenn Randers-Pehrsone0a6c062011-11-07 23:50:05 -0600229
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -0600230\fBint png_image_finish_read (png_imagep \fP\fIimage\fP\fB, png_colorp \fP\fIbackground\fP\fB, void \fP\fI*buffer\fP\fB, png_int_32 \fP\fIrow_stride\fP\fB, void \fI*colormap\fP\fB);\fP
Glenn Randers-Pehrsone0a6c062011-11-07 23:50:05 -0600231
Glenn Randers-Pehrsone0a6c062011-11-07 23:50:05 -0600232\fBvoid png_image_free (png_imagep \fIimage\fP\fB);\fP
233
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -0600234\fBint png_image_write_to_file (png_imagep \fP\fIimage\fP\fB, const char \fP\fI*file\fP\fB, int \fP\fIconvert_to_8bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fP\fIrow_stride\fP\fB, void \fI*colormap\fP\fB);\fP
Glenn Randers-Pehrsoncc02f892012-08-29 14:03:09 -0500235
Cosmin Truta84403262018-07-29 00:33:12 -0400236\fBint png_image_write_to_memory (png_imagep \fP\fIimage\fP\fB, void \fP\fI*memory\fP\fB, png_alloc_size_t * PNG_RESTRICT \fP\fImemory_bytes\fP\fB, int \fP\fIconvert_to_8_bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fP\fIrow_stride\fP\fB, const void \fI*colormap\fP\fB);\fP
Glenn Randers-Pehrsond2b8d462016-01-23 14:01:44 -0600237
Cosmin Truta84403262018-07-29 00:33:12 -0400238\fBint png_image_write_to_stdio (png_imagep \fP\fIimage\fP\fB, FILE \fP\fI*file\fP\fB, int \fP\fIconvert_to_8_bit\fP\fB, const void \fP\fI*buffer\fP\fB, png_int_32 \fP\fIrow_stride\fP\fB, void \fI*colormap\fP\fB);\fP
Glenn Randers-Pehrsone0a6c062011-11-07 23:50:05 -0600239
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -0400240\fBvoid png_info_init_3 (png_infopp \fP\fIinfo_ptr\fP\fB, size_t \fIpng_info_struct_size\fP\fB);\fP
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600241
Glenn Randers-Pehrson8b6a8892001-05-18 04:54:50 -0500242\fBvoid png_init_io (png_structp \fP\fIpng_ptr\fP\fB, FILE \fI*fp\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500243
Glenn Randers-Pehrsonf98726a2010-02-19 09:54:53 -0600244\fBvoid png_longjmp (png_structp \fP\fIpng_ptr\fP\fB, int \fIval\fP\fB);\fP
245
Glenn Randers-Pehrsonbeb572e2006-08-19 13:59:24 -0500246\fBpng_voidp png_malloc (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIsize\fP\fB);\fP
Glenn Randers-Pehrson8b6a8892001-05-18 04:54:50 -0500247
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600248\fBpng_voidp png_malloc_default (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIsize\fP\fB);\fP
249
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600250\fBpng_voidp png_malloc_warn (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIsize\fP\fB);\fP
251
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600252\fBpng_uint_32 png_permit_mng_features (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fImng_features_permitted\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500253
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -0400254\fBvoid png_process_data (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_bytep \fP\fIbuffer\fP\fB, size_t \fIbuffer_size\fP\fB);\fP
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500255
Cosmin Truta84403262018-07-29 00:33:12 -0400256\fBsize_t png_process_data_pause (png_structp \fP\fIpng_ptr\fP\fB, int \fIsave\fP\fB);\fP
John Bowlerf19abd62011-01-22 18:29:24 -0600257
Cosmin Truta84403262018-07-29 00:33:12 -0400258\fBpng_uint_32 png_process_data_skip (png_structp \fP\fIpng_ptr\fP\fB);\fP
John Bowlerf19abd62011-01-22 18:29:24 -0600259
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500260\fBvoid png_progressive_combine_row (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIold_row\fP\fB, png_bytep \fInew_row\fP\fB);\fP
261
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500262\fBvoid png_read_end (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
263
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500264\fBvoid png_read_image (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fIimage\fP\fB);\fP
265
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500266\fBvoid png_read_info (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
267
Glenn Randers-Pehrson5e5c1e12000-11-10 12:26:19 -0600268\fBvoid png_read_png (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fItransforms\fP\fB, png_voidp \fIparams\fP\fB);\fP
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600269
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500270\fBvoid png_read_row (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIrow\fP\fB, png_bytep \fIdisplay_row\fP\fB);\fP
271
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500272\fBvoid png_read_rows (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fP\fIrow\fP\fB, png_bytepp \fP\fIdisplay_row\fP\fB, png_uint_32 \fInum_rows\fP\fB);\fP
273
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500274\fBvoid png_read_update_info (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
275
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600276\fBint png_reset_zstream (png_structp \fIpng_ptr\fP\fB);\fP
277
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600278\fBvoid png_save_int_32 (png_bytep \fP\fIbuf\fP\fB, png_int_32 \fIi\fP\fB);\fP
Glenn Randers-Pehrsonad81d712009-07-30 15:39:00 -0500279
Glenn Randers-Pehrson7b34df32006-02-24 06:30:16 -0600280\fBvoid png_save_uint_16 (png_bytep \fP\fIbuf\fP\fB, unsigned int \fIi\fP\fB);\fP
281
Glenn Randers-Pehrson7b34df32006-02-24 06:30:16 -0600282\fBvoid png_save_uint_32 (png_bytep \fP\fIbuf\fP\fB, png_uint_32 \fIi\fP\fB);\fP
283
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600284\fBvoid png_set_add_alpha (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fP\fIfiller\fP\fB, int \fIflags\fP\fB);\fP
285
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600286\fBvoid png_set_alpha_mode (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fImode\fP\fB, double \fIoutput_gamma\fP\fB);\fP
287
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600288\fBvoid png_set_alpha_mode_fixed (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fImode\fP\fB, png_fixed_point \fIoutput_gamma\fP\fB);\fP
289
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500290\fBvoid png_set_background (png_structp \fP\fIpng_ptr\fP\fB, png_color_16p \fP\fIbackground_color\fP\fB, int \fP\fIbackground_gamma_code\fP\fB, int \fP\fIneed_expand\fP\fB, double \fIbackground_gamma\fP\fB);\fP
291
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500292\fBvoid png_set_background_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_color_16p \fP\fIbackground_color\fP\fB, int \fP\fIbackground_gamma_code\fP\fB, int \fP\fIneed_expand\fP\fB, png_uint_32 \fIbackground_gamma\fP\fB);\fP
293
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600294\fBvoid png_set_benign_errors (png_structp \fP\fIpng_ptr\fP\fB, int \fIallowed\fP\fB);\fP
295
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500296\fBvoid png_set_bgr (png_structp \fIpng_ptr\fP\fB);\fP
297
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500298\fBvoid png_set_bKGD (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_color_16p \fIbackground\fP\fB);\fP
299
Cosmin Truta84403262018-07-29 00:33:12 -0400300\fBvoid png_set_check_for_invalid_index (png_structrp \fP\fIpng_ptr\fP\fB, int \fIallowed\fP\fB);\fP
Glenn Randers-Pehrson434801a2012-03-02 22:38:50 -0600301
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500302\fBvoid png_set_cHRM (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, double \fP\fIwhite_x\fP\fB, double \fP\fIwhite_y\fP\fB, double \fP\fIred_x\fP\fB, double \fP\fIred_y\fP\fB, double \fP\fIgreen_x\fP\fB, double \fP\fIgreen_y\fP\fB, double \fP\fIblue_x\fP\fB, double \fIblue_y\fP\fB);\fP
303
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600304\fBvoid png_set_cHRM_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fIwhite_x\fP\fB, png_uint_32 \fP\fIwhite_y\fP\fB, png_uint_32 \fP\fIred_x\fP\fB, png_uint_32 \fP\fIred_y\fP\fB, png_uint_32 \fP\fIgreen_x\fP\fB, png_uint_32 \fP\fIgreen_y\fP\fB, png_uint_32 \fP\fIblue_x\fP\fB, png_uint_32 \fIblue_y\fP\fB);\fP
305
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -0600306\fBvoid png_set_cHRM_XYZ (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, double \fP\fIred_X\fP\fB, double \fP\fIred_Y\fP\fB, double \fP\fIred_Z\fP\fB, double \fP\fIgreen_X\fP\fB, double \fP\fIgreen_Y\fP\fB, double \fP\fIgreen_Z\fP\fB, double \fP\fIblue_X\fP\fB, double \fP\fIblue_Y\fP\fB, double \fIblue_Z\fP\fB);\fP
John Bowler736f40f2011-08-25 16:19:44 -0500307
308\fBvoid png_set_cHRM_XYZ_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_fixed_point \fP\fIint_red_X\fP\fB, png_fixed_point \fP\fIint_red_Y\fP\fB, png_fixed_point \fP\fIint_red_Z\fP\fB, png_fixed_point \fP\fIint_green_X\fP\fB, png_fixed_point \fP\fIint_green_Y\fP\fB, png_fixed_point \fP\fIint_green_Z\fP\fB, png_fixed_point \fP\fIint_blue_X\fP\fB, png_fixed_point \fP\fIint_blue_Y\fP\fB, png_fixed_point \fIint_blue_Z\fP\fB);\fP
309
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -0500310\fBvoid png_set_chunk_cache_max (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fIuser_chunk_cache_max\fP\fB);\fP
311
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500312\fBvoid png_set_compression_level (png_structp \fP\fIpng_ptr\fP\fB, int \fIlevel\fP\fB);\fP
313
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500314\fBvoid png_set_compression_mem_level (png_structp \fP\fIpng_ptr\fP\fB, int \fImem_level\fP\fB);\fP
315
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500316\fBvoid png_set_compression_method (png_structp \fP\fIpng_ptr\fP\fB, int \fImethod\fP\fB);\fP
317
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500318\fBvoid png_set_compression_strategy (png_structp \fP\fIpng_ptr\fP\fB, int \fIstrategy\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600319
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500320\fBvoid png_set_compression_window_bits (png_structp \fP\fIpng_ptr\fP\fB, int \fIwindow_bits\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600321
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500322\fBvoid png_set_crc_action (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fIcrit_action\fP\fB, int \fIancil_action\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600323
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500324\fBvoid png_set_error_fn (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fIerror_ptr\fP\fB, png_error_ptr \fP\fIerror_fn\fP\fB, png_error_ptr \fIwarning_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600325
Glenn Randers-Pehrsond08b6bd2011-02-19 15:50:17 -0600326\fBvoid png_set_expand (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsonc85f5f62011-02-13 05:56:07 -0600327
Glenn Randers-Pehrsond08b6bd2011-02-19 15:50:17 -0600328\fBvoid png_set_expand_16 (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -0600329
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600330\fBvoid png_set_expand_gray_1_2_4_to_8 (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrson1ce08362006-03-08 23:35:59 -0600331
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500332\fBvoid png_set_filler (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fP\fIfiller\fP\fB, int \fIflags\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600333
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500334\fBvoid png_set_filter (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fImethod\fP\fB, int \fIfilters\fP\fB);\fP
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -0600335
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500336\fBvoid png_set_filter_heuristics (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fIheuristic_method\fP\fB, int \fP\fInum_weights\fP\fB, png_doublep \fP\fIfilter_weights\fP\fB, png_doublep \fIfilter_costs\fP\fB);\fP
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500337
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500338\fBvoid png_set_filter_heuristics_fixed (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fIheuristic_method\fP\fB, int \fP\fInum_weights\fP\fB, png_fixed_point_p \fP\fIfilter_weights\fP\fB, png_fixed_point_p \fIfilter_costs\fP\fB);\fP
339
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500340\fBvoid png_set_flush (png_structp \fP\fIpng_ptr\fP\fB, int \fInrows\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600341
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500342\fBvoid png_set_gamma (png_structp \fP\fIpng_ptr\fP\fB, double \fP\fIscreen_gamma\fP\fB, double \fIdefault_file_gamma\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600343
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600344\fBvoid png_set_gamma_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fP\fIscreen_gamma\fP\fB, png_uint_32 \fIdefault_file_gamma\fP\fB);\fP
345
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600346\fBvoid png_set_gAMA (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, double \fIfile_gamma\fP\fB);\fP
347
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600348\fBvoid png_set_gAMA_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fIfile_gamma\fP\fB);\fP
349
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600350\fBvoid png_set_gray_1_2_4_to_8 (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600351
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500352\fBvoid png_set_gray_to_rgb (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600353
Glenn Randers-Pehrson7c709f02017-08-02 16:48:11 -0500354\fBvoid png_set_eXIf (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_bytep \fIexif\fP\fB);\fP
355
Cosmin Trutaceb32772018-08-18 22:47:16 -0400356\fBvoid png_set_eXIf_1 (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fInum_exif\fP\fB, png_bytep \fIexif\fP\fB);\fP
Glenn Randers-Pehrson554d4402017-08-04 15:38:41 -0500357
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500358\fBvoid png_set_hIST (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_16p \fIhist\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600359
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -0600360\fBvoid png_set_iCCP (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_const_charp \fP\fIname\fP\fB, int \fP\fIcompression_type\fP\fB, png_const_bytep \fP\fIprofile\fP\fB, png_uint_32 \fIproflen\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600361
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500362\fBint png_set_interlace_handling (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600363
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -0500364\fBvoid png_set_invalid (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fImask\fP\fB);\fP
365
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500366\fBvoid png_set_invert_alpha (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600367
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500368\fBvoid png_set_invert_mono (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600369
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500370\fBvoid png_set_IHDR (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fIwidth\fP\fB, png_uint_32 \fP\fIheight\fP\fB, int \fP\fIbit_depth\fP\fB, int \fP\fIcolor_type\fP\fB, int \fP\fIinterlace_type\fP\fB, int \fP\fIcompression_type\fP\fB, int \fIfilter_type\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600371
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600372\fBvoid png_set_keep_unknown_chunks (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fIkeep\fP\fB, png_bytep \fP\fIchunk_list\fP\fB, int \fInum_chunks\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600373
Glenn Randers-Pehrson1e6ed732009-11-20 22:06:56 -0600374\fBjmp_buf* png_set_longjmp_fn (png_structp \fP\fIpng_ptr\fP\fB, png_longjmp_ptr \fP\fIlongjmp_fn\fP\fB, size_t \fIjmp_buf_size\fP\fB);\fP
375
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -0600376\fBvoid png_set_chunk_malloc_max (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIuser_chunk_cache_max\fP\fB);\fP
377
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600378\fBvoid png_set_compression_buffer_size (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fIsize\fP\fB);\fP
379
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600380\fBvoid png_set_mem_fn (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fImem_ptr\fP\fB, png_malloc_ptr \fP\fImalloc_fn\fP\fB, png_free_ptr \fIfree_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600381
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500382\fBvoid png_set_oFFs (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fIoffset_x\fP\fB, png_uint_32 \fP\fIoffset_y\fP\fB, int \fIunit_type\fP\fB);\fP
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -0600383
Glenn Randers-Pehrsondb8704e2015-07-13 16:03:37 -0500384\fBint png_set_option(png_structrp \fP\fIpng_ptr\fP\fB, int \fP\fIoption\fP\fB, int \fIonoff\fP\fB);\fP
385
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500386\fBvoid png_set_packing (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600387
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500388\fBvoid png_set_packswap (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600389
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600390\fBvoid png_set_palette_to_rgb (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600391
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500392\fBvoid png_set_pCAL (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_charp \fP\fIpurpose\fP\fB, png_int_32 \fP\fIX0\fP\fB, png_int_32 \fP\fIX1\fP\fB, int \fP\fItype\fP\fB, int \fP\fInparams\fP\fB, png_charp \fP\fIunits\fP\fB, png_charpp \fIparams\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600393
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500394\fBvoid png_set_pHYs (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_uint_32 \fP\fIres_x\fP\fB, png_uint_32 \fP\fIres_y\fP\fB, int \fIunit_type\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600395
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500396\fBvoid png_set_progressive_read_fn (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fIprogressive_ptr\fP\fB, png_progressive_info_ptr \fP\fIinfo_fn\fP\fB, png_progressive_row_ptr \fP\fIrow_fn\fP\fB, png_progressive_end_ptr \fIend_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600397
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500398\fBvoid png_set_PLTE (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_colorp \fP\fIpalette\fP\fB, int \fInum_palette\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600399
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -0500400\fBvoid png_set_quantize (png_structp \fP\fIpng_ptr\fP\fB, png_colorp \fP\fIpalette\fP\fB, int \fP\fInum_palette\fP\fB, int \fP\fImaximum_colors\fP\fB, png_uint_16p \fP\fIhistogram\fP\fB, int \fIfull_quantize\fP\fB);\fP
401
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500402\fBvoid png_set_read_fn (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fIio_ptr\fP\fB, png_rw_ptr \fIread_data_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600403
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500404\fBvoid png_set_read_status_fn (png_structp \fP\fIpng_ptr\fP\fB, png_read_status_ptr \fIread_row_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600405
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600406\fBvoid png_set_read_user_chunk_fn (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fIuser_chunk_ptr\fP\fB, png_user_chunk_ptr \fIread_user_chunk_fn\fP\fB);\fP
407
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500408\fBvoid png_set_read_user_transform_fn (png_structp \fP\fIpng_ptr\fP\fB, png_user_transform_ptr \fIread_user_transform_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600409
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -0600410\fBvoid png_set_rgb_to_gray (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fIerror_action\fP\fB, double \fP\fIred\fP\fB, double \fIgreen\fP\fB);\fP
411
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500412\fBvoid png_set_rgb_to_gray_fixed (png_structp \fP\fIpng_ptr\fP\fB, int error_action png_uint_32 \fP\fIred\fP\fB, png_uint_32 \fIgreen\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600413
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -0600414\fBvoid png_set_rows (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_bytepp \fIrow_pointers\fP\fB);\fP
415
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500416\fBvoid png_set_sBIT (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_color_8p \fIsig_bit\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600417
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500418\fBvoid png_set_sCAL (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fIunit\fP\fB, double \fP\fIwidth\fP\fB, double \fIheight\fP\fB);\fP
419
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500420\fBvoid png_set_sCAL_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fIunit\fP\fB, png_fixed_point \fP\fIwidth\fP\fB, png_fixed_point \fIheight\fP\fB);\fP
421
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600422\fBvoid png_set_sCAL_s (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fIunit\fP\fB, png_charp \fP\fIwidth\fP\fB, png_charp \fIheight\fP\fB);\fP
423
Glenn Randers-Pehrsone4f124e2012-12-09 19:20:34 -0600424\fBvoid png_set_scale_16 (png_structp \fIpng_ptr\fP\fB);\fP
425
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500426\fBvoid png_set_shift (png_structp \fP\fIpng_ptr\fP\fB, png_color_8p \fItrue_bits\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600427
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500428\fBvoid png_set_sig_bytes (png_structp \fP\fIpng_ptr\fP\fB, int \fInum_bytes\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600429
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -0600430\fBvoid png_set_sPLT (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_spalette_p \fP\fIsplt_ptr\fP\fB, int \fInum_spalettes\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600431
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -0600432\fBvoid png_set_sRGB (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fIsrgb_intent\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600433
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -0600434\fBvoid png_set_sRGB_gAMA_and_cHRM (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fIsrgb_intent\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600435
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500436\fBvoid png_set_strip_16 (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600437
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500438\fBvoid png_set_strip_alpha (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600439
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600440\fBvoid png_set_strip_error_numbers (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fIstrip_mode\fP\fB);\fP
441
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500442\fBvoid png_set_swap (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600443
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500444\fBvoid png_set_swap_alpha (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600445
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500446\fBvoid png_set_text (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_textp \fP\fItext_ptr\fP\fB, int \fInum_text\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600447
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -0500448\fBvoid png_set_text_compression_level (png_structp \fP\fIpng_ptr\fP\fB, int \fIlevel\fP\fB);\fP
449
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -0500450\fBvoid png_set_text_compression_mem_level (png_structp \fP\fIpng_ptr\fP\fB, int \fImem_level\fP\fB);\fP
451
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -0500452\fBvoid png_set_text_compression_strategy (png_structp \fP\fIpng_ptr\fP\fB, int \fIstrategy\fP\fB);\fP
453
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -0500454\fBvoid png_set_text_compression_window_bits (png_structp \fP\fIpng_ptr\fP\fB, int \fIwindow_bits\fP\fB);\fP
455
Cosmin Truta84403262018-07-29 00:33:12 -0400456\fBvoid png_set_text_compression_method (png_structp \fP\fIpng_ptr\fP\fB, int \fImethod\fP\fB);\fP
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -0500457
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500458\fBvoid png_set_tIME (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_timep \fImod_time\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600459
Glenn Randers-Pehrsonf3c51e42011-01-15 10:25:25 -0600460\fBvoid png_set_tRNS (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_bytep \fP\fItrans_alpha\fP\fB, int \fP\fInum_trans\fP\fB, png_color_16p \fItrans_color\fP\fB);\fP
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500461
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600462\fBvoid png_set_tRNS_to_alpha (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600463
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600464\fBpng_uint_32 png_set_unknown_chunks (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_unknown_chunkp \fP\fIunknowns\fP\fB, int \fP\fInum\fP\fB, int \fIlocation\fP\fB);\fP
465
Glenn Randers-Pehrsonbb98bcb2011-01-22 16:27:39 -0600466\fBvoid png_set_unknown_chunk_location (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fIchunk\fP\fB, int \fIlocation\fP\fB);\fP
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -0600467
Glenn Randers-Pehrson272489d2004-08-04 06:34:52 -0500468\fBvoid png_set_user_limits (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fP\fIuser_width_max\fP\fB, png_uint_32 \fIuser_height_max\fP\fB);\fP
469
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500470\fBvoid png_set_user_transform_info (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fIuser_transform_ptr\fP\fB, int \fP\fIuser_transform_depth\fP\fB, int \fIuser_transform_channels\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600471
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500472\fBvoid png_set_write_fn (png_structp \fP\fIpng_ptr\fP\fB, png_voidp \fP\fIio_ptr\fP\fB, png_rw_ptr \fP\fIwrite_data_fn\fP\fB, png_flush_ptr \fIoutput_flush_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600473
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500474\fBvoid png_set_write_status_fn (png_structp \fP\fIpng_ptr\fP\fB, png_write_status_ptr \fIwrite_row_fn\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600475
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500476\fBvoid png_set_write_user_transform_fn (png_structp \fP\fIpng_ptr\fP\fB, png_user_transform_ptr \fIwrite_user_transform_fn\fP\fB);\fP
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -0600477
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -0400478\fBint png_sig_cmp (png_bytep \fP\fIsig\fP\fB, size_t \fP\fIstart\fP\fB, size_t \fInum_to_check\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600479
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500480\fBvoid png_start_read_image (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600481
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500482\fBvoid png_warning (png_structp \fP\fIpng_ptr\fP\fB, png_const_charp \fImessage\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600483
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -0400484\fBvoid png_write_chunk (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIchunk_name\fP\fB, png_bytep \fP\fIdata\fP\fB, size_t \fIlength\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600485
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -0400486\fBvoid png_write_chunk_data (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIdata\fP\fB, size_t \fIlength\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600487
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500488\fBvoid png_write_chunk_end (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600489
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500490\fBvoid png_write_chunk_start (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIchunk_name\fP\fB, png_uint_32 \fIlength\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600491
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500492\fBvoid png_write_end (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600493
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500494\fBvoid png_write_flush (png_structp \fIpng_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600495
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500496\fBvoid png_write_image (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fIimage\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600497
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500498\fBvoid png_write_info (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600499
Glenn Randers-Pehrson5379b241999-11-27 10:22:33 -0600500\fBvoid png_write_info_before_PLTE (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fIinfo_ptr\fP\fB);\fP
501
Glenn Randers-Pehrson5e5c1e12000-11-10 12:26:19 -0600502\fBvoid png_write_png (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fItransforms\fP\fB, png_voidp \fIparams\fP\fB);\fP
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600503
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500504\fBvoid png_write_row (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fIrow\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600505
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500506\fBvoid png_write_rows (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fP\fIrow\fP\fB, png_uint_32 \fInum_rows\fP\fB);\fP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600507
Glenn Randers-Pehrson6bc53be2006-06-16 07:52:03 -0500508\fBvoid png_write_sig (png_structp \fIpng_ptr\fP\fB);\fP
509
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -0600510.SH DESCRIPTION
511The
512.I libpng
513library supports encoding, decoding, and various manipulations of
514the Portable Network Graphics (PNG) format image files. It uses the
515.IR zlib(3)
516compression library.
Glenn Randers-Pehrson557b2562010-10-17 12:55:04 -0500517Following is a copy of the libpng-manual.txt file that accompanies libpng.
Cosmin Truta84403262018-07-29 00:33:12 -0400518
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600519.SH LIBPNG.TXT
Glenn Randers-Pehrson557b2562010-10-17 12:55:04 -0500520libpng-manual.txt - A description on how to use and modify libpng
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600521
Cosmin Trutaa40189c2019-04-14 14:10:32 -0400522 Copyright (c) 2018-2019 Cosmin Truta
Cosmin Truta46aedd82018-07-15 23:58:00 -0400523 Copyright (c) 1998-2018 Glenn Randers-Pehrson
Glenn Randers-Pehrson037023b2009-06-24 10:27:36 -0500524
Glenn Randers-Pehrsonbfbf8652009-06-26 21:46:52 -0500525 This document is released under the libpng license.
Glenn Randers-Pehrsonc332bbc2009-06-25 13:43:50 -0500526 For conditions of distribution and use, see the disclaimer
Glenn Randers-Pehrson037023b2009-06-24 10:27:36 -0500527 and license in png.h
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600528
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -0500529 Based on:
530
Cosmin Trutaa40189c2019-04-14 14:10:32 -0400531 libpng version 1.6.36, December 2018, through 1.6.37 - April 2019
Cosmin Trutaeddf9022018-12-01 09:36:00 -0500532 Updated and distributed by Cosmin Truta
Cosmin Trutaa40189c2019-04-14 14:10:32 -0400533 Copyright (c) 2018-2019 Cosmin Truta
Cosmin Trutaeddf9022018-12-01 09:36:00 -0500534
Cosmin Trutaa40189c2019-04-14 14:10:32 -0400535 libpng versions 0.97, January 1998, through 1.6.35 - July 2018
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -0500536 Updated and distributed by Glenn Randers-Pehrson
Cosmin Truta84403262018-07-29 00:33:12 -0400537 Copyright (c) 1998-2018 Glenn Randers-Pehrson
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600538
Glenn Randers-Pehrson79b7e4e2014-06-07 14:45:01 -0500539 libpng 1.0 beta 6 - version 0.96 - May 28, 1997
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -0600540 Updated and distributed by Andreas Dilger
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600541 Copyright (c) 1996, 1997 Andreas Dilger
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600542
Glenn Randers-Pehrson79b7e4e2014-06-07 14:45:01 -0500543 libpng 1.0 beta 2 - version 0.88 - January 26, 1996
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600544 For conditions of distribution and use, see copyright
545 notice in png.h. Copyright (c) 1995, 1996 Guy Eric
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -0600546 Schalnat, Group 42, Inc.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600547
548 Updated/rewritten per request in the libpng FAQ
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600549 Copyright (c) 1995, 1996 Frank J. T. Wojcik
550 December 18, 1995 & January 20, 1996
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600551
Glenn Randers-Pehrson6e418422011-12-29 20:57:39 -0600552 TABLE OF CONTENTS
553
554 I. Introduction
555 II. Structures
556 III. Reading
557 IV. Writing
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -0600558 V. Simplified API
559 VI. Modifying/Customizing libpng
560 VII. MNG support
561 VIII. Changes to Libpng from version 0.88
562 IX. Changes to Libpng from version 1.0.x to 1.2.x
563 X. Changes to Libpng from version 1.0.x/1.2.x to 1.4.x
564 XI. Changes to Libpng from version 1.4.x to 1.5.x
565 XII. Changes to Libpng from version 1.5.x to 1.6.x
566 XIII. Detecting libpng
567 XIV. Source code repository
568 XV. Coding style
Glenn Randers-Pehrson6e418422011-12-29 20:57:39 -0600569
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600570.SH I. Introduction
571
572This file describes how to use and modify the PNG reference library
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -0500573(known as libpng) for your own use. In addition to this
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600574file, example.c is a good starting point for using the library, as
575it is heavily commented and should include everything most people
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -0600576will need. We assume that libpng is already installed; see the
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -0500577INSTALL file for instructions on how to configure and install libpng.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600578
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -0500579For examples of libpng usage, see the files "example.c", "pngtest.c",
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -0600580and the files in the "contrib" directory, all of which are included in
581the libpng distribution.
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -0500582
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600583Libpng was written as a companion to the PNG specification, as a way
584of reducing the amount of time and effort it takes to support the PNG
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500585file format in application programs.
586
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -0500587The PNG specification (second edition), November 2003, is available as
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -0600588a W3C Recommendation and as an ISO Standard (ISO/IEC 15948:2004 (E)) at
Cosmin Trutaeddf9022018-12-01 09:36:00 -0500589<https://www.w3.org/TR/2003/REC-PNG-20031110/>.
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -0500590The W3C and ISO documents have identical technical content.
591
592The PNG-1.2 specification is available at
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -0500593<https://png-mng.sourceforge.io/pub/png/spec/1.2/>.
Glenn Randers-Pehrson682f4ba2015-08-11 13:04:01 -0500594It is technically equivalent
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -0500595to the PNG specification (second edition) but has some additional material.
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500596
Cosmin Trutaeddf9022018-12-01 09:36:00 -0500597The PNG-1.0 specification is available as RFC 2083 at
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -0500598<https://png-mng.sourceforge.io/pub/png/spec/1.0/> and as a
Cosmin Trutaeddf9022018-12-01 09:36:00 -0500599W3C Recommendation at <https://www.w3.org/TR/REC-png-961001>.
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -0500600
601Some additional chunks are described in the special-purpose public chunks
Glenn Randers-Pehrsona4728582015-08-11 15:34:08 -0500602documents at <http://www.libpng.org/pub/png/spec/register/>
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -0500603
604Other information
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -0600605about PNG, and the latest version of libpng, can be found at the PNG home
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -0500606page, <http://www.libpng.org/pub/png/>.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600607
608Most users will not have to modify the library significantly; advanced
609users may want to modify it more. All attempts were made to make it as
610complete as possible, while keeping the code easy to understand.
611Currently, this library only supports C. Support for other languages
612is being considered.
613
614Libpng has been designed to handle multiple sessions at one time,
615to be easily modifiable, to be portable to the vast majority of
616machines (ANSI, K&R, 16-, 32-, and 64-bit) available, and to be easy
617to use. The ultimate goal of libpng is to promote the acceptance of
618the PNG file format in whatever way possible. While there is still
619work to be done (see the TODO file), libpng should cover the
620majority of the needs of its users.
621
622Libpng uses zlib for its compression and decompression of PNG files.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -0600623Further information about zlib, and the latest version of zlib, can
Viktor Szakats95f3c072017-05-27 13:54:30 +0000624be found at the zlib home page, <https://zlib.net/>.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600625The zlib compression utility is a general purpose utility that is
626useful for more than PNG files, and can be used without libpng.
627See the documentation delivered with zlib for more details.
628You can usually find the source files for the zlib utility wherever you
629find the libpng source files.
630
631Libpng is thread safe, provided the threads are using different
632instances of the structures. Each thread should have its own
633png_struct and png_info instances, and thus its own image.
634Libpng does not protect itself against two threads using the
Glenn Randers-Pehrson56f63962008-10-06 10:16:17 -0500635same instance of a structure.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600636
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600637.SH II. Structures
638
639There are two main structures that are important to libpng, png_struct
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500640and png_info. Both are internal structures that are no longer exposed
641in the libpng interface (as of libpng 1.5.0).
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600642
643The png_info structure is designed to provide information about the
644PNG file. At one time, the fields of png_info were intended to be
645directly accessible to the user. However, this tended to cause problems
646with applications using dynamically loaded libraries, and as a result
Glenn Randers-Pehrson75294572000-05-06 14:09:57 -0500647a set of interface functions for png_info (the png_get_*() and png_set_*()
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500648functions) was developed, and direct access to the png_info fields was
649deprecated..
Glenn Randers-Pehrson75294572000-05-06 14:09:57 -0500650
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500651The png_struct structure is the object used by the library to decode a
652single image. As of 1.5.0 this structure is also not exposed.
653
654Almost all libpng APIs require a pointer to a png_struct as the first argument.
655Many (in particular the png_set and png_get APIs) also require a pointer
656to png_info as the second argument. Some application visible macros
657defined in png.h designed for basic data access (reading and writing
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -0500658integers in the PNG format) don't take a png_info pointer, but it's almost
659always safe to assume that a (png_struct*) has to be passed to call an API
660function.
661
662You can have more than one png_info structure associated with an image,
663as illustrated in pngtest.c, one for information valid prior to the
664IDAT chunks and another (called "end_info" below) for things after them.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600665
666The png.h header file is an invaluable reference for programming with libpng.
667And while I'm on the topic, make sure you include the libpng header file:
668
669#include <png.h>
670
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -0500671and also (as of libpng-1.5.0) the zlib header file, if you need it:
672
673#include <zlib.h>
674
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500675.SS Types
676
677The png.h header file defines a number of integral types used by the
678APIs. Most of these are fairly obvious; for example types corresponding
679to integers of particular sizes and types for passing color values.
680
681One exception is how non-integral numbers are handled. For application
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -0600682convenience most APIs that take such numbers have C (double) arguments;
683however, internally PNG, and libpng, use 32 bit signed integers and encode
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500684the value by multiplying by 100,000. As of libpng 1.5.0 a convenience
685macro PNG_FP_1 is defined in png.h along with a type (png_fixed_point)
686which is simply (png_int_32).
687
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500688All APIs that take (double) arguments also have a matching API that
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500689takes the corresponding fixed point integer arguments. The fixed point
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500690API has the same name as the floating point one with "_fixed" appended.
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500691The actual range of values permitted in the APIs is frequently less than
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -0500692the full range of (png_fixed_point) (\-21474 to +21474). When APIs require
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500693a non-negative argument the type is recorded as png_uint_32 above. Consult
694the header file and the text below for more information.
695
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600696Special care must be take with sCAL chunk handling because the chunk itself
697uses non-integral values encoded as strings containing decimal floating point
698numbers. See the comments in the header file.
699
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500700.SS Configuration
701
702The main header file function declarations are frequently protected by C
703preprocessing directives of the form:
704
705 #ifdef PNG_feature_SUPPORTED
706 declare-function
707 #endif
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500708 ...
709 #ifdef PNG_feature_SUPPORTED
710 use-function
711 #endif
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -0500712
713The library can be built without support for these APIs, although a
714standard build will have all implemented APIs. Application programs
715should check the feature macros before using an API for maximum
716portability. From libpng 1.5.0 the feature macros set during the build
717of libpng are recorded in the header file "pnglibconf.h" and this file
718is always included by png.h.
719
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -0500720If you don't need to change the library configuration from the default, skip to
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600721the next section ("Reading").
722
723Notice that some of the makefiles in the 'scripts' directory and (in 1.5.0) all
724of the build project files in the 'projects' directory simply copy
725scripts/pnglibconf.h.prebuilt to pnglibconf.h. This means that these build
726systems do not permit easy auto-configuration of the library - they only
727support the default configuration.
728
729The easiest way to make minor changes to the libpng configuration when
730auto-configuration is supported is to add definitions to the command line
731using (typically) CPPFLAGS. For example:
732
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -0500733CPPFLAGS=\-DPNG_NO_FLOATING_ARITHMETIC
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600734
735will change the internal libpng math implementation for gamma correction and
736other arithmetic calculations to fixed point, avoiding the need for fast
737floating point support. The result can be seen in the generated pnglibconf.h -
738make sure it contains the changed feature macro setting.
739
740If you need to make more extensive configuration changes - more than one or two
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -0500741feature macro settings - you can either add \-DPNG_USER_CONFIG to the build
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600742command line and put a list of feature macro settings in pngusr.h or you can set
743DFA_XTRA (a makefile variable) to a file containing the same information in the
744form of 'option' settings.
745
746A. Changing pnglibconf.h
747
748A variety of methods exist to build libpng. Not all of these support
749reconfiguration of pnglibconf.h. To reconfigure pnglibconf.h it must either be
750rebuilt from scripts/pnglibconf.dfa using awk or it must be edited by hand.
751
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500752Hand editing is achieved by copying scripts/pnglibconf.h.prebuilt to
753pnglibconf.h and changing the lines defining the supported features, paying
754very close attention to the 'option' information in scripts/pnglibconf.dfa
755that describes those features and their requirements. This is easy to get
756wrong.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600757
758B. Configuration using DFA_XTRA
759
760Rebuilding from pnglibconf.dfa is easy if a functioning 'awk', or a later
761variant such as 'nawk' or 'gawk', is available. The configure build will
762automatically find an appropriate awk and build pnglibconf.h.
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500763The scripts/pnglibconf.mak file contains a set of make rules for doing the
764same thing if configure is not used, and many of the makefiles in the scripts
765directory use this approach.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600766
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500767When rebuilding simply write a new file containing changed options and set
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600768DFA_XTRA to the name of this file. This causes the build to append the new file
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500769to the end of scripts/pnglibconf.dfa. The pngusr.dfa file should contain lines
770of the following forms:
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600771
772everything = off
773
774This turns all optional features off. Include it at the start of pngusr.dfa to
775make it easier to build a minimal configuration. You will need to turn at least
776some features on afterward to enable either reading or writing code, or both.
777
778option feature on
779option feature off
780
781Enable or disable a single feature. This will automatically enable other
782features required by a feature that is turned on or disable other features that
783require a feature which is turned off. Conflicting settings will cause an error
784message to be emitted by awk.
785
786setting feature default value
787
788Changes the default value of setting 'feature' to 'value'. There are a small
789number of settings listed at the top of pnglibconf.h, they are documented in the
790source code. Most of these values have performance implications for the library
791but most of them have no visible effect on the API. Some can also be overridden
792from the API.
793
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -0500794This method of building a customized pnglibconf.h is illustrated in
795contrib/pngminim/*. See the "$(PNGCONF):" target in the makefile and
796pngusr.dfa in these directories.
797
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -0500798C. Configuration using PNG_USER_CONFIG
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600799
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -0500800If \-DPNG_USER_CONFIG is added to the CPPFLAGS when pnglibconf.h is built,
801the file pngusr.h will automatically be included before the options in
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -0500802scripts/pnglibconf.dfa are processed. Your pngusr.h file should contain only
803macro definitions turning features on or off or setting settings.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -0600804
805Apart from the global setting "everything = off" all the options listed above
806can be set using macros in pngusr.h:
807
808#define PNG_feature_SUPPORTED
809
810is equivalent to:
811
812option feature on
813
814#define PNG_NO_feature
815
816is equivalent to:
817
818option feature off
819
820#define PNG_feature value
821
822is equivalent to:
823
824setting feature default value
825
826Notice that in both cases, pngusr.dfa and pngusr.h, the contents of the
827pngusr file you supply override the contents of scripts/pnglibconf.dfa
828
829If confusing or incomprehensible behavior results it is possible to
830examine the intermediate file pnglibconf.dfn to find the full set of
831dependency information for each setting and option. Simply locate the
832feature in the file and read the C comments that precede it.
833
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -0500834This method is also illustrated in the contrib/pngminim/* makefiles and
835pngusr.h.
836
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600837.SH III. Reading
838
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600839We'll now walk you through the possible functions to call when reading
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600840in a PNG file sequentially, briefly explaining the syntax and purpose
841of each one. See example.c and png.h for more detail. While
842progressive reading is covered in the next section, you will still
843need some of the functions discussed in this section to read a PNG
844file.
845
846.SS Setup
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600847
848You will want to do the I/O initialization(*) before you get into libpng,
849so if it doesn't work, you don't have much to undo. Of course, you
850will also want to insure that you are, in fact, dealing with a PNG
851file. Libpng provides a simple check to see if a file is a PNG file.
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -0500852To use it, pass in the first 1 to 8 bytes of the file to the function
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -0500853png_sig_cmp(), and it will return 0 (false) if the bytes match the
854corresponding bytes of the PNG signature, or nonzero (true) otherwise.
855Of course, the more bytes you pass in, the greater the accuracy of the
856prediction.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600857
858If you are intending to keep the file pointer open for use in libpng,
859you must ensure you don't read more than 8 bytes from the beginning
Glenn Randers-Pehrson7f85da82015-03-05 20:50:56 -0600860of the file, and you also have to make a call to png_set_sig_bytes()
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600861with the number of bytes you read from the beginning. Libpng will
862then only check the bytes (if any) that your program didn't read.
863
864(*): If you are not using the standard I/O functions, you will need
865to replace them with custom functions. See the discussion under
866Customizing libpng.
867
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600868 FILE *fp = fopen(file_name, "rb");
869 if (!fp)
870 {
Cosmin Truta46aedd82018-07-15 23:58:00 -0400871 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600872 }
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600873
Glenn Randers-Pehrsonb6c9ac62015-02-07 08:56:08 -0600874 if (fread(header, 1, number, fp) != number)
875 {
Cosmin Truta46aedd82018-07-15 23:58:00 -0400876 return ERROR;
Glenn Randers-Pehrsonb6c9ac62015-02-07 08:56:08 -0600877 }
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600878
Glenn Randers-Pehrsonb6c9ac62015-02-07 08:56:08 -0600879 is_png = !png_sig_cmp(header, 0, number);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600880 if (!is_png)
881 {
Cosmin Truta46aedd82018-07-15 23:58:00 -0400882 return NOT_PNG;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600883 }
884
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600885Next, png_struct and png_info need to be allocated and initialized. In
886order to ensure that the size of these structures is correct even with a
887dynamically linked libpng, there are functions to initialize and
888allocate the structures. We also pass the library version, optional
889pointers to error handling functions, and a pointer to a data struct for
890use by the error functions, if necessary (the pointer and functions can
891be NULL if the default error handlers are to be used). See the section
892on Changes to Libpng below regarding the old initialization functions.
Glenn Randers-Pehrson104622b2000-05-29 08:58:03 -0500893The structure allocation functions quietly return NULL if they fail to
894create the structure, so your application should check for that.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600895
896 png_structp png_ptr = png_create_read_struct
Glenn Randers-Pehrson61ea3ea2014-11-06 06:39:56 -0600897 (PNG_LIBPNG_VER_STRING, (png_voidp)user_error_ptr,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600898 user_error_fn, user_warning_fn);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600899
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600900 if (!png_ptr)
Cosmin Truta46aedd82018-07-15 23:58:00 -0400901 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600902
903 png_infop info_ptr = png_create_info_struct(png_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600904
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600905 if (!info_ptr)
906 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600907 png_destroy_read_struct(&png_ptr,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600908 (png_infopp)NULL, (png_infopp)NULL);
Cosmin Truta46aedd82018-07-15 23:58:00 -0400909 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600910 }
911
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500912If you want to use your own memory allocation routines,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600913use a libpng that was built with PNG_USER_MEM_SUPPORTED defined, and use
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500914png_create_read_struct_2() instead of png_create_read_struct():
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600915
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500916 png_structp png_ptr = png_create_read_struct_2
Glenn Randers-Pehrson61ea3ea2014-11-06 06:39:56 -0600917 (PNG_LIBPNG_VER_STRING, (png_voidp)user_error_ptr,
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -0500918 user_error_fn, user_warning_fn, (png_voidp)
919 user_mem_ptr, user_malloc_fn, user_free_fn);
920
921The error handling routines passed to png_create_read_struct()
922and the memory alloc/free routines passed to png_create_struct_2()
923are only necessary if you are not using the libpng supplied error
924handling and memory alloc/free functions.
925
926When libpng encounters an error, it expects to longjmp back
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -0600927to your routine. Therefore, you will need to call setjmp and pass
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -0600928your png_jmpbuf(png_ptr). If you read the file from different
John Bowlere6dc85b2011-04-27 14:47:15 -0500929routines, you will need to update the longjmp buffer every time you enter
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -0600930a new routine that will call a png_*() function.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600931
932See your documentation of setjmp/longjmp for your compiler for more
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -0600933information on setjmp/longjmp. See the discussion on libpng error
934handling in the Customizing Libpng section below for more information
935on the libpng error handling. If an error occurs, and libpng longjmp's
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600936back to your setjmp, you will want to call png_destroy_read_struct() to
937free any memory.
938
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -0600939 if (setjmp(png_jmpbuf(png_ptr)))
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600940 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600941 png_destroy_read_struct(&png_ptr, &info_ptr,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600942 &end_info);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -0600943 fclose(fp);
Cosmin Truta46aedd82018-07-15 23:58:00 -0400944 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600945 }
946
Glenn Randers-Pehrson20786be2011-04-20 22:20:40 -0500947Pass (png_infopp)NULL instead of &end_info if you didn't create
948an end_info structure.
949
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600950If you would rather avoid the complexity of setjmp/longjmp issues,
Glenn Randers-Pehrson54ac9a92010-04-02 17:06:22 -0500951you can compile libpng with PNG_NO_SETJMP, in which case
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -0600952errors will result in a call to PNG_ABORT() which defaults to abort().
953
Glenn Randers-Pehrson54ac9a92010-04-02 17:06:22 -0500954You can #define PNG_ABORT() to a function that does something
955more useful than abort(), as long as your function does not
956return.
957
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -0600958Now you need to set up the input code. The default for libpng is to
959use the C function fread(). If you use this, you will need to pass a
960valid FILE * in the function png_init_io(). Be sure that the file is
961opened in binary mode. If you wish to handle reading data in another
962way, you need not call the png_init_io() function, but you must then
963implement the libpng I/O methods discussed in the Customizing Libpng
964section below.
965
966 png_init_io(png_ptr, fp);
967
968If you had previously opened the file and read any of the signature from
969the beginning in order to see if this was a PNG file, you need to let
970libpng know that there are some bytes missing from the start of the file.
971
972 png_set_sig_bytes(png_ptr, number);
973
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -0600974You can change the zlib compression buffer size to be used while
975reading compressed data with
976
977 png_set_compression_buffer_size(png_ptr, buffer_size);
978
979where the default size is 8192 bytes. Note that the buffer size
980is changed immediately and the buffer is reallocated immediately,
981instead of setting a flag to be acted upon later.
982
Glenn Randers-Pehrson9dd1cdf2011-01-06 21:42:36 -0600983If you want CRC errors to be handled in a different manner than
984the default, use
985
986 png_set_crc_action(png_ptr, crit_action, ancil_action);
987
988The values for png_set_crc_action() say how libpng is to handle CRC errors in
989ancillary and critical chunks, and whether to use the data contained
Glenn Randers-Pehrson04dab1e2016-09-26 10:32:24 -0500990therein. Starting with libpng-1.6.26, this also governs how an ADLER32 error
991is handled while reading the IDAT chunk. Note that it is impossible to
992"discard" data in a critical chunk.
Glenn Randers-Pehrson9dd1cdf2011-01-06 21:42:36 -0600993
994Choices for (int) crit_action are
995 PNG_CRC_DEFAULT 0 error/quit
996 PNG_CRC_ERROR_QUIT 1 error/quit
997 PNG_CRC_WARN_USE 3 warn/use data
998 PNG_CRC_QUIET_USE 4 quiet/use data
999 PNG_CRC_NO_CHANGE 5 use the current value
1000
1001Choices for (int) ancil_action are
1002 PNG_CRC_DEFAULT 0 error/quit
1003 PNG_CRC_ERROR_QUIT 1 error/quit
1004 PNG_CRC_WARN_DISCARD 2 warn/discard data
1005 PNG_CRC_WARN_USE 3 warn/use data
1006 PNG_CRC_QUIET_USE 4 quiet/use data
1007 PNG_CRC_NO_CHANGE 5 use the current value
1008
Glenn Randers-Pehrson04dab1e2016-09-26 10:32:24 -05001009When the setting for crit_action is PNG_CRC_QUIET_USE, the CRC and ADLER32
1010checksums are not only ignored, but they are not evaluated.
1011
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001012.SS Setting up callback code
1013
1014You can set up a callback function to handle any unknown chunks in the
1015input stream. You must supply the function
1016
Glenn Randers-Pehrson81ce8892011-01-24 08:04:37 -06001017 read_chunk_callback(png_structp png_ptr,
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001018 png_unknown_chunkp chunk);
1019 {
1020 /* The unknown chunk structure contains your
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001021 chunk data, along with similar data for any other
1022 unknown chunks: */
1023
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001024 png_byte name[5];
1025 png_byte *data;
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -04001026 size_t size;
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001027
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06001028 /* Note that libpng has already taken care of
1029 the CRC handling */
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001030
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001031 /* put your code here. Search for your chunk in the
1032 unknown chunk structure, process it, and return one
1033 of the following: */
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001034
Cosmin Truta46aedd82018-07-15 23:58:00 -04001035 return \-n; /* chunk had an error */
1036 return 0; /* did not recognize */
1037 return n; /* success */
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001038 }
1039
1040(You can give your function another name that you like instead of
1041"read_chunk_callback")
1042
1043To inform libpng about your function, use
1044
1045 png_set_read_user_chunk_fn(png_ptr, user_chunk_ptr,
1046 read_chunk_callback);
1047
1048This names not only the callback function, but also a user pointer that
1049you can retrieve with
1050
1051 png_get_user_chunk_ptr(png_ptr);
1052
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001053If you call the png_set_read_user_chunk_fn() function, then all unknown
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001054chunks which the callback does not handle will be saved when read. You can
1055cause them to be discarded by returning '1' ("handled") instead of '0'. This
1056behavior will change in libpng 1.7 and the default handling set by the
1057png_set_keep_unknown_chunks() function, described below, will be used when the
1058callback returns 0. If you want the existing behavior you should set the global
1059default to PNG_HANDLE_CHUNK_IF_SAFE now; this is compatible with all current
1060versions of libpng and with 1.7. Libpng 1.6 issues a warning if you keep the
1061default, or PNG_HANDLE_CHUNK_NEVER, and the callback returns 0.
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001062
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06001063At this point, you can set up a callback function that will be
1064called after each row has been read, which you can use to control
1065a progress meter or the like. It's demonstrated in pngtest.c.
1066You must supply a function
1067
Glenn Randers-Pehrson81ce8892011-01-24 08:04:37 -06001068 void read_row_callback(png_structp png_ptr,
1069 png_uint_32 row, int pass);
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06001070 {
1071 /* put your code here */
1072 }
1073
1074(You can give it another name that you like instead of "read_row_callback")
1075
1076To inform libpng about your function, use
1077
1078 png_set_read_status_fn(png_ptr, read_row_callback);
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001079
John Bowler59010e52011-02-16 06:16:31 -06001080When this function is called the row has already been completely processed and
1081the 'row' and 'pass' refer to the next row to be handled. For the
1082non-interlaced case the row that was just handled is simply one less than the
1083passed in row number, and pass will always be 0. For the interlaced case the
1084same applies unless the row value is 0, in which case the row just handled was
1085the last one from one of the preceding passes. Because interlacing may skip a
Glenn Randers-Pehrson4b4a9582016-06-23 10:58:24 -05001086pass you cannot be sure that the preceding pass is just 'pass\-1'; if you really
John Bowler59010e52011-02-16 06:16:31 -06001087need to know what the last pass is record (row,pass) from the callback and use
1088the last recorded value each time.
1089
1090As with the user transform you can find the output row using the
1091PNG_ROW_FROM_PASS_ROW macro.
1092
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001093.SS Unknown-chunk handling
1094
1095Now you get to set the way the library processes unknown chunks in the
1096input PNG stream. Both known and unknown chunks will be read. Normal
1097behavior is that known chunks will be parsed into information in
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001098various info_ptr members while unknown chunks will be discarded. This
1099behavior can be wasteful if your application will never use some known
1100chunk types. To change this, you can call:
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001101
Glenn Randers-Pehrson272489d2004-08-04 06:34:52 -05001102 png_set_keep_unknown_chunks(png_ptr, keep,
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001103 chunk_list, num_chunks);
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06001104
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001105 keep - 0: default unknown chunk handling
1106 1: ignore; do not keep
Glenn Randers-Pehrsond029a752004-08-09 21:50:32 -05001107 2: keep only if safe-to-copy
1108 3: keep even if unsafe-to-copy
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001109
Glenn Randers-Pehrsond029a752004-08-09 21:50:32 -05001110 You can use these definitions:
1111 PNG_HANDLE_CHUNK_AS_DEFAULT 0
1112 PNG_HANDLE_CHUNK_NEVER 1
1113 PNG_HANDLE_CHUNK_IF_SAFE 2
1114 PNG_HANDLE_CHUNK_ALWAYS 3
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001115
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001116 chunk_list - list of chunks affected (a byte string,
1117 five bytes per chunk, NULL or '\0' if
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06001118 num_chunks is positive; ignored if
1119 numchunks <= 0).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001120
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001121 num_chunks - number of chunks affected; if 0, all
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06001122 unknown chunks are affected. If positive,
1123 only the chunks in the list are affected,
1124 and if negative all unknown chunks and
1125 all known chunks except for the IHDR,
1126 PLTE, tRNS, IDAT, and IEND chunks are
1127 affected.
Glenn Randers-Pehrsondff799e2004-08-07 21:42:49 -05001128
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001129Unknown chunks declared in this way will be saved as raw data onto a
1130list of png_unknown_chunk structures. If a chunk that is normally
1131known to libpng is named in the list, it will be handled as unknown,
1132according to the "keep" directive. If a chunk is named in successive
1133instances of png_set_keep_unknown_chunks(), the final instance will
Glenn Randers-Pehrsond029a752004-08-09 21:50:32 -05001134take precedence. The IHDR and IEND chunks should not be named in
1135chunk_list; if they are, libpng will process them normally anyway.
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05001136If you know that your application will never make use of some particular
1137chunks, use PNG_HANDLE_CHUNK_NEVER (or 1) as demonstrated below.
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001138
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001139Here is an example of the usage of png_set_keep_unknown_chunks(),
1140where the private "vpAg" chunk will later be processed by a user chunk
1141callback function:
1142
1143 png_byte vpAg[5]={118, 112, 65, 103, (png_byte) '\0'};
1144
1145 #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED)
1146 png_byte unused_chunks[]=
1147 {
1148 104, 73, 83, 84, (png_byte) '\0', /* hIST */
1149 105, 84, 88, 116, (png_byte) '\0', /* iTXt */
1150 112, 67, 65, 76, (png_byte) '\0', /* pCAL */
1151 115, 67, 65, 76, (png_byte) '\0', /* sCAL */
1152 115, 80, 76, 84, (png_byte) '\0', /* sPLT */
1153 116, 73, 77, 69, (png_byte) '\0', /* tIME */
1154 };
1155 #endif
1156
1157 ...
1158
1159 #if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED)
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001160 /* ignore all unknown chunks
1161 * (use global setting "2" for libpng16 and earlier):
1162 */
1163 png_set_keep_unknown_chunks(read_ptr, 2, NULL, 0);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001164
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001165 /* except for vpAg: */
1166 png_set_keep_unknown_chunks(read_ptr, 2, vpAg, 1);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001167
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001168 /* also ignore unused known chunks: */
1169 png_set_keep_unknown_chunks(read_ptr, 1, unused_chunks,
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001170 (int)(sizeof unused_chunks)/5);
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001171 #endif
1172
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -05001173.SS User limits
1174
1175The PNG specification allows the width and height of an image to be as
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001176large as 2^(31\-1 (0x7fffffff), or about 2.147 billion rows and columns.
Glenn Randers-Pehrson8ba4b132015-08-16 22:49:58 -05001177For safety, libpng imposes a default limit of 1 million rows and columns.
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -05001178Larger images will be rejected immediately with a png_error() call. If
Glenn Randers-Pehrsond375ca52015-02-21 12:29:36 -06001179you wish to change these limits, you can use
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -05001180
1181 png_set_user_limits(png_ptr, width_max, height_max);
1182
Glenn Randers-Pehrsonf43b5e32014-12-20 19:10:52 -06001183to set your own limits (libpng may reject some very wide images
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -05001184anyway because of potential buffer overflow conditions).
1185
1186You should put this statement after you create the PNG structure and
1187before calling png_read_info(), png_read_png(), or png_process_data().
Glenn Randers-Pehrsoncc277082011-06-10 21:17:34 -05001188
1189When writing a PNG datastream, put this statement before calling
1190png_write_info() or png_write_png().
1191
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -05001192If you need to retrieve the limits that are being applied, use
1193
1194 width_max = png_get_user_width_max(png_ptr);
1195 height_max = png_get_user_height_max(png_ptr);
1196
1197The PNG specification sets no limit on the number of ancillary chunks
Glenn Randers-Pehrson8ba4b132015-08-16 22:49:58 -05001198allowed in a PNG datastream. By default, libpng imposes a limit of
1199a total of 1000 sPLT, tEXt, iTXt, zTXt, and unknown chunks to be stored.
1200If you have set up both info_ptr and end_info_ptr, the limit applies
1201separately to each. You can change the limit on the total number of such
1202chunks that will be stored, with
Glenn Randers-Pehrson800d1e92008-08-20 17:25:21 -05001203
1204 png_set_chunk_cache_max(png_ptr, user_chunk_cache_max);
1205
1206where 0x7fffffffL means unlimited. You can retrieve this limit with
1207
1208 chunk_cache_max = png_get_chunk_cache_max(png_ptr);
1209
Glenn Randers-Pehrson8ba4b132015-08-16 22:49:58 -05001210Libpng imposes a limit of 8 Megabytes (8,000,000 bytes) on the amount of
Glenn Randers-Pehrson6b53a5e2017-08-02 19:58:31 -05001211memory that any chunk other than IDAT can occupy, originally or when
1212decompressed (prior to libpng-1.6.32 the limit was only applied to compressed
1213chunks after decompression). You can change this limit with
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06001214
1215 png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
1216
1217and you can retrieve the limit with
1218
1219 chunk_malloc_max = png_get_chunk_malloc_max(png_ptr);
1220
1221Any chunks that would cause either of these limits to be exceeded will
1222be ignored.
1223
John Bowlercb0b2962011-05-12 21:48:29 -05001224.SS Information about your system
1225
1226If you intend to display the PNG or to incorporate it in other image data you
1227need to tell libpng information about your display or drawing surface so that
1228libpng can convert the values in the image to match the display.
1229
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001230From libpng-1.5.4 this information can be set before reading the PNG file
John Bowlercb0b2962011-05-12 21:48:29 -05001231header. In earlier versions png_set_gamma() existed but behaved incorrectly if
1232called before the PNG file header had been read and png_set_alpha_mode() did not
1233exist.
1234
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001235If you need to support versions prior to libpng-1.5.4 test the version number
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05001236as illustrated below using "PNG_LIBPNG_VER >= 10504" and follow the procedures
1237described in the appropriate manual page.
John Bowlercb0b2962011-05-12 21:48:29 -05001238
1239You give libpng the encoding expected by your system expressed as a 'gamma'
1240value. You can also specify a default encoding for the PNG file in
1241case the required information is missing from the file. By default libpng
1242assumes that the PNG data matches your system, to keep this default call:
1243
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001244 png_set_gamma(png_ptr, screen_gamma, output_gamma);
John Bowlercb0b2962011-05-12 21:48:29 -05001245
1246or you can use the fixed point equivalent:
1247
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06001248 png_set_gamma_fixed(png_ptr, PNG_FP_1*screen_gamma,
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001249 PNG_FP_1*output_gamma);
John Bowlercb0b2962011-05-12 21:48:29 -05001250
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001251If you don't know the gamma for your system it is probably 2.2 - a good
John Bowlercb0b2962011-05-12 21:48:29 -05001252approximation to the IEC standard for display systems (sRGB). If images are
1253too contrasty or washed out you got the value wrong - check your system
1254documentation!
1255
1256Many systems permit the system gamma to be changed via a lookup table in the
1257display driver, a few systems, including older Macs, change the response by
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001258default. As of 1.5.4 three special values are available to handle common
John Bowlercb0b2962011-05-12 21:48:29 -05001259situations:
1260
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06001261 PNG_DEFAULT_sRGB: Indicates that the system conforms to the
1262 IEC 61966-2-1 standard. This matches almost
1263 all systems.
1264 PNG_GAMMA_MAC_18: Indicates that the system is an older
1265 (pre Mac OS 10.6) Apple Macintosh system with
1266 the default settings.
1267 PNG_GAMMA_LINEAR: Just the fixed point value for 1.0 - indicates
1268 that the system expects data with no gamma
1269 encoding.
John Bowlercb0b2962011-05-12 21:48:29 -05001270
1271You would use the linear (unencoded) value if you need to process the pixel
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001272values further because this avoids the need to decode and re-encode each
John Bowlercb0b2962011-05-12 21:48:29 -05001273component value whenever arithmetic is performed. A lot of graphics software
1274uses linear values for this reason, often with higher precision component values
1275to preserve overall accuracy.
1276
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001277
1278The output_gamma value expresses how to decode the output values, not how
1279they are encoded. The values used correspond to the normal numbers used to
1280describe the overall gamma of a computer display system; for example 2.2 for
1281an sRGB conformant system. The values are scaled by 100000 in the _fixed
1282version of the API (so 220000 for sRGB.)
1283
1284The inverse of the value is always used to provide a default for the PNG file
1285encoding if it has no gAMA chunk and if png_set_gamma() has not been called
1286to override the PNG gamma information.
1287
1288When the ALPHA_OPTIMIZED mode is selected the output gamma is used to encode
1289opaque pixels however pixels with lower alpha values are not encoded,
1290regardless of the output gamma setting.
1291
1292When the standard Porter Duff handling is requested with mode 1 the output
1293encoding is set to be linear and the output_gamma value is only relevant
1294as a default for input data that has no gamma information. The linear output
1295encoding will be overridden if png_set_gamma() is called - the results may be
1296highly unexpected!
1297
1298The following numbers are derived from the sRGB standard and the research
1299behind it. sRGB is defined to be approximated by a PNG gAMA chunk value of
13000.45455 (1/2.2) for PNG. The value implicitly includes any viewing
1301correction required to take account of any differences in the color
1302environment of the original scene and the intended display environment; the
1303value expresses how to *decode* the image for display, not how the original
1304data was *encoded*.
1305
1306sRGB provides a peg for the PNG standard by defining a viewing environment.
1307sRGB itself, and earlier TV standards, actually use a more complex transform
1308(a linear portion then a gamma 2.4 power law) than PNG can express. (PNG is
1309limited to simple power laws.) By saying that an image for direct display on
1310an sRGB conformant system should be stored with a gAMA chunk value of 45455
1311(11.3.3.2 and 11.3.3.5 of the ISO PNG specification) the PNG specification
1312makes it possible to derive values for other display systems and
1313environments.
1314
1315The Mac value is deduced from the sRGB based on an assumption that the actual
1316extra viewing correction used in early Mac display systems was implemented as
1317a power 1.45 lookup table.
1318
1319Any system where a programmable lookup table is used or where the behavior of
1320the final display device characteristics can be changed requires system
1321specific code to obtain the current characteristic. However this can be
1322difficult and most PNG gamma correction only requires an approximate value.
1323
1324By default, if png_set_alpha_mode() is not called, libpng assumes that all
1325values are unencoded, linear, values and that the output device also has a
1326linear characteristic. This is only very rarely correct - it is invariably
1327better to call png_set_alpha_mode() with PNG_DEFAULT_sRGB than rely on the
1328default if you don't know what the right answer is!
1329
1330The special value PNG_GAMMA_MAC_18 indicates an older Mac system (pre Mac OS
133110.6) which used a correction table to implement a somewhat lower gamma on an
1332otherwise sRGB system.
1333
1334Both these values are reserved (not simple gamma values) in order to allow
1335more precise correction internally in the future.
1336
1337NOTE: the values can be passed to either the fixed or floating
1338point APIs, but the floating point API will also accept floating point
1339values.
1340
John Bowlercb0b2962011-05-12 21:48:29 -05001341The second thing you may need to tell libpng about is how your system handles
1342alpha channel information. Some, but not all, PNG files contain an alpha
1343channel. To display these files correctly you need to compose the data onto a
1344suitable background, as described in the PNG specification.
1345
1346Libpng only supports composing onto a single color (using png_set_background;
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001347see below). Otherwise you must do the composition yourself and, in this case,
John Bowlercb0b2962011-05-12 21:48:29 -05001348you may need to call png_set_alpha_mode:
1349
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06001350 #if PNG_LIBPNG_VER >= 10504
1351 png_set_alpha_mode(png_ptr, mode, screen_gamma);
1352 #else
1353 png_set_gamma(png_ptr, screen_gamma, 1.0/screen_gamma);
1354 #endif
John Bowlercb0b2962011-05-12 21:48:29 -05001355
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001356The screen_gamma value is the same as the argument to png_set_gamma; however,
1357how it affects the output depends on the mode. png_set_alpha_mode() sets the
1358file gamma default to 1/screen_gamma, so normally you don't need to call
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001359png_set_gamma. If you need different defaults call png_set_gamma() before
1360png_set_alpha_mode() - if you call it after it will override the settings made
1361by png_set_alpha_mode().
John Bowlercb0b2962011-05-12 21:48:29 -05001362
1363The mode is as follows:
1364
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001365 PNG_ALPHA_PNG: The data is encoded according to the PNG
1366specification. Red, green and blue, or gray, components are
1367gamma encoded color values and are not premultiplied by the
1368alpha value. The alpha value is a linear measure of the
1369contribution of the pixel to the corresponding final output pixel.
John Bowlercb0b2962011-05-12 21:48:29 -05001370
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001371You should normally use this format if you intend to perform
1372color correction on the color values; most, maybe all, color
1373correction software has no handling for the alpha channel and,
1374anyway, the math to handle pre-multiplied component values is
1375unnecessarily complex.
John Bowlercb0b2962011-05-12 21:48:29 -05001376
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001377Before you do any arithmetic on the component values you need
1378to remove the gamma encoding and multiply out the alpha
1379channel. See the PNG specification for more detail. It is
1380important to note that when an image with an alpha channel is
1381scaled, linear encoded, pre-multiplied component values must
1382be used!
John Bowlercb0b2962011-05-12 21:48:29 -05001383
1384The remaining modes assume you don't need to do any further color correction or
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001385that if you do, your color correction software knows all about alpha (it
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001386probably doesn't!). They 'associate' the alpha with the color information by
1387storing color channel values that have been scaled by the alpha. The
1388advantage is that the color channels can be resampled (the image can be
1389scaled) in this form. The disadvantage is that normal practice is to store
1390linear, not (gamma) encoded, values and this requires 16-bit channels for
1391still images rather than the 8-bit channels that are just about sufficient if
1392gamma encoding is used. In addition all non-transparent pixel values,
1393including completely opaque ones, must be gamma encoded to produce the final
1394image. These are the 'STANDARD', 'ASSOCIATED' or 'PREMULTIPLIED' modes
1395described below (the latter being the two common names for associated alpha
1396color channels). Note that PNG files always contain non-associated color
1397channels; png_set_alpha_mode() with one of the modes causes the decoder to
1398convert the pixels to an associated form before returning them to your
1399application.
John Bowlercb0b2962011-05-12 21:48:29 -05001400
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001401Since it is not necessary to perform arithmetic on opaque color values so
1402long as they are not to be resampled and are in the final color space it is
1403possible to optimize the handling of alpha by storing the opaque pixels in
1404the PNG format (adjusted for the output color space) while storing partially
1405opaque pixels in the standard, linear, format. The accuracy required for
1406standard alpha composition is relatively low, because the pixels are
1407isolated, therefore typically the accuracy loss in storing 8-bit linear
1408values is acceptable. (This is not true if the alpha channel is used to
1409simulate transparency over large areas - use 16 bits or the PNG mode in
1410this case!) This is the 'OPTIMIZED' mode. For this mode a pixel is
1411treated as opaque only if the alpha value is equal to the maximum value.
1412
1413 PNG_ALPHA_STANDARD: The data libpng produces is encoded in the
1414standard way assumed by most correctly written graphics software.
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001415The gamma encoding will be removed by libpng and the
1416linear component values will be pre-multiplied by the
1417alpha channel.
John Bowlercb0b2962011-05-12 21:48:29 -05001418
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001419With this format the final image must be re-encoded to
1420match the display gamma before the image is displayed.
1421If your system doesn't do that, yet still seems to
1422perform arithmetic on the pixels without decoding them,
1423it is broken - check out the modes below.
John Bowlercb0b2962011-05-12 21:48:29 -05001424
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001425With PNG_ALPHA_STANDARD libpng always produces linear
1426component values, whatever screen_gamma you supply. The
1427screen_gamma value is, however, used as a default for
1428the file gamma if the PNG file has no gamma information.
John Bowlercb0b2962011-05-12 21:48:29 -05001429
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001430If you call png_set_gamma() after png_set_alpha_mode() you
1431will override the linear encoding. Instead the
1432pre-multiplied pixel values will be gamma encoded but
1433the alpha channel will still be linear. This may
1434actually match the requirements of some broken software,
1435but it is unlikely.
John Bowlercb0b2962011-05-12 21:48:29 -05001436
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001437While linear 8-bit data is often used it has
1438insufficient precision for any image with a reasonable
1439dynamic range. To avoid problems, and if your software
1440supports it, use png_set_expand_16() to force all
1441components to 16 bits.
John Bowlercb0b2962011-05-12 21:48:29 -05001442
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001443 PNG_ALPHA_OPTIMIZED: This mode is the same as PNG_ALPHA_STANDARD
1444except that completely opaque pixels are gamma encoded according to
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001445the screen_gamma value. Pixels with alpha less than 1.0
1446will still have linear components.
John Bowlercb0b2962011-05-12 21:48:29 -05001447
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001448Use this format if you have control over your
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06001449compositing software and so don't do other arithmetic
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001450(such as scaling) on the data you get from libpng. Your
1451compositing software can simply copy opaque pixels to
1452the output but still has linear values for the
1453non-opaque pixels.
John Bowlercb0b2962011-05-12 21:48:29 -05001454
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001455In normal compositing, where the alpha channel encodes
1456partial pixel coverage (as opposed to broad area
1457translucency), the inaccuracies of the 8-bit
1458representation of non-opaque pixels are irrelevant.
John Bowlercb0b2962011-05-12 21:48:29 -05001459
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001460You can also try this format if your software is broken;
1461it might look better.
John Bowlercb0b2962011-05-12 21:48:29 -05001462
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001463 PNG_ALPHA_BROKEN: This is PNG_ALPHA_STANDARD; however, all component
1464values, including the alpha channel are gamma encoded. This is
1465broken because, in practice, no implementation that uses this choice
1466correctly undoes the encoding before handling alpha composition. Use this
1467choice only if other serious errors in the software or hardware you use
1468mandate it. In most cases of broken software or hardware the bug in the
1469final display manifests as a subtle halo around composited parts of the
1470image. You may not even perceive this as a halo; the composited part of
1471the image may simply appear separate from the background, as though it had
1472been cut out of paper and pasted on afterward.
John Bowlercb0b2962011-05-12 21:48:29 -05001473
1474If you don't have to deal with bugs in software or hardware, or if you can fix
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001475them, there are three recommended ways of using png_set_alpha_mode():
John Bowlercb0b2962011-05-12 21:48:29 -05001476
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001477 png_set_alpha_mode(png_ptr, PNG_ALPHA_PNG,
1478 screen_gamma);
John Bowlercb0b2962011-05-12 21:48:29 -05001479
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001480You can do color correction on the result (libpng does not currently
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001481support color correction internally). When you handle the alpha channel
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001482you need to undo the gamma encoding and multiply out the alpha.
1483
1484 png_set_alpha_mode(png_ptr, PNG_ALPHA_STANDARD,
1485 screen_gamma);
John Bowlercb0b2962011-05-12 21:48:29 -05001486 png_set_expand_16(png_ptr);
John Bowlercb0b2962011-05-12 21:48:29 -05001487
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001488If you are using the high level interface, don't call png_set_expand_16();
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001489instead pass PNG_TRANSFORM_EXPAND_16 to the interface.
John Bowlercb0b2962011-05-12 21:48:29 -05001490
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001491With this mode you can't do color correction, but you can do arithmetic,
1492including composition and scaling, on the data without further processing.
1493
1494 png_set_alpha_mode(png_ptr, PNG_ALPHA_OPTIMIZED,
1495 screen_gamma);
1496
1497You can avoid the expansion to 16-bit components with this mode, but you
1498lose the ability to scale the image or perform other linear arithmetic.
1499All you can do is compose the result onto a matching output. Since this
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001500mode is libpng-specific you also need to write your own composition
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001501software.
John Bowlercb0b2962011-05-12 21:48:29 -05001502
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001503The following are examples of calls to png_set_alpha_mode to achieve the
1504required overall gamma correction and, where necessary, alpha
1505premultiplication.
1506
1507 png_set_alpha_mode(pp, PNG_ALPHA_PNG, PNG_DEFAULT_sRGB);
1508
Glenn Randers-Pehrsone4c83122017-09-23 21:23:59 -05001509Choices for the alpha_mode are
1510
1511 PNG_ALPHA_PNG 0 /* according to the PNG standard */
1512 PNG_ALPHA_STANDARD 1 /* according to Porter/Duff */
1513 PNG_ALPHA_ASSOCIATED 1 /* as above; this is the normal practice */
1514 PNG_ALPHA_PREMULTIPLIED 1 /* as above */
1515 PNG_ALPHA_OPTIMIZED 2 /* 'PNG' for opaque pixels, else 'STANDARD' */
1516 PNG_ALPHA_BROKEN 3 /* the alpha channel is gamma encoded */
1517
1518PNG_ALPHA_PNG is the default libpng handling of the alpha channel. It is not
1519pre-multiplied into the color components. In addition the call states
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001520that the output is for a sRGB system and causes all PNG files without gAMA
1521chunks to be assumed to be encoded using sRGB.
1522
1523 png_set_alpha_mode(pp, PNG_ALPHA_PNG, PNG_GAMMA_MAC);
1524
1525In this case the output is assumed to be something like an sRGB conformant
Unknownf23b41d2017-11-03 00:52:06 -04001526display preceded by a power-law lookup table of power 1.45. This is how
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001527early Mac systems behaved.
1528
1529 png_set_alpha_mode(pp, PNG_ALPHA_STANDARD, PNG_GAMMA_LINEAR);
1530
1531This is the classic Jim Blinn approach and will work in academic
1532environments where everything is done by the book. It has the shortcoming
1533of assuming that input PNG data with no gamma information is linear - this
Glenn Randers-Pehrsone4c83122017-09-23 21:23:59 -05001534is unlikely to be correct unless the PNG files were generated locally.
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001535Most of the time the output precision will be so low as to show
1536significant banding in dark areas of the image.
1537
1538 png_set_expand_16(pp);
1539 png_set_alpha_mode(pp, PNG_ALPHA_STANDARD, PNG_DEFAULT_sRGB);
1540
1541This is a somewhat more realistic Jim Blinn inspired approach. PNG files
1542are assumed to have the sRGB encoding if not marked with a gamma value and
1543the output is always 16 bits per component. This permits accurate scaling
1544and processing of the data. If you know that your input PNG files were
1545generated locally you might need to replace PNG_DEFAULT_sRGB with the
1546correct value for your system.
1547
1548 png_set_alpha_mode(pp, PNG_ALPHA_OPTIMIZED, PNG_DEFAULT_sRGB);
1549
1550If you just need to composite the PNG image onto an existing background
1551and if you control the code that does this you can use the optimization
1552setting. In this case you just copy completely opaque pixels to the
1553output. For pixels that are not completely transparent (you just skip
1554those) you do the composition math using png_composite or png_composite_16
1555below then encode the resultant 8-bit or 16-bit values to match the output
1556encoding.
1557
1558 Other cases
1559
1560If neither the PNG nor the standard linear encoding work for you because
1561of the software or hardware you use then you have a big problem. The PNG
1562case will probably result in halos around the image. The linear encoding
1563will probably result in a washed out, too bright, image (it's actually too
1564contrasty.) Try the ALPHA_OPTIMIZED mode above - this will probably
1565substantially reduce the halos. Alternatively try:
1566
1567 png_set_alpha_mode(pp, PNG_ALPHA_BROKEN, PNG_DEFAULT_sRGB);
1568
1569This option will also reduce the halos, but there will be slight dark
1570halos round the opaque parts of the image where the background is light.
1571In the OPTIMIZED mode the halos will be light halos where the background
1572is dark. Take your pick - the halos are unavoidable unless you can get
1573your hardware/software fixed! (The OPTIMIZED approach is slightly
1574faster.)
1575
1576When the default gamma of PNG files doesn't match the output gamma.
1577If you have PNG files with no gamma information png_set_alpha_mode allows
Unknownf23b41d2017-11-03 00:52:06 -04001578you to provide a default gamma, but it also sets the output gamma to the
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001579matching value. If you know your PNG files have a gamma that doesn't
1580match the output you can take advantage of the fact that
1581png_set_alpha_mode always sets the output gamma but only sets the PNG
1582default if it is not already set:
1583
1584 png_set_alpha_mode(pp, PNG_ALPHA_PNG, PNG_DEFAULT_sRGB);
1585 png_set_alpha_mode(pp, PNG_ALPHA_PNG, PNG_GAMMA_MAC);
1586
1587The first call sets both the default and the output gamma values, the
1588second call overrides the output gamma without changing the default. This
1589is easier than achieving the same effect with png_set_gamma. You must use
1590PNG_ALPHA_PNG for the first call - internal checking in png_set_alpha will
1591fire if more than one call to png_set_alpha_mode and png_set_background is
1592made in the same read operation, however multiple calls with PNG_ALPHA_PNG
1593are ignored.
1594
John Bowlercb0b2962011-05-12 21:48:29 -05001595If you don't need, or can't handle, the alpha channel you can call
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001596png_set_background() to remove it by compositing against a fixed color. Don't
1597call png_set_strip_alpha() to do this - it will leave spurious pixel values in
John Bowlercb0b2962011-05-12 21:48:29 -05001598transparent parts of this image.
1599
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05001600 png_set_background(png_ptr, &background_color,
1601 PNG_BACKGROUND_GAMMA_SCREEN, 0, 1);
John Bowlercb0b2962011-05-12 21:48:29 -05001602
1603The background_color is an RGB or grayscale value according to the data format
1604libpng will produce for you. Because you don't yet know the format of the PNG
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05001605file, if you call png_set_background at this point you must arrange for the
John Bowlercb0b2962011-05-12 21:48:29 -05001606format produced by libpng to always have 8-bit or 16-bit components and then
1607store the color as an 8-bit or 16-bit color as appropriate. The color contains
1608separate gray and RGB component values, so you can let libpng produce gray or
1609RGB output according to the input format, but low bit depth grayscale images
Glenn Randers-Pehrsonab389792011-07-09 19:35:22 -05001610must always be converted to at least 8-bit format. (Even though low bit depth
John Bowlercb0b2962011-05-12 21:48:29 -05001611grayscale images can't have an alpha channel they can have a transparent
1612color!)
1613
1614You set the transforms you need later, either as flags to the high level
1615interface or libpng API calls for the low level interface. For reference the
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001616settings and API calls required are:
John Bowlercb0b2962011-05-12 21:48:29 -05001617
16188-bit values:
Glenn Randers-Pehrsonfb29e512011-06-17 20:38:24 -05001619 PNG_TRANSFORM_SCALE_16 | PNG_EXPAND
1620 png_set_expand(png_ptr); png_set_scale_16(png_ptr);
John Bowlercb0b2962011-05-12 21:48:29 -05001621
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001622 If you must get exactly the same inaccurate results
1623 produced by default in versions prior to libpng-1.5.4,
Glenn Randers-Pehrsonfb29e512011-06-17 20:38:24 -05001624 use PNG_TRANSFORM_STRIP_16 and png_set_strip_16(png_ptr)
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001625 instead.
1626
John Bowlercb0b2962011-05-12 21:48:29 -0500162716-bit values:
1628 PNG_TRANSFORM_EXPAND_16
1629 png_set_expand_16(png_ptr);
1630
1631In either case palette image data will be expanded to RGB. If you just want
1632color data you can add PNG_TRANSFORM_GRAY_TO_RGB or png_set_gray_to_rgb(png_ptr)
1633to the list.
1634
1635Calling png_set_background before the PNG file header is read will not work
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001636prior to libpng-1.5.4. Because the failure may result in unexpected warnings or
John Bowlercb0b2962011-05-12 21:48:29 -05001637errors it is therefore much safer to call png_set_background after the head has
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05001638been read. Unfortunately this means that prior to libpng-1.5.4 it cannot be
John Bowlercb0b2962011-05-12 21:48:29 -05001639used with the high level interface.
1640
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001641.SS The high-level read interface
1642
1643At this point there are two ways to proceed; through the high-level
1644read interface, or through a sequence of low-level read operations.
1645You can use the high-level interface if (a) you are willing to read
1646the entire image into memory, and (b) the input transformations
1647you want to do are limited to the following set:
1648
1649 PNG_TRANSFORM_IDENTITY No transformation
Glenn Randers-Pehrsonfb29e512011-06-17 20:38:24 -05001650 PNG_TRANSFORM_SCALE_16 Strip 16-bit samples to
1651 8-bit accurately
1652 PNG_TRANSFORM_STRIP_16 Chop 16-bit samples to
1653 8-bit less accurately
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001654 PNG_TRANSFORM_STRIP_ALPHA Discard the alpha channel
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06001655 PNG_TRANSFORM_PACKING Expand 1, 2 and 4-bit
1656 samples to bytes
1657 PNG_TRANSFORM_PACKSWAP Change order of packed
1658 pixels to LSB first
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001659 PNG_TRANSFORM_EXPAND Perform set_expand()
1660 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06001661 PNG_TRANSFORM_SHIFT Normalize pixels to the
1662 sBIT depth
1663 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
1664 to BGRA
1665 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
1666 to AG
1667 PNG_TRANSFORM_INVERT_ALPHA Change alpha from opacity
1668 to transparency
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001669 PNG_TRANSFORM_SWAP_ENDIAN Byte-swap 16-bit samples
Glenn Randers-Pehrson99708d52009-06-29 17:30:00 -05001670 PNG_TRANSFORM_GRAY_TO_RGB Expand grayscale samples
1671 to RGB (or GA to RGBA)
John Bowlera9b34192011-05-08 19:46:51 -05001672 PNG_TRANSFORM_EXPAND_16 Expand samples to 16 bits
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001673
1674(This excludes setting a background color, doing gamma transformation,
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05001675quantizing, and setting filler.) If this is the case, simply do this:
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001676
1677 png_read_png(png_ptr, info_ptr, png_transforms, NULL)
1678
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06001679where png_transforms is an integer containing the bitwise OR of some
1680set of transformation flags. This call is equivalent to png_read_info(),
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001681followed the set of transformations indicated by the transform mask,
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05001682then png_read_image(), and finally png_read_end().
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001683
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05001684(The final parameter of this call is not yet used. Someday it might point
1685to transformation parameters required by some future input transform.)
1686
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -05001687You must use png_transforms and not call any png_set_transform() functions
1688when you use png_read_png().
1689
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05001690After you have called png_read_png(), you can retrieve the image data
1691with
1692
1693 row_pointers = png_get_rows(png_ptr, info_ptr);
1694
1695where row_pointers is an array of pointers to the pixel data for each row:
1696
1697 png_bytep row_pointers[height];
1698
1699If you know your image size and pixel size ahead of time, you can allocate
1700row_pointers prior to calling png_read_png() with
1701
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001702 if (height > PNG_UINT_32_MAX/(sizeof (png_byte)))
Glenn Randers-Pehrson5fea36f2004-07-28 08:20:44 -05001703 png_error (png_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001704 "Image is too tall to process in memory");
1705
Glenn Randers-Pehrson5fea36f2004-07-28 08:20:44 -05001706 if (width > PNG_UINT_32_MAX/pixel_size)
1707 png_error (png_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001708 "Image is too wide to process in memory");
1709
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06001710 row_pointers = png_malloc(png_ptr,
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001711 height*(sizeof (png_bytep)));
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001712
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05001713 for (int i=0; i<height, i++)
1714 row_pointers[i]=NULL; /* security precaution */
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001715
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05001716 for (int i=0; i<height, i++)
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06001717 row_pointers[i]=png_malloc(png_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001718 width*pixel_size);
1719
Glenn Randers-Pehrsond56aca72000-11-23 11:51:42 -06001720 png_set_rows(png_ptr, info_ptr, &row_pointers);
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05001721
1722Alternatively you could allocate your image in one big block and define
Glenn Randers-Pehrson53f22ae2017-04-22 15:21:58 -05001723row_pointers[i] to point into the proper places in your block, but first
1724be sure that your platform is able to allocate such a large buffer:
1725
1726 /* Guard against integer overflow */
1727 if (height > PNG_SIZE_MAX/(width*pixel_size)) {
1728 png_error(png_ptr,"image_data buffer would be too large");
1729 }
1730
1731 png_bytep buffer=png_malloc(png_ptr,height*width*pixel_size);
1732
1733 for (int i=0; i<height, i++)
1734 row_pointers[i]=buffer+i*width*pixel_size;
1735
1736 png_set_rows(png_ptr, info_ptr, &row_pointers);
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05001737
1738If you use png_set_rows(), the application is responsible for freeing
1739row_pointers (and row_pointers[i], if they were separately allocated).
1740
1741If you don't allocate row_pointers ahead of time, png_read_png() will
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001742do it, and it'll be free'ed by libpng when you call png_destroy_*().
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001743
1744.SS The low-level read interface
1745
1746If you are going the low-level route, you are now ready to read all
1747the file information up to the actual image data. You do this with a
1748call to png_read_info().
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001749
1750 png_read_info(png_ptr, info_ptr);
1751
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001752This will process all chunks up to but not including the image data.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06001753
John Bowlercb0b2962011-05-12 21:48:29 -05001754This also copies some of the data from the PNG file into the decode structure
1755for use in later transformations. Important information copied in is:
1756
17571) The PNG file gamma from the gAMA chunk. This overwrites the default value
1758provided by an earlier call to png_set_gamma or png_set_alpha_mode.
1759
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -050017602) Prior to libpng-1.5.4 the background color from a bKGd chunk. This
John Bowlercb0b2962011-05-12 21:48:29 -05001761damages the information provided by an earlier call to png_set_background
Glenn Randers-Pehrsonab389792011-07-09 19:35:22 -05001762resulting in unexpected behavior. Libpng-1.5.4 no longer does this.
John Bowlercb0b2962011-05-12 21:48:29 -05001763
17643) The number of significant bits in each component value. Libpng uses this to
1765optimize gamma handling by reducing the internal lookup table sizes.
1766
17674) The transparent color information from a tRNS chunk. This can be modified by
1768a later call to png_set_tRNS.
1769
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06001770.SS Querying the info structure
1771
1772Functions are used to get the information from the info_ptr once it
1773has been read. Note that these fields may not be completely filled
1774in until png_read_end() has read the chunk data following the image.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001775
1776 png_get_IHDR(png_ptr, info_ptr, &width, &height,
1777 &bit_depth, &color_type, &interlace_type,
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06001778 &compression_type, &filter_method);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001779
1780 width - holds the width of the image
1781 in pixels (up to 2^31).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001782
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001783 height - holds the height of the image
1784 in pixels (up to 2^31).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001785
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001786 bit_depth - holds the bit depth of one of the
1787 image channels. (valid values are
1788 1, 2, 4, 8, 16 and depend also on
1789 the color_type. See also
1790 significant bits (sBIT) below).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001791
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001792 color_type - describes which color/alpha channels
1793 are present.
1794 PNG_COLOR_TYPE_GRAY
1795 (bit depths 1, 2, 4, 8, 16)
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06001796 PNG_COLOR_TYPE_GRAY_ALPHA
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001797 (bit depths 8, 16)
1798 PNG_COLOR_TYPE_PALETTE
1799 (bit depths 1, 2, 4, 8)
1800 PNG_COLOR_TYPE_RGB
1801 (bit_depths 8, 16)
1802 PNG_COLOR_TYPE_RGB_ALPHA
1803 (bit_depths 8, 16)
1804
1805 PNG_COLOR_MASK_PALETTE
1806 PNG_COLOR_MASK_COLOR
1807 PNG_COLOR_MASK_ALPHA
1808
Glenn Randers-Pehrson2cb633b2011-01-21 08:31:29 -06001809 interlace_type - (PNG_INTERLACE_NONE or
1810 PNG_INTERLACE_ADAM7)
1811
1812 compression_type - (must be PNG_COMPRESSION_TYPE_BASE
1813 for PNG 1.0)
1814
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06001815 filter_method - (must be PNG_FILTER_TYPE_BASE
1816 for PNG 1.0, and can also be
1817 PNG_INTRAPIXEL_DIFFERENCING if
1818 the PNG datastream is embedded in
1819 a MNG-1.0 datastream)
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001820
Glenn Randers-Pehrson60a75062015-02-18 12:24:46 -06001821 Any of width, height, color_type, bit_depth,
1822 interlace_type, compression_type, or filter_method can
1823 be NULL if you are not interested in their values.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001824
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001825 Note that png_get_IHDR() returns 32-bit data into
1826 the application's width and height variables.
Glenn Randers-Pehrson60a75062015-02-18 12:24:46 -06001827 This is an unsafe situation if these are not png_uint_32
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001828 variables. In such situations, the
1829 png_get_image_width() and png_get_image_height()
1830 functions described below are safer.
1831
1832 width = png_get_image_width(png_ptr,
1833 info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001834
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001835 height = png_get_image_height(png_ptr,
1836 info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001837
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001838 bit_depth = png_get_bit_depth(png_ptr,
1839 info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001840
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001841 color_type = png_get_color_type(png_ptr,
1842 info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001843
Glenn Randers-Pehrson2cb633b2011-01-21 08:31:29 -06001844 interlace_type = png_get_interlace_type(png_ptr,
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001845 info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001846
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001847 compression_type = png_get_compression_type(png_ptr,
1848 info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001849
Glenn Randers-Pehrson2cb633b2011-01-21 08:31:29 -06001850 filter_method = png_get_filter_type(png_ptr,
Glenn Randers-Pehrson0bfb58f2009-09-30 23:07:22 -05001851 info_ptr);
1852
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001853 channels = png_get_channels(png_ptr, info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001854
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001855 channels - number of channels of info for the
1856 color type (valid values are 1 (GRAY,
1857 PALETTE), 2 (GRAY_ALPHA), 3 (RGB),
1858 4 (RGB_ALPHA or RGB + filler byte))
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001859
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001860 rowbytes = png_get_rowbytes(png_ptr, info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001861
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001862 rowbytes - number of bytes needed to hold a row
Glenn Randers-Pehrsonb5c16f82017-07-03 11:11:44 -05001863 This value, the bit_depth, color_type,
1864 and the number of channels can change
1865 if you use transforms such as
1866 png_set_expand(). See
1867 png_read_update_info(), below.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001868
1869 signature = png_get_signature(png_ptr, info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001870
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001871 signature - holds the signature read from the
1872 file (if any). The data is kept in
1873 the same offset it would be if the
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06001874 whole signature were read (i.e. if an
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001875 application had already read in 4
1876 bytes of signature before starting
1877 libpng, the remaining 4 bytes would
1878 be in signature[4] through signature[7]
1879 (see png_set_sig_bytes())).
1880
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001881These are also important, but their validity depends on whether the chunk
1882has been read. The png_get_valid(png_ptr, info_ptr, PNG_INFO_<chunk>) and
1883png_get_<chunk>(png_ptr, info_ptr, ...) functions return non-zero if the
1884data has been read, or zero if it is missing. The parameters to the
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06001885png_get_<chunk> are set directly if they are simple data types, or a
1886pointer into the info_ptr is returned for any complex types.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001887
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06001888The colorspace data from gAMA, cHRM, sRGB, iCCP, and sBIT chunks
1889is simply returned to give the application information about how the
1890image was encoded. Libpng itself only does transformations using the file
1891gamma when combining semitransparent pixels with the background color, and,
1892since libpng-1.6.0, when converting between 8-bit sRGB and 16-bit linear pixels
1893within the simplified API. Libpng also uses the file gamma when converting
1894RGB to gray, beginning with libpng-1.0.5, if the application calls
1895png_set_rgb_to_gray()).
1896
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001897 png_get_PLTE(png_ptr, info_ptr, &palette,
1898 &num_palette);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001899
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001900 palette - the palette for the file
1901 (array of png_color)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001902
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001903 num_palette - number of entries in the palette
1904
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -06001905 png_get_gAMA(png_ptr, info_ptr, &file_gamma);
Glenn Randers-Pehrson27742382011-01-27 09:37:34 -06001906 png_get_gAMA_fixed(png_ptr, info_ptr, &int_file_gamma);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001907
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -06001908 file_gamma - the gamma at which the file is
1909 written (PNG_INFO_gAMA)
1910
1911 int_file_gamma - 100,000 times the gamma at which the
1912 file is written
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001913
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06001914 png_get_cHRM(png_ptr, info_ptr, &white_x, &white_y, &red_x,
1915 &red_y, &green_x, &green_y, &blue_x, &blue_y)
1916 png_get_cHRM_XYZ(png_ptr, info_ptr, &red_X, &red_Y, &red_Z,
1917 &green_X, &green_Y, &green_Z, &blue_X, &blue_Y,
1918 &blue_Z)
1919 png_get_cHRM_fixed(png_ptr, info_ptr, &int_white_x,
1920 &int_white_y, &int_red_x, &int_red_y,
1921 &int_green_x, &int_green_y, &int_blue_x,
1922 &int_blue_y)
John Bowlerbbd17bd2011-08-25 17:48:18 -05001923 png_get_cHRM_XYZ_fixed(png_ptr, info_ptr, &int_red_X, &int_red_Y,
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06001924 &int_red_Z, &int_green_X, &int_green_Y,
1925 &int_green_Z, &int_blue_X, &int_blue_Y,
1926 &int_blue_Z)
John Bowlerbbd17bd2011-08-25 17:48:18 -05001927
1928 {white,red,green,blue}_{x,y}
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06001929 A color space encoding specified using the
1930 chromaticities of the end points and the
1931 white point. (PNG_INFO_cHRM)
John Bowlerbbd17bd2011-08-25 17:48:18 -05001932
1933 {red,green,blue}_{X,Y,Z}
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06001934 A color space encoding specified using the
1935 encoding end points - the CIE tristimulus
1936 specification of the intended color of the red,
1937 green and blue channels in the PNG RGB data.
1938 The white point is simply the sum of the three
1939 end points. (PNG_INFO_cHRM)
John Bowlerbbd17bd2011-08-25 17:48:18 -05001940
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001941 png_get_sRGB(png_ptr, info_ptr, &srgb_intent);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001942
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05001943 srgb_intent - the rendering intent (PNG_INFO_sRGB)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001944 The presence of the sRGB chunk
1945 means that the pixel data is in the
1946 sRGB color space. This chunk also
1947 implies specific values of gAMA and
1948 cHRM.
1949
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06001950 png_get_iCCP(png_ptr, info_ptr, &name,
1951 &compression_type, &profile, &proflen);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001952
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06001953 name - The profile name.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001954
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06001955 compression_type - The compression type; always
1956 PNG_COMPRESSION_TYPE_BASE for PNG 1.0.
1957 You may give NULL to this argument to
1958 ignore it.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001959
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06001960 profile - International Color Consortium color
1961 profile data. May contain NULs.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001962
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06001963 proflen - length of profile data in bytes.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06001964
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001965 png_get_sBIT(png_ptr, info_ptr, &sig_bit);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001966
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001967 sig_bit - the number of significant bits for
1968 (PNG_INFO_sBIT) each of the gray,
1969 red, green, and blue channels,
1970 whichever are appropriate for the
1971 given color type (png_color_16)
1972
Glenn Randers-Pehrson866b62a2009-08-08 16:33:14 -05001973 png_get_tRNS(png_ptr, info_ptr, &trans_alpha,
1974 &num_trans, &trans_color);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001975
Glenn Randers-Pehrson866b62a2009-08-08 16:33:14 -05001976 trans_alpha - array of alpha (transparency)
1977 entries for palette (PNG_INFO_tRNS)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001978
Glenn Randers-Pehrsonf3c51e42011-01-15 10:25:25 -06001979 num_trans - number of transparent entries
1980 (PNG_INFO_tRNS)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001981
Glenn Randers-Pehrson56f63962008-10-06 10:16:17 -05001982 trans_color - graylevel or color sample values of
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -05001983 the single transparent color for
1984 non-paletted images (PNG_INFO_tRNS)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001985
Glenn Randers-Pehrson6f89dff2017-08-03 10:27:09 -05001986 png_get_eXIf_1(png_ptr, info_ptr, &num_exif, &exif);
Glenn Randers-Pehrson68cb0aa2017-07-13 11:19:53 -05001987 (PNG_INFO_eXIf)
1988
1989 exif - Exif profile (array of png_byte)
1990
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001991 png_get_hIST(png_ptr, info_ptr, &hist);
1992 (PNG_INFO_hIST)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001993
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001994 hist - histogram of palette (array of
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05001995 png_uint_16)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001996
1997 png_get_tIME(png_ptr, info_ptr, &mod_time);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06001998
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06001999 mod_time - time image was last modified
2000 (PNG_VALID_tIME)
2001
2002 png_get_bKGD(png_ptr, info_ptr, &background);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002003
Glenn Randers-Pehrsonab389792011-07-09 19:35:22 -05002004 background - background color (of type
2005 png_color_16p) (PNG_VALID_bKGD)
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002006 valid 16-bit red, green and blue
2007 values, regardless of color_type
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002008
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -06002009 num_comments = png_get_text(png_ptr, info_ptr,
2010 &text_ptr, &num_text);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002011
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -06002012 num_comments - number of comments
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002013
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002014 text_ptr - array of png_text holding image
2015 comments
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002016
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002017 text_ptr[i].compression - type of compression used
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002018 on "text" PNG_TEXT_COMPRESSION_NONE
2019 PNG_TEXT_COMPRESSION_zTXt
2020 PNG_ITXT_COMPRESSION_NONE
2021 PNG_ITXT_COMPRESSION_zTXt
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002022
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002023 text_ptr[i].key - keyword for comment. Must contain
2024 1-79 characters.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002025
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002026 text_ptr[i].text - text comments for current
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05002027 keyword. Can be empty.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002028
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002029 text_ptr[i].text_length - length of text string,
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002030 after decompression, 0 for iTXt
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002031
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002032 text_ptr[i].itxt_length - length of itxt string,
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002033 after decompression, 0 for tEXt/zTXt
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002034
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002035 text_ptr[i].lang - language of comment (empty
2036 string for unknown).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002037
Glenn Randers-Pehrson73d57cb2002-03-25 18:49:08 -06002038 text_ptr[i].lang_key - keyword in UTF-8
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002039 (empty string for unknown).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002040
Glenn Randers-Pehrson8f5846f2009-10-31 21:31:08 -05002041 Note that the itxt_length, lang, and lang_key
Glenn Randers-Pehrson680da022011-11-21 17:05:41 -06002042 members of the text_ptr structure only exist when the
2043 library is built with iTXt chunk support. Prior to
2044 libpng-1.4.0 the library was built by default without
2045 iTXt support. Also note that when iTXt is supported,
2046 they contain NULL pointers when the "compression"
2047 field contains PNG_TEXT_COMPRESSION_NONE or
2048 PNG_TEXT_COMPRESSION_zTXt.
Glenn Randers-Pehrson8f5846f2009-10-31 21:31:08 -05002049
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002050 num_text - number of comments (same as
2051 num_comments; you can put NULL here
2052 to avoid the duplication)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002053
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002054 Note while png_set_text() will accept text, language,
2055 and translated keywords that can be NULL pointers, the
2056 structure returned by png_get_text will always contain
2057 regular zero-terminated C strings. They might be
2058 empty strings but they will never be NULL pointers.
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002059
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002060 num_spalettes = png_get_sPLT(png_ptr, info_ptr,
2061 &palette_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002062
2063 num_spalettes - number of sPLT chunks read.
2064
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002065 palette_ptr - array of palette structures holding
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002066 contents of one or more sPLT chunks
2067 read.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002068
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002069 png_get_oFFs(png_ptr, info_ptr, &offset_x, &offset_y,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002070 &unit_type);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002071
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002072 offset_x - positive offset from the left edge
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002073 of the screen (can be negative)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002074
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002075 offset_y - positive offset from the top edge
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002076 of the screen (can be negative)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002077
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002078 unit_type - PNG_OFFSET_PIXEL, PNG_OFFSET_MICROMETER
2079
2080 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002081 &unit_type);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002082
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002083 res_x - pixels/unit physical resolution in
2084 x direction
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002085
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002086 res_y - pixels/unit physical resolution in
2087 x direction
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002088
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06002089 unit_type - PNG_RESOLUTION_UNKNOWN,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002090 PNG_RESOLUTION_METER
2091
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002092 png_get_sCAL(png_ptr, info_ptr, &unit, &width,
2093 &height)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002094
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002095 unit - physical scale units (an integer)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002096
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002097 width - width of a pixel in physical scale units
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002098
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002099 height - height of a pixel in physical scale units
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002100 (width and height are doubles)
2101
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002102 png_get_sCAL_s(png_ptr, info_ptr, &unit, &width,
2103 &height)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002104
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002105 unit - physical scale units (an integer)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002106
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002107 width - width of a pixel in physical scale units
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002108 (expressed as a string)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002109
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002110 height - height of a pixel in physical scale units
2111 (width and height are strings like "2.54")
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002112
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002113 num_unknown_chunks = png_get_unknown_chunks(png_ptr,
2114 info_ptr, &unknowns)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002115
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002116 unknowns - array of png_unknown_chunk
2117 structures holding unknown chunks
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002118
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002119 unknowns[i].name - name of unknown chunk
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002120
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002121 unknowns[i].data - data of unknown chunk
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002122
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002123 unknowns[i].size - size of unknown chunk's data
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002124
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002125 unknowns[i].location - position of chunk in file
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002126
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002127 The value of "i" corresponds to the order in which the
2128 chunks were read from the PNG file or inserted with the
2129 png_set_unknown_chunks() function.
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002130
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002131 The value of "location" is a bitwise "or" of
2132
2133 PNG_HAVE_IHDR (0x01)
2134 PNG_HAVE_PLTE (0x02)
2135 PNG_AFTER_IDAT (0x08)
2136
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002137The data from the pHYs chunk can be retrieved in several convenient
2138forms:
2139
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06002140 res_x = png_get_x_pixels_per_meter(png_ptr,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002141 info_ptr)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002142
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06002143 res_y = png_get_y_pixels_per_meter(png_ptr,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002144 info_ptr)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002145
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002146 res_x_and_y = png_get_pixels_per_meter(png_ptr,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002147 info_ptr)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002148
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002149 res_x = png_get_x_pixels_per_inch(png_ptr,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002150 info_ptr)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002151
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002152 res_y = png_get_y_pixels_per_inch(png_ptr,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002153 info_ptr)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002154
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002155 res_x_and_y = png_get_pixels_per_inch(png_ptr,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002156 info_ptr)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002157
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002158 aspect_ratio = png_get_pixel_aspect_ratio(png_ptr,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002159 info_ptr)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002160
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002161 Each of these returns 0 [signifying "unknown"] if
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002162 the data is not present or if res_x is 0;
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002163 res_x_and_y is 0 if res_x != res_y
2164
2165 Note that because of the way the resolutions are
2166 stored internally, the inch conversions won't
2167 come out to exactly even number. For example,
2168 72 dpi is stored as 0.28346 pixels/meter, and
2169 when this is retrieved it is 71.9988 dpi, so
2170 be sure to round the returned value appropriately
Glenn Randers-Pehrsonc36bb792011-02-12 09:49:07 -06002171 if you want to display a reasonable-looking result.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002172
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002173The data from the oFFs chunk can be retrieved in several convenient
2174forms:
2175
2176 x_offset = png_get_x_offset_microns(png_ptr, info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002177
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002178 y_offset = png_get_y_offset_microns(png_ptr, info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002179
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002180 x_offset = png_get_x_offset_inches(png_ptr, info_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002181
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002182 y_offset = png_get_y_offset_inches(png_ptr, info_ptr);
2183
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002184 Each of these returns 0 [signifying "unknown" if both
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002185 x and y are 0] if the data is not present or if the
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002186 chunk is present but the unit is the pixel. The
2187 remark about inexact inch conversions applies here
2188 as well, because a value in inches can't always be
2189 converted to microns and back without some loss
2190 of precision.
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002191
John Bowlercb0b2962011-05-12 21:48:29 -05002192For more information, see the
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002193PNG specification for chunk contents. Be careful with trusting
2194rowbytes, as some of the transformations could increase the space
2195needed to hold a row (expand, filler, gray_to_rgb, etc.).
2196See png_read_update_info(), below.
2197
2198A quick word about text_ptr and num_text. PNG stores comments in
2199keyword/text pairs, one pair per chunk, with no limit on the number
2200of text chunks, and a 2^31 byte limit on their size. While there are
2201suggested keywords, there is no requirement to restrict the use to these
2202strings. It is strongly suggested that keywords and text be sensible
2203to humans (that's the point), so don't use abbreviations. Non-printing
2204symbols are not allowed. See the PNG specification for more details.
2205There is also no requirement to have text after the keyword.
2206
2207Keywords should be limited to 79 Latin-1 characters without leading or
2208trailing spaces, but non-consecutive spaces are allowed within the
2209keyword. It is possible to have the same keyword any number of times.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002210The text_ptr is an array of png_text structures, each holding a
2211pointer to a language string, a pointer to a keyword and a pointer to
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002212a text string. The text string, language code, and translated
2213keyword may be empty or NULL pointers. The keyword/text
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002214pairs are put into the array in the order that they are received.
2215However, some or all of the text chunks may be after the image, so, to
2216make sure you have read all the text chunks, don't mess with these
2217until after you read the stuff after the image. This will be
2218mentioned again below in the discussion that goes with png_read_end().
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002219
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002220.SS Input transformations
2221
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002222After you've read the header information, you can set up the library
2223to handle any special transformations of the image data. The various
2224ways to transform the data will be described in the order that they
2225should occur. This is important, as some of these change the color
2226type and/or bit depth of the data, and some others only work on
John Bowlercb0b2962011-05-12 21:48:29 -05002227certain color types and bit depths.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002228
John Bowlercb0b2962011-05-12 21:48:29 -05002229Transformations you request are ignored if they don't have any meaning for a
2230particular input data format. However some transformations can have an effect
2231as a result of a previous transformation. If you specify a contradictory set of
2232transformations, for example both adding and removing the alpha channel, you
2233cannot predict the final result.
2234
2235The color used for the transparency values should be supplied in the same
2236format/depth as the current image data. It is stored in the same format/depth
2237as the image data in a tRNS chunk, so this is what libpng expects for this data.
2238
2239The color used for the background value depends on the need_expand argument as
2240described below.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002241
2242Data will be decoded into the supplied row buffers packed into bytes
2243unless the library has been told to transform it into another format.
2244For example, 4 bit/pixel paletted or grayscale data will be returned
Glenn Randers-Pehrsonefe4e5d2015-09-23 22:08:04 -050022452 pixels/byte with the leftmost pixel in the high-order bits of the byte,
2246unless png_set_packing() is called. 8-bit RGB data will be stored
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002247in RGB RGB RGB format unless png_set_filler() or png_set_add_alpha()
Glenn Randers-Pehrson5b779162004-09-04 13:25:08 -05002248is called to insert filler bytes, either before or after each RGB triplet.
Glenn Randers-Pehrsonefe4e5d2015-09-23 22:08:04 -05002249
Glenn Randers-Pehrson5b779162004-09-04 13:25:08 -0500225016-bit RGB data will be returned RRGGBB RRGGBB, with the most significant
Glenn Randers-Pehrsonfb29e512011-06-17 20:38:24 -05002251byte of the color value first, unless png_set_scale_16() is called to
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002252transform it to regular RGB RGB triplets, or png_set_filler() or
2253png_set_add alpha() is called to insert two filler bytes, either before
2254or after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can
2255be modified with png_set_filler(), png_set_add_alpha(), png_set_strip_16(),
2256or png_set_scale_16().
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002257
2258The following code transforms grayscale images of less than 8 to 8 bits,
2259changes paletted images to RGB, and adds a full alpha channel if there is
2260transparency information in a tRNS chunk. This is most useful on
2261grayscale images with bit depths of 2 or 4 or if there is a multiple-image
2262viewing application that wishes to treat all images in the same way.
2263
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05002264 if (color_type == PNG_COLOR_TYPE_PALETTE)
2265 png_set_palette_to_rgb(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002266
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002267 if (png_get_valid(png_ptr, info_ptr,
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05002268 PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr);
2269
Glenn Randers-Pehrsonc36bb792011-02-12 09:49:07 -06002270 if (color_type == PNG_COLOR_TYPE_GRAY &&
2271 bit_depth < 8) png_set_expand_gray_1_2_4_to_8(png_ptr);
2272
2273The first two functions are actually aliases for png_set_expand(), added
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05002274in libpng version 1.0.4, with the function names expanded to improve code
2275readability. In some future version they may actually do different
2276things.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002277
Glenn Randers-Pehrson1ce08362006-03-08 23:35:59 -06002278As of libpng version 1.2.9, png_set_expand_gray_1_2_4_to_8() was
2279added. It expands the sample depth without changing tRNS to alpha.
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05002280
John Bowler63d059a2011-02-12 09:03:44 -06002281As of libpng version 1.5.2, png_set_expand_16() was added. It behaves as
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002282png_set_expand(); however, the resultant channels have 16 bits rather than 8.
Glenn Randers-Pehrsonc36bb792011-02-12 09:49:07 -06002283Use this when the output color or gray channels are made linear to avoid fairly
John Bowler63d059a2011-02-12 09:03:44 -06002284severe accuracy loss.
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05002285
John Bowler63d059a2011-02-12 09:03:44 -06002286 if (bit_depth < 16)
2287 png_set_expand_16(png_ptr);
Glenn Randers-Pehrson1ce08362006-03-08 23:35:59 -06002288
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002289PNG can have files with 16 bits per channel. If you only can handle
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -050022908 bits per channel, this will strip the pixels down to 8-bit.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002291
2292 if (bit_depth == 16)
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002293#if PNG_LIBPNG_VER >= 10504
Glenn Randers-Pehrsonfb29e512011-06-17 20:38:24 -05002294 png_set_scale_16(png_ptr);
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002295#else
2296 png_set_strip_16(png_ptr);
2297#endif
2298
2299(The more accurate "png_set_scale_16()" API became available in libpng version
23001.5.4).
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002301
John Bowlercb0b2962011-05-12 21:48:29 -05002302If you need to process the alpha channel on the image separately from the image
2303data (for example if you convert it to a bitmap mask) it is possible to have
2304libpng strip the channel leaving just RGB or gray data:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002305
2306 if (color_type & PNG_COLOR_MASK_ALPHA)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002307 png_set_strip_alpha(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002308
John Bowlercb0b2962011-05-12 21:48:29 -05002309If you strip the alpha channel you need to find some other way of dealing with
2310the information. If, instead, you want to convert the image to an opaque
2311version with no alpha channel use png_set_background; see below.
John Bowler63d059a2011-02-12 09:03:44 -06002312
2313As of libpng version 1.5.2, almost all useful expansions are supported, the
Glenn Randers-Pehrsoncd116fa2011-05-17 06:56:50 -05002314major ommissions are conversion of grayscale to indexed images (which can be
2315done trivially in the application) and conversion of indexed to grayscale (which
John Bowler63d059a2011-02-12 09:03:44 -06002316can be done by a trivial manipulation of the palette.)
2317
2318In the following table, the 01 means grayscale with depth<8, 31 means
2319indexed with depth<8, other numerals represent the color type, "T" means
2320the tRNS chunk is present, A means an alpha channel is present, and O
2321means tRNS or alpha is present but all pixels in the image are opaque.
2322
Glenn Randers-Pehrsonc36bb792011-02-12 09:49:07 -06002323 FROM 01 31 0 0T 0O 2 2T 2O 3 3T 3O 4A 4O 6A 6O
John Bowler63d059a2011-02-12 09:03:44 -06002324 TO
2325 01 - [G] - - - - - - - - - - - - -
2326 31 [Q] Q [Q] [Q] [Q] Q Q Q Q Q Q [Q] [Q] Q Q
2327 0 1 G + . . G G G G G G B B GB GB
2328 0T lt Gt t + . Gt G G Gt G G Bt Bt GBt GBt
2329 0O lt Gt t . + Gt Gt G Gt Gt G Bt Bt GBt GBt
2330 2 C P C C C + . . C - - CB CB B B
2331 2T Ct - Ct C C t + t - - - CBt CBt Bt Bt
2332 2O Ct - Ct C C t t + - - - CBt CBt Bt Bt
2333 3 [Q] p [Q] [Q] [Q] Q Q Q + . . [Q] [Q] Q Q
2334 3T [Qt] p [Qt][Q] [Q] Qt Qt Qt t + t [Qt][Qt] Qt Qt
2335 3O [Qt] p [Qt][Q] [Q] Qt Qt Qt t t + [Qt][Qt] Qt Qt
2336 4A lA G A T T GA GT GT GA GT GT + BA G GBA
2337 4O lA GBA A T T GA GT GT GA GT GT BA + GBA G
2338 6A CA PA CA C C A T tT PA P P C CBA + BA
2339 6O CA PBA CA C C A tT T PA P P CBA C BA +
2340
2341Within the matrix,
2342 "+" identifies entries where 'from' and 'to' are the same.
2343 "-" means the transformation is not supported.
2344 "." means nothing is necessary (a tRNS chunk can just be ignored).
2345 "t" means the transformation is obtained by png_set_tRNS.
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002346 "A" means the transformation is obtained by png_set_add_alpha().
John Bowler63d059a2011-02-12 09:03:44 -06002347 "X" means the transformation is obtained by png_set_expand().
2348 "1" means the transformation is obtained by
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06002349 png_set_expand_gray_1_2_4_to_8() (and by png_set_expand()
2350 if there is no transparency in the original or the final
2351 format).
John Bowler63d059a2011-02-12 09:03:44 -06002352 "C" means the transformation is obtained by png_set_gray_to_rgb().
Glenn Randers-Pehrsonc36074e2011-05-16 09:08:51 -05002353 "G" means the transformation is obtained by png_set_rgb_to_gray().
John Bowler63d059a2011-02-12 09:03:44 -06002354 "P" means the transformation is obtained by
2355 png_set_expand_palette_to_rgb().
2356 "p" means the transformation is obtained by png_set_packing().
2357 "Q" means the transformation is obtained by png_set_quantize().
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06002358 "T" means the transformation is obtained by
2359 png_set_tRNS_to_alpha().
2360 "B" means the transformation is obtained by
2361 png_set_background(), or png_strip_alpha().
John Bowler63d059a2011-02-12 09:03:44 -06002362
2363When an entry has multiple transforms listed all are required to cause the
2364right overall transformation. When two transforms are separated by a comma
2365either will do the job. When transforms are enclosed in [] the transform should
2366do the job but this is currently unimplemented - a different format will result
2367if the suggested transformations are used.
2368
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002369In PNG files, the alpha channel in an image
2370is the level of opacity. If you need the alpha channel in an image to
2371be the level of transparency instead of opacity, you can invert the
2372alpha channel (or the tRNS chunk data) after it's read, so that 0 is
2373fully opaque and 255 (in 8-bit or paletted images) or 65535 (in 16-bit
2374images) is fully transparent, with
2375
2376 png_set_invert_alpha(png_ptr);
2377
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002378PNG files pack pixels of bit depths 1, 2, and 4 into bytes as small as
2379they can, resulting in, for example, 8 pixels per byte for 1 bit
2380files. This code expands to 1 pixel per byte without changing the
2381values of the pixels:
2382
2383 if (bit_depth < 8)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002384 png_set_packing(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002385
2386PNG files have possible bit depths of 1, 2, 4, 8, and 16. All pixels
2387stored in a PNG image have been "scaled" or "shifted" up to the next
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06002388higher possible bit depth (e.g. from 5 bits/sample in the range [0,31]
2389to 8 bits/sample in the range [0, 255]). However, it is also possible
2390to convert the PNG pixel data back to the original bit depth of the
2391image. This call reduces the pixels back down to the original bit depth:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002392
Glenn Randers-Pehrson1ea0ff32001-08-07 22:25:59 -05002393 png_color_8p sig_bit;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002394
2395 if (png_get_sBIT(png_ptr, info_ptr, &sig_bit))
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002396 png_set_shift(png_ptr, sig_bit);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002397
2398PNG files store 3-color pixels in red, green, blue order. This code
2399changes the storage of the pixels to blue, green, red:
2400
2401 if (color_type == PNG_COLOR_TYPE_RGB ||
2402 color_type == PNG_COLOR_TYPE_RGB_ALPHA)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002403 png_set_bgr(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002404
Glenn Randers-Pehrson1b8e5672001-08-25 06:46:06 -05002405PNG files store RGB pixels packed into 3 or 6 bytes. This code expands them
2406into 4 or 8 bytes for windowing systems that need them in this format:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002407
Glenn Randers-Pehrson1b8e5672001-08-25 06:46:06 -05002408 if (color_type == PNG_COLOR_TYPE_RGB)
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002409 png_set_filler(png_ptr, filler, PNG_FILLER_BEFORE);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002410
Glenn Randers-Pehrsonefe4e5d2015-09-23 22:08:04 -05002411where "filler" is the 8-bit or 16-bit number to fill with, and the location
2412is either PNG_FILLER_BEFORE or PNG_FILLER_AFTER, depending upon whether
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002413you want the filler before the RGB or after. When filling an 8-bit pixel,
2414the least significant 8 bits of the number are used, if a 16-bit number is
2415supplied. This transformation does not affect images that already have full
2416alpha channels. To add an opaque alpha channel, use filler=0xffff and
2417PNG_FILLER_AFTER which will generate RGBA pixels.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002418
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002419Note that png_set_filler() does not change the color type. If you want
Glenn Randers-Pehrson5b779162004-09-04 13:25:08 -05002420to do that, you can add a true alpha channel with
2421
2422 if (color_type == PNG_COLOR_TYPE_RGB ||
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002423 color_type == PNG_COLOR_TYPE_GRAY)
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002424 png_set_add_alpha(png_ptr, filler, PNG_FILLER_AFTER);
Glenn Randers-Pehrson5b779162004-09-04 13:25:08 -05002425
2426where "filler" contains the alpha value to assign to each pixel.
Glenn Randers-Pehrson01a0e802015-09-24 22:39:53 -05002427The png_set_add_alpha() function was added in libpng-1.2.7.
Glenn Randers-Pehrson5b779162004-09-04 13:25:08 -05002428
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002429If you are reading an image with an alpha channel, and you need the
2430data as ARGB instead of the normal PNG format RGBA:
2431
2432 if (color_type == PNG_COLOR_TYPE_RGB_ALPHA)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002433 png_set_swap_alpha(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002434
2435For some uses, you may want a grayscale image to be represented as
2436RGB. This code will do that conversion:
2437
2438 if (color_type == PNG_COLOR_TYPE_GRAY ||
2439 color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002440 png_set_gray_to_rgb(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002441
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002442Conversely, you can convert an RGB or RGBA image to grayscale or grayscale
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002443with alpha.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002444
2445 if (color_type == PNG_COLOR_TYPE_RGB ||
2446 color_type == PNG_COLOR_TYPE_RGB_ALPHA)
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06002447 png_set_rgb_to_gray(png_ptr, error_action,
2448 double red_weight, double green_weight);
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002449
2450 error_action = 1: silently do the conversion
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002451
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002452 error_action = 2: issue a warning if the original
2453 image has any pixel where
2454 red != green or red != blue
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002455
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002456 error_action = 3: issue an error and abort the
2457 conversion if the original
2458 image has any pixel where
2459 red != green or red != blue
2460
John Bowlercb0b2962011-05-12 21:48:29 -05002461 red_weight: weight of red component
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002462
John Bowlercb0b2962011-05-12 21:48:29 -05002463 green_weight: weight of green component
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002464 If either weight is negative, default
John Bowlercb0b2962011-05-12 21:48:29 -05002465 weights are used.
2466
2467In the corresponding fixed point API the red_weight and green_weight values are
2468simply scaled by 100,000:
2469
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06002470 png_set_rgb_to_gray(png_ptr, error_action,
2471 png_fixed_point red_weight,
John Bowlercb0b2962011-05-12 21:48:29 -05002472 png_fixed_point green_weight);
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002473
2474If you have set error_action = 1 or 2, you can
2475later check whether the image really was gray, after processing
2476the image rows, with the png_get_rgb_to_gray_status(png_ptr) function.
2477It will return a png_byte that is zero if the image was gray or
John Bowlercb0b2962011-05-12 21:48:29 -050024781 if there were any non-gray pixels. Background and sBIT data
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002479will be silently converted to grayscale, using the green channel
John Bowlercb0b2962011-05-12 21:48:29 -05002480data for sBIT, regardless of the error_action setting.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002481
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002482The default values come from the PNG file cHRM chunk if present; otherwise, the
John Bowlercb0b2962011-05-12 21:48:29 -05002483defaults correspond to the ITU-R recommendation 709, and also the sRGB color
2484space, as recommended in the Charles Poynton's Colour FAQ,
Glenn Randers-Pehrsona4728582015-08-11 15:34:08 -05002485Copyright (c) 2006-11-28 Charles Poynton, in section 9:
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002486
Glenn Randers-Pehrsona4728582015-08-11 15:34:08 -05002487<http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html#RTFToC9>
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002488
Glenn Randers-Pehrson6c988972011-07-29 12:31:16 -05002489 Y = 0.2126 * R + 0.7152 * G + 0.0722 * B
2490
2491Previous versions of this document, 1998 through 2002, recommended a slightly
2492different formula:
2493
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002494 Y = 0.212671 * R + 0.715160 * G + 0.072169 * B
2495
Glenn Randers-Pehrson6c988972011-07-29 12:31:16 -05002496Libpng uses an integer approximation:
2497
2498 Y = (6968 * R + 23434 * G + 2366 * B)/32768
2499
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002500The calculation is done in a linear colorspace, if the image gamma
Glenn Randers-Pehrson9962b842011-01-24 00:12:14 -06002501can be determined.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002502
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002503The png_set_background() function has been described already; it tells libpng to
John Bowlercb0b2962011-05-12 21:48:29 -05002504composite images with alpha or simple transparency against the supplied
2505background color. For compatibility with versions of libpng earlier than
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05002506libpng-1.5.4 it is recommended that you call the function after reading the file
John Bowlercb0b2962011-05-12 21:48:29 -05002507header, even if you don't want to use the color in a bKGD chunk, if one exists.
2508
2509If the PNG file contains a bKGD chunk (PNG_INFO_bKGD valid),
2510you may use this color, or supply another color more suitable for
2511the current display (e.g., the background color from a web page). You
2512need to tell libpng how the color is represented, both the format of the
Glenn Randers-Pehrsonab389792011-07-09 19:35:22 -05002513component values in the color (the number of bits) and the gamma encoding of the
John Bowlercb0b2962011-05-12 21:48:29 -05002514color. The function takes two arguments, background_gamma_mode and need_expand
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06002515to convey this information; however, only two combinations are likely to be
Glenn Randers-Pehrsonab389792011-07-09 19:35:22 -05002516useful:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002517
Glenn Randers-Pehrsoncb47e202011-07-10 06:55:14 -05002518 png_color_16 my_background;
2519 png_color_16p image_background;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002520
Glenn Randers-Pehrsond0dce401998-05-09 10:02:29 -05002521 if (png_get_bKGD(png_ptr, info_ptr, &image_background))
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002522 png_set_background(png_ptr, image_background,
John Bowlercb0b2962011-05-12 21:48:29 -05002523 PNG_BACKGROUND_GAMMA_FILE, 1/*needs to be expanded*/, 1);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002524 else
Glenn Randers-Pehrsoncb47e202011-07-10 06:55:14 -05002525 png_set_background(png_ptr, &my_background,
John Bowlercb0b2962011-05-12 21:48:29 -05002526 PNG_BACKGROUND_GAMMA_SCREEN, 0/*do not expand*/, 1);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002527
John Bowlercb0b2962011-05-12 21:48:29 -05002528The second call was described above - my_background is in the format of the
2529final, display, output produced by libpng. Because you now know the format of
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05002530the PNG it is possible to avoid the need to choose either 8-bit or 16-bit
2531output and to retain palette images (the palette colors will be modified
2532appropriately and the tRNS chunk removed.) However, if you are doing this,
2533take great care not to ask for transformations without checking first that
2534they apply!
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002535
John Bowlercb0b2962011-05-12 21:48:29 -05002536In the first call the background color has the original bit depth and color type
2537of the PNG file. So, for palette images the color is supplied as a palette
2538index and for low bit greyscale images the color is a reduced bit value in
2539image_background->gray.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002540
John Bowlercb0b2962011-05-12 21:48:29 -05002541If you didn't call png_set_gamma() before reading the file header, for example
2542if you need your code to remain compatible with older versions of libpng prior
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05002543to libpng-1.5.4, this is the place to call it.
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05002544
John Bowlercb0b2962011-05-12 21:48:29 -05002545Do not call it if you called png_set_alpha_mode(); doing so will damage the
2546settings put in place by png_set_alpha_mode(). (If png_set_alpha_mode() is
2547supported then you can certainly do png_set_gamma() before reading the PNG
2548header.)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002549
Glenn Randers-Pehrsonc7822512011-05-07 21:23:43 -05002550This API unconditionally sets the screen and file gamma values, so it will
2551override the value in the PNG file unless it is called before the PNG file
2552reading starts. For this reason you must always call it with the PNG file
2553value when you call it in this position:
2554
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -06002555 if (png_get_gAMA(png_ptr, info_ptr, &file_gamma))
2556 png_set_gamma(png_ptr, screen_gamma, file_gamma);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002557
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002558 else
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06002559 png_set_gamma(png_ptr, screen_gamma, 0.45455);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002560
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05002561If you need to reduce an RGB file to a paletted file, or if a paletted
Glenn Randers-Pehrson36450082015-03-09 09:13:58 -05002562file has more entries than will fit on your screen, png_set_quantize()
Glenn Randers-Pehrson862cb202010-04-16 22:12:51 -05002563will do that. Note that this is a simple match quantization that merely
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05002564finds the closest color available. This should work fairly well with
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002565optimized palettes, but fairly badly with linear color cubes. If you
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002566pass a palette that is larger than maximum_colors, the file will
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05002567reduce the number of colors in the palette so it will fit into
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002568maximum_colors. If there is a histogram, libpng will use it to make
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05002569more intelligent choices when reducing the palette. If there is no
2570histogram, it may not do as good a job.
2571
2572 if (color_type & PNG_COLOR_MASK_COLOR)
2573 {
2574 if (png_get_valid(png_ptr, info_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002575 PNG_INFO_PLTE))
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05002576 {
2577 png_uint_16p histogram = NULL;
2578
2579 png_get_hIST(png_ptr, info_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002580 &histogram);
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05002581 png_set_quantize(png_ptr, palette, num_palette,
2582 max_screen_colors, histogram, 1);
2583 }
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002584
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05002585 else
2586 {
2587 png_color std_color_cube[MAX_SCREEN_COLORS] =
2588 { ... colors ... };
2589
2590 png_set_quantize(png_ptr, std_color_cube,
2591 MAX_SCREEN_COLORS, MAX_SCREEN_COLORS,
2592 NULL,0);
2593 }
2594 }
2595
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002596PNG files describe monochrome as black being zero and white being one.
2597The following code will reverse this (make black be one and white be
2598zero):
2599
Glenn Randers-Pehrson1ea0ff32001-08-07 22:25:59 -05002600 if (bit_depth == 1 && color_type == PNG_COLOR_TYPE_GRAY)
2601 png_set_invert_mono(png_ptr);
2602
2603This function can also be used to invert grayscale and gray-alpha images:
2604
2605 if (color_type == PNG_COLOR_TYPE_GRAY ||
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002606 color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002607 png_set_invert_mono(png_ptr);
2608
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05002609PNG files store 16-bit pixels in network byte order (big-endian,
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06002610ie. most significant bits first). This code changes the storage to the
2611other way (little-endian, i.e. least significant bits first, the
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002612way PCs store them):
2613
2614 if (bit_depth == 16)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002615 png_set_swap(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002616
2617If you are using packed-pixel images (1, 2, or 4 bits/pixel), and you
2618need to change the order the pixels are packed into bytes, you can use:
2619
2620 if (bit_depth < 8)
2621 png_set_packswap(png_ptr);
2622
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002623Finally, you can write your own transformation function if none of
2624the existing ones meets your needs. This is done by setting a callback
2625with
2626
2627 png_set_read_user_transform_fn(png_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002628 read_transform_fn);
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002629
2630You must supply the function
2631
Glenn Randers-Pehrson93215672011-02-13 19:42:19 -06002632 void read_transform_fn(png_structp png_ptr, png_row_infop
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002633 row_info, png_bytep data)
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002634
2635See pngtest.c for a working example. Your function will be called
John Bowlerf19abd62011-01-22 18:29:24 -06002636after all of the other transformations have been processed. Take care with
2637interlaced images if you do the interlace yourself - the width of the row is the
2638width in 'row_info', not the overall image width.
2639
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05002640If supported, libpng provides two information routines that you can use to find
John Bowlerf19abd62011-01-22 18:29:24 -06002641where you are in processing the image:
2642
2643 png_get_current_pass_number(png_structp png_ptr);
2644 png_get_current_row_number(png_structp png_ptr);
2645
2646Don't try using these outside a transform callback - firstly they are only
2647supported if user transforms are supported, secondly they may well return
2648unexpected results unless the row is actually being processed at the moment they
2649are called.
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002650
John Bowlercd113452011-02-16 06:15:13 -06002651With interlaced
2652images the value returned is the row in the input sub-image image. Use
2653PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
2654find the output pixel (x,y) given an interlaced sub-image pixel (row,col,pass).
2655
2656The discussion of interlace handling above contains more information on how to
2657use these values.
2658
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002659You can also set up a pointer to a user structure for use by your
2660callback function, and you can inform libpng that your transform
2661function will change the number of channels or bit depth with the
2662function
2663
2664 png_set_user_transform_info(png_ptr, user_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002665 user_depth, user_channels);
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002666
2667The user's application, not libpng, is responsible for allocating and
2668freeing any memory required for the user structure.
2669
2670You can retrieve the pointer via the function
2671png_get_user_transform_ptr(). For example:
2672
2673 voidp read_user_transform_ptr =
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002674 png_get_user_transform_ptr(png_ptr);
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002675
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002676The last thing to handle is interlacing; this is covered in detail below,
2677but you must call the function here if you want libpng to handle expansion
2678of the interlaced image.
2679
2680 number_of_passes = png_set_interlace_handling(png_ptr);
2681
2682After setting the transformations, libpng can update your png_info
2683structure to reflect any transformations you've requested with this
Glenn Randers-Pehrson968c2312011-09-26 16:35:22 -05002684call.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002685
2686 png_read_update_info(png_ptr, info_ptr);
2687
Glenn Randers-Pehrson968c2312011-09-26 16:35:22 -05002688This is most useful to update the info structure's rowbytes
2689field so you can use it to allocate your image memory. This function
2690will also update your palette with the correct screen_gamma and
2691background if these have been given with the calls above. You may
2692only call png_read_update_info() once with a particular info_ptr.
2693
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002694After you call png_read_update_info(), you can allocate any
2695memory you need to hold the image. The row data is simply
2696raw byte data for all forms of images. As the actual allocation
2697varies among applications, no example will be given. If you
2698are allocating one large chunk, you will need to build an
2699array of pointers to each row, as it will be needed for some
2700of the functions below.
2701
Glenn Randers-Pehrson53f22ae2017-04-22 15:21:58 -05002702Be sure that your platform can allocate the buffer that you'll need.
2703libpng internally checks for oversize width, but you'll need to
2704do your own check for number_of_rows*width*pixel_size if you are using
2705a multiple-row buffer:
2706
2707 /* Guard against integer overflow */
2708 if (number_of_rows > PNG_SIZE_MAX/(width*pixel_size)) {
2709 png_error(png_ptr,"image_data buffer would be too large");
2710 }
2711
Glenn Randers-Pehrson968c2312011-09-26 16:35:22 -05002712Remember: Before you call png_read_update_info(), the png_get_*()
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06002713functions return the values corresponding to the original PNG image.
2714After you call png_read_update_info the values refer to the image
2715that libpng will output. Consequently you must call all the png_set_
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002716functions before you call png_read_update_info(). This is particularly
2717important for png_set_interlace_handling() - if you are going to call
2718png_read_update_info() you must call png_set_interlace_handling() before
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06002719it unless you want to receive interlaced output.
2720
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002721.SS Reading image data
2722
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002723After you've allocated memory, you can read the image data.
2724The simplest way to do this is in one function call. If you are
2725allocating enough memory to hold the whole image, you can just
2726call png_read_image() and libpng will read in all the image data
2727and put it in the memory area supplied. You will need to pass in
2728an array of pointers to each row.
2729
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06002730This function automatically handles interlacing, so you don't
2731need to call png_set_interlace_handling() (unless you call
2732png_read_update_info()) or call this function multiple times, or any
2733of that other stuff necessary with png_read_rows().
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002734
2735 png_read_image(png_ptr, row_pointers);
2736
2737where row_pointers is:
2738
2739 png_bytep row_pointers[height];
2740
2741You can point to void or char or whatever you use for pixels.
2742
2743If you don't want to read in the whole image at once, you can
2744use png_read_rows() instead. If there is no interlacing (check
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06002745interlace_type == PNG_INTERLACE_NONE), this is simple:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002746
2747 png_read_rows(png_ptr, row_pointers, NULL,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002748 number_of_rows);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002749
2750where row_pointers is the same as in the png_read_image() call.
2751
2752If you are doing this just one row at a time, you can do this with
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002753a single row_pointer instead of an array of row_pointers:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002754
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06002755 png_bytep row_pointer = row;
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05002756 png_read_row(png_ptr, row_pointer, NULL);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002757
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05002758If the file is interlaced (interlace_type != 0 in the IHDR chunk), things
2759get somewhat harder. The only current (PNG Specification version 1.2)
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002760interlacing type for PNG is (interlace_type == PNG_INTERLACE_ADAM7);
2761a somewhat complicated 2D interlace scheme, known as Adam7, that
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002762breaks down an image into seven smaller images of varying size, based
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002763on an 8x8 grid. This number is defined (from libpng 1.5) as
2764PNG_INTERLACE_ADAM7_PASSES in png.h
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002765
2766libpng can fill out those images or it can give them to you "as is".
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002767It is almost always better to have libpng handle the interlacing for you.
2768If you want the images filled out, there are two ways to do that. The one
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002769mentioned in the PNG specification is to expand each pixel to cover
2770those pixels that have not been read yet (the "rectangle" method).
2771This results in a blocky image for the first pass, which gradually
2772smooths out as more pixels are read. The other method is the "sparkle"
2773method, where pixels are drawn only in their final locations, with the
2774rest of the image remaining whatever colors they were initialized to
2775before the start of the read. The first method usually looks better,
2776but tends to be slower, as there are more pixels to put in the rows.
2777
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002778If, as is likely, you want libpng to expand the images, call this before
2779calling png_start_read_image() or png_read_update_info():
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002780
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06002781 if (interlace_type == PNG_INTERLACE_ADAM7)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002782 number_of_passes
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002783 = png_set_interlace_handling(png_ptr);
2784
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002785This will return the number of passes needed. Currently, this is seven,
2786but may change if another interlace type is added. This function can be
2787called even if the file is not interlaced, where it will return one pass.
2788You then need to read the whole image 'number_of_passes' times. Each time
2789will distribute the pixels from the current pass to the correct place in
2790the output image, so you need to supply the same rows to png_read_rows in
2791each pass.
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -05002792
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002793If you are not going to display the image after each pass, but are
2794going to wait until the entire image is read in, use the sparkle
2795effect. This effect is faster and the end result of either method
2796is exactly the same. If you are planning on displaying the image
2797after each pass, the "rectangle" effect is generally considered the
2798better looking one.
2799
Glenn Randers-Pehrson66f796e2016-07-04 08:31:04 -05002800If you only want the "sparkle" effect, just call png_read_row() or
2801png_read_rows() as
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002802normal, with the third parameter NULL. Make sure you make pass over
2803the image number_of_passes times, and you don't change the data in the
2804rows between calls. You can change the locations of the data, just
2805not the data. Each pass only writes the pixels appropriate for that
2806pass, and assumes the data from previous passes is still valid.
2807
2808 png_read_rows(png_ptr, row_pointers, NULL,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002809 number_of_rows);
Glenn Randers-Pehrson66f796e2016-07-04 08:31:04 -05002810 or
2811 png_read_row(png_ptr, row_pointers, NULL);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002812
2813If you only want the first effect (the rectangles), do the same as
2814before except pass the row buffer in the third parameter, and leave
2815the second parameter NULL.
2816
2817 png_read_rows(png_ptr, NULL, row_pointers,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002818 number_of_rows);
Glenn Randers-Pehrson66f796e2016-07-04 08:31:04 -05002819 or
2820 png_read_row(png_ptr, NULL, row_pointers);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002821
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002822If you don't want libpng to handle the interlacing details, just call
2823png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06002824Each of the images is a valid image by itself; however, you will almost
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002825certainly need to distribute the pixels from each sub-image to the
2826correct place. This is where everything gets very tricky.
2827
2828If you want to retrieve the separate images you must pass the correct
2829number of rows to each successive call of png_read_rows(). The calculation
2830gets pretty complicated for small images, where some sub-images may
2831not even exist because either their width or height ends up zero.
2832libpng provides two macros to help you in 1.5 and later versions:
2833
2834 png_uint_32 width = PNG_PASS_COLS(image_width, pass_number);
2835 png_uint_32 height = PNG_PASS_ROWS(image_height, pass_number);
2836
2837Respectively these tell you the width and height of the sub-image
2838corresponding to the numbered pass. 'pass' is in in the range 0 to 6 -
2839this can be confusing because the specification refers to the same passes
2840as 1 to 7! Be careful, you must check both the width and height before
2841calling png_read_rows() and not call it for that pass if either is zero.
2842
2843You can, of course, read each sub-image row by row. If you want to
2844produce optimal code to make a pixel-by-pixel transformation of an
2845interlaced image this is the best approach; read each row of each pass,
2846transform it, and write it out to a new interlaced image.
2847
2848If you want to de-interlace the image yourself libpng provides further
2849macros to help that tell you where to place the pixels in the output image.
2850Because the interlacing scheme is rectangular - sub-image pixels are always
2851arranged on a rectangular grid - all you need to know for each pass is the
2852starting column and row in the output image of the first pixel plus the
2853spacing between each pixel. As of libpng 1.5 there are four macros to
2854retrieve this information:
2855
2856 png_uint_32 x = PNG_PASS_START_COL(pass);
2857 png_uint_32 y = PNG_PASS_START_ROW(pass);
2858 png_uint_32 xStep = 1U << PNG_PASS_COL_SHIFT(pass);
2859 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass);
2860
2861These allow you to write the obvious loop:
2862
2863 png_uint_32 input_y = 0;
2864 png_uint_32 output_y = PNG_PASS_START_ROW(pass);
2865
2866 while (output_y < output_image_height)
2867 {
2868 png_uint_32 input_x = 0;
2869 png_uint_32 output_x = PNG_PASS_START_COL(pass);
2870
2871 while (output_x < output_image_width)
2872 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002873 image[output_y][output_x] =
2874 subimage[pass][input_y][input_x++];
2875
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002876 output_x += xStep;
2877 }
2878
2879 ++input_y;
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002880 output_y += yStep;
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002881 }
2882
2883Notice that the steps between successive output rows and columns are
2884returned as shifts. This is possible because the pixels in the subimages
2885are always a power of 2 apart - 1, 2, 4 or 8 pixels - in the original
2886image. In practice you may need to directly calculate the output coordinate
2887given an input coordinate. libpng provides two further macros for this
2888purpose:
2889
2890 png_uint_32 output_x = PNG_COL_FROM_PASS_COL(input_x, pass);
2891 png_uint_32 output_y = PNG_ROW_FROM_PASS_ROW(input_y, pass);
2892
2893Finally a pair of macros are provided to tell you if a particular image
2894row or column appears in a given pass:
2895
2896 int col_in_pass = PNG_COL_IN_INTERLACE_PASS(output_x, pass);
2897 int row_in_pass = PNG_ROW_IN_INTERLACE_PASS(output_y, pass);
2898
2899Bear in mind that you will probably also need to check the width and height
2900of the pass in addition to the above to be sure the pass even exists!
2901
2902With any luck you are convinced by now that you don't want to do your own
2903interlace handling. In reality normally the only good reason for doing this
2904is if you are processing PNG files on a pixel-by-pixel basis and don't want
2905to load the whole file into memory when it is interlaced.
2906
2907libpng includes a test program, pngvalid, that illustrates reading and
2908writing of interlaced images. If you can't get interlacing to work in your
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05002909code and don't want to leave it to libpng (the recommended approach), see
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06002910how pngvalid.c does it.
2911
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06002912.SS Finishing a sequential read
2913
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -06002914After you are finished reading the image through the
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05002915low-level interface, you can finish reading the file.
2916
2917If you want to use a different crc action for handling CRC errors in
2918chunks after the image data, you can call png_set_crc_action()
2919again at this point.
2920
2921If you are interested in comments or time, which may be stored either
2922before or after the image data, you should pass the separate png_info
2923struct if you want to keep the comments from before and after the image
Glenn Randers-Pehrson20786be2011-04-20 22:20:40 -05002924separate.
2925
2926 png_infop end_info = png_create_info_struct(png_ptr);
2927
2928 if (!end_info)
2929 {
2930 png_destroy_read_struct(&png_ptr, &info_ptr,
2931 (png_infopp)NULL);
Cosmin Truta46aedd82018-07-15 23:58:00 -04002932 return ERROR;
Glenn Randers-Pehrson20786be2011-04-20 22:20:40 -05002933 }
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002934
2935 png_read_end(png_ptr, end_info);
2936
Glenn Randers-Pehrson20786be2011-04-20 22:20:40 -05002937If you are not interested, you should still call png_read_end()
2938but you can pass NULL, avoiding the need to create an end_info structure.
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05002939If you do this, libpng will not process any chunks after IDAT other than
2940skipping over them and perhaps (depending on whether you have called
2941png_set_crc_action) checking their CRCs while looking for the IEND chunk.
Glenn Randers-Pehrson20786be2011-04-20 22:20:40 -05002942
2943 png_read_end(png_ptr, (png_infop)NULL);
2944
Glenn Randers-Pehrson99778e12011-04-20 17:43:52 -05002945If you don't call png_read_end(), then your file pointer will be
2946left pointing to the first chunk after the last IDAT, which is probably
2947not what you want if you expect to read something beyond the end of
2948the PNG datastream.
2949
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06002950When you are done, you can free all memory allocated by libpng like this:
2951
2952 png_destroy_read_struct(&png_ptr, &info_ptr,
2953 &end_info);
2954
Glenn Randers-Pehrson20786be2011-04-20 22:20:40 -05002955or, if you didn't create an end_info structure,
2956
2957 png_destroy_read_struct(&png_ptr, &info_ptr,
2958 (png_infopp)NULL);
2959
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002960It is also possible to individually free the info_ptr members that
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05002961point to libpng-allocated storage with the following function:
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002962
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002963 png_free_data(png_ptr, info_ptr, mask, seq)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002964
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05002965 mask - identifies data to be freed, a mask
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05002966 containing the bitwise OR of one or
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05002967 more of
2968 PNG_FREE_PLTE, PNG_FREE_TRNS,
2969 PNG_FREE_HIST, PNG_FREE_ICCP,
2970 PNG_FREE_PCAL, PNG_FREE_ROWS,
2971 PNG_FREE_SCAL, PNG_FREE_SPLT,
2972 PNG_FREE_TEXT, PNG_FREE_UNKN,
2973 or simply PNG_FREE_ALL
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002974
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06002975 seq - sequence number of item to be freed
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05002976 (\-1 for all items)
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002977
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05002978This function may be safely called when the relevant storage has
Glenn Randers-Pehrson68ea2432000-04-01 21:10:05 -06002979already been freed, or has not yet been allocated, or was allocated
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06002980by the user and not by libpng, and will in those cases do nothing.
2981The "seq" parameter is ignored if only one item of the selected data
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05002982type, such as PLTE, is allowed. If "seq" is not \-1, and multiple items
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06002983are allowed for the data type identified in the mask, such as text or
2984sPLT, only the n'th item in the structure is freed, where n is "seq".
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06002985
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05002986The default behavior is only to free data that was allocated internally
2987by libpng. This can be changed, so that libpng will not free the data,
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05002988or so that it will free data that was allocated by the user with png_malloc()
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06002989or png_calloc() and passed in via a png_set_*() function, with
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05002990
2991 png_data_freer(png_ptr, info_ptr, freer, mask)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002992
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05002993 freer - one of
2994 PNG_DESTROY_WILL_FREE_DATA
2995 PNG_SET_WILL_FREE_DATA
2996 PNG_USER_WILL_FREE_DATA
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05002997
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06002998 mask - which data elements are affected
2999 same choices as in png_free_data()
3000
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05003001This function only affects data that has already been allocated.
3002You can call this function after reading the PNG data but before calling
3003any png_set_*() functions, to control whether the user or the png_set_*()
3004function is responsible for freeing any existing data that might be present,
3005and again after the png_set_*() functions to control whether the user
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05003006or png_destroy_*() is supposed to free the data. When the user assumes
3007responsibility for libpng-allocated data, the application must use
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05003008png_free() to free it, and when the user transfers responsibility to libpng
3009for data that the user has allocated, the user must have used png_malloc()
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06003010or png_calloc() to allocate it.
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05003011
3012If you allocated your row_pointers in a single block, as suggested above in
3013the description of the high level read interface, you must not transfer
3014responsibility for freeing it to the png_set_rows or png_read_destroy function,
3015because they would also try to free the individual row_pointers[i].
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05003016
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05003017If you allocated text_ptr.text, text_ptr.lang, and text_ptr.translated_keyword
3018separately, do not transfer responsibility for freeing text_ptr to libpng,
3019because when libpng fills a png_text structure it combines these members with
3020the key member, and png_free_data() will free only text_ptr.key. Similarly,
3021if you transfer responsibility for free'ing text_ptr from libpng to your
3022application, your application must not separately free those members.
3023
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05003024The png_free_data() function will turn off the "valid" flag for anything
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06003025it frees. If you need to turn the flag off for a chunk that was freed by
3026your application instead of by libpng, you can use
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05003027
3028 png_set_invalid(png_ptr, info_ptr, mask);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003029
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05003030 mask - identifies the chunks to be made invalid,
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05003031 containing the bitwise OR of one or
Glenn Randers-Pehrsond56aca72000-11-23 11:51:42 -06003032 more of
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05003033 PNG_INFO_gAMA, PNG_INFO_sBIT,
3034 PNG_INFO_cHRM, PNG_INFO_PLTE,
3035 PNG_INFO_tRNS, PNG_INFO_bKGD,
Glenn Randers-Pehrson68cb0aa2017-07-13 11:19:53 -05003036 PNG_INFO_eXIf,
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05003037 PNG_INFO_hIST, PNG_INFO_pHYs,
3038 PNG_INFO_oFFs, PNG_INFO_tIME,
3039 PNG_INFO_pCAL, PNG_INFO_sRGB,
3040 PNG_INFO_iCCP, PNG_INFO_sPLT,
3041 PNG_INFO_sCAL, PNG_INFO_IDAT
3042
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003043For a more compact example of reading a PNG image, see the file example.c.
3044
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003045.SS Reading PNG files progressively
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003046
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05003047The progressive reader is slightly different from the non-progressive
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003048reader. Instead of calling png_read_info(), png_read_rows(), and
3049png_read_end(), you make one call to png_process_data(), which calls
3050callbacks when it has the info, a row, or the end of the image. You
3051set up these callbacks with png_set_progressive_read_fn(). You don't
3052have to worry about the input/output functions of libpng, as you are
3053giving the library the data directly in png_process_data(). I will
3054assume that you have read the section on reading PNG files above,
3055so I will only highlight the differences (although I will show
3056all of the code).
3057
3058png_structp png_ptr;
3059png_infop info_ptr;
3060
3061 /* An example code fragment of how you would
3062 initialize the progressive reader in your
3063 application. */
3064 int
3065 initialize_png_reader()
3066 {
3067 png_ptr = png_create_read_struct
Glenn Randers-Pehrson61ea3ea2014-11-06 06:39:56 -06003068 (PNG_LIBPNG_VER_STRING, (png_voidp)user_error_ptr,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003069 user_error_fn, user_warning_fn);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003070
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003071 if (!png_ptr)
Cosmin Truta46aedd82018-07-15 23:58:00 -04003072 return ERROR;
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003073
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003074 info_ptr = png_create_info_struct(png_ptr);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003075
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003076 if (!info_ptr)
3077 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003078 png_destroy_read_struct(&png_ptr,
3079 (png_infopp)NULL, (png_infopp)NULL);
Cosmin Truta46aedd82018-07-15 23:58:00 -04003080 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003081 }
3082
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06003083 if (setjmp(png_jmpbuf(png_ptr)))
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003084 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003085 png_destroy_read_struct(&png_ptr, &info_ptr,
3086 (png_infopp)NULL);
Cosmin Truta46aedd82018-07-15 23:58:00 -04003087 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003088 }
3089
3090 /* This one's new. You can provide functions
3091 to be called when the header info is valid,
3092 when each row is completed, and when the image
3093 is finished. If you aren't using all functions,
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003094 you can specify NULL parameters. Even when all
3095 three functions are NULL, you need to call
3096 png_set_progressive_read_fn(). You can use
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003097 any struct as the user_ptr (cast to a void pointer
3098 for the function call), and retrieve the pointer
3099 from inside the callbacks using the function
3100
3101 png_get_progressive_ptr(png_ptr);
3102
3103 which will return a void pointer, which you have
3104 to cast appropriately.
3105 */
3106 png_set_progressive_read_fn(png_ptr, (void *)user_ptr,
3107 info_callback, row_callback, end_callback);
3108
3109 return 0;
3110 }
3111
3112 /* A code fragment that you call as you receive blocks
3113 of data */
3114 int
3115 process_data(png_bytep buffer, png_uint_32 length)
3116 {
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06003117 if (setjmp(png_jmpbuf(png_ptr)))
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003118 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003119 png_destroy_read_struct(&png_ptr, &info_ptr,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003120 (png_infopp)NULL);
Cosmin Truta46aedd82018-07-15 23:58:00 -04003121 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003122 }
3123
3124 /* This one's new also. Simply give it a chunk
3125 of data from the file stream (in order, of
3126 course). On machines with segmented memory
3127 models machines, don't give it any more than
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003128 64K. The library seems to run fine with sizes
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003129 of 4K. Although you can give it much less if
3130 necessary (I assume you can give it chunks of
Glenn Randers-Pehrsonbbe2be32015-03-07 13:13:11 -06003131 1 byte, I haven't tried less than 256 bytes
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003132 yet). When this function returns, you may
3133 want to display any rows that were generated
3134 in the row callback if you don't already do
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003135 so there.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003136 */
3137 png_process_data(png_ptr, info_ptr, buffer, length);
John Bowlerf19abd62011-01-22 18:29:24 -06003138
3139 /* At this point you can call png_process_data_skip if
3140 you want to handle data the library will skip yourself;
3141 it simply returns the number of bytes to skip (and stops
3142 libpng skipping that number of bytes on the next
3143 png_process_data call).
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003144 return 0;
3145 }
3146
3147 /* This function is called (as set by
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003148 png_set_progressive_read_fn() above) when enough data
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003149 has been supplied so all of the header has been
3150 read.
3151 */
3152 void
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06003153 info_callback(png_structp png_ptr, png_infop info)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003154 {
3155 /* Do any setup here, including setting any of
3156 the transformations mentioned in the Reading
3157 PNG files section. For now, you _must_ call
3158 either png_start_read_image() or
3159 png_read_update_info() after all the
3160 transformations are set (even if you don't set
3161 any). You may start getting rows before
3162 png_process_data() returns, so this is your
3163 last chance to prepare for that.
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06003164
3165 This is where you turn on interlace handling,
3166 assuming you don't want to do it yourself.
John Bowlerf19abd62011-01-22 18:29:24 -06003167
3168 If you need to you can stop the processing of
3169 your original input data at this point by calling
3170 png_process_data_pause. This returns the number
3171 of unprocessed bytes from the last png_process_data
3172 call - it is up to you to ensure that the next call
3173 sees these bytes again. If you don't want to bother
3174 with this you can get libpng to cache the unread
3175 bytes by setting the 'save' parameter (see png.h) but
3176 then libpng will have to copy the data internally.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003177 */
3178 }
3179
3180 /* This function is called when each row of image
3181 data is complete */
3182 void
3183 row_callback(png_structp png_ptr, png_bytep new_row,
Glenn Randers-Pehrsone68f5a32001-05-14 09:20:53 -05003184 png_uint_32 row_num, int pass)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003185 {
3186 /* If the image is interlaced, and you turned
3187 on the interlace handler, this function will
3188 be called for every row in every pass. Some
3189 of these rows will not be changed from the
3190 previous pass. When the row is not changed,
3191 the new_row variable will be NULL. The rows
3192 and passes are called in order, so you don't
3193 really need the row_num and pass, but I'm
3194 supplying them because it may make your life
3195 easier.
3196
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06003197 If you did not turn on interlace handling then
3198 the callback is called for each row of each
3199 sub-image when the image is interlaced. In this
3200 case 'row_num' is the row in the sub-image, not
3201 the row in the output image as it is in all other
3202 cases.
3203
3204 For the non-NULL rows of interlaced images when
3205 you have switched on libpng interlace handling,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003206 you must call png_progressive_combine_row()
3207 passing in the row and the old row. You can
3208 call this function for NULL rows (it will just
3209 return) and for non-interlaced images (it just
3210 does the memcpy for you) if it will make the
3211 code easier. Thus, you can just do this for
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06003212 all cases if you switch on interlace handling;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003213 */
3214
3215 png_progressive_combine_row(png_ptr, old_row,
3216 new_row);
3217
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05003218 /* where old_row is what was displayed
Glenn Randers-Pehrson345bc271998-06-14 14:43:31 -05003219 previously for the row. Note that the first
3220 pass (pass == 0, really) will completely cover
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003221 the old row, so the rows do not have to be
3222 initialized. After the first pass (and only
3223 for interlaced images), you will have to pass
3224 the current row, and the function will combine
3225 the old row and the new row.
John Bowlerf19abd62011-01-22 18:29:24 -06003226
3227 You can also call png_process_data_pause in this
3228 callback - see above.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003229 */
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003230 }
3231
3232 void
3233 end_callback(png_structp png_ptr, png_infop info)
3234 {
3235 /* This function is called after the whole image
3236 has been read, including any chunks after the
3237 image (up to and including the IEND). You
3238 will usually have the same info chunk as you
3239 had in the header, although some data may have
3240 been added to the comments and time fields.
3241
3242 Most people won't do much here, perhaps setting
3243 a flag that marks the image as finished.
3244 */
3245 }
3246
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05003247
3248
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06003249.SH IV. Writing
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003250
3251Much of this is very similar to reading. However, everything of
3252importance is repeated here, so you won't have to constantly look
3253back up in the reading section to understand writing.
3254
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003255.SS Setup
3256
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003257You will want to do the I/O initialization before you get into libpng,
3258so if it doesn't work, you don't have anything to undo. If you are not
3259using the standard I/O functions, you will need to replace them with
3260custom writing functions. See the discussion under Customizing libpng.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003261
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003262 FILE *fp = fopen(file_name, "wb");
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003263
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003264 if (!fp)
Cosmin Truta46aedd82018-07-15 23:58:00 -04003265 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003266
3267Next, png_struct and png_info need to be allocated and initialized.
3268As these can be both relatively large, you may not want to store these
3269on the stack, unless you have stack space to spare. Of course, you
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06003270will want to check if they return NULL. If you are also reading,
3271you won't want to name your read structure and your write structure
3272both "png_ptr"; you can call them anything you like, such as
3273"read_ptr" and "write_ptr". Look at pngtest.c, for example.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003274
3275 png_structp png_ptr = png_create_write_struct
Glenn Randers-Pehrson61ea3ea2014-11-06 06:39:56 -06003276 (PNG_LIBPNG_VER_STRING, (png_voidp)user_error_ptr,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003277 user_error_fn, user_warning_fn);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003278
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003279 if (!png_ptr)
Cosmin Truta46aedd82018-07-15 23:58:00 -04003280 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003281
3282 png_infop info_ptr = png_create_info_struct(png_ptr);
3283 if (!info_ptr)
3284 {
3285 png_destroy_write_struct(&png_ptr,
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003286 (png_infopp)NULL);
Cosmin Truta46aedd82018-07-15 23:58:00 -04003287 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003288 }
3289
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -05003290If you want to use your own memory allocation routines,
3291define PNG_USER_MEM_SUPPORTED and use
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003292png_create_write_struct_2() instead of png_create_write_struct():
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -05003293
3294 png_structp png_ptr = png_create_write_struct_2
Glenn Randers-Pehrson61ea3ea2014-11-06 06:39:56 -06003295 (PNG_LIBPNG_VER_STRING, (png_voidp)user_error_ptr,
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -05003296 user_error_fn, user_warning_fn, (png_voidp)
3297 user_mem_ptr, user_malloc_fn, user_free_fn);
3298
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003299After you have these structures, you will need to set up the
3300error handling. When libpng encounters an error, it expects to
3301longjmp() back to your routine. Therefore, you will need to call
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06003302setjmp() and pass the png_jmpbuf(png_ptr). If you
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003303write the file from different routines, you will need to update
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06003304the png_jmpbuf(png_ptr) every time you enter a new routine that will
3305call a png_*() function. See your documentation of setjmp/longjmp
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003306for your compiler for more information on setjmp/longjmp. See
3307the discussion on libpng error handling in the Customizing Libpng
3308section below for more information on the libpng error handling.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003309
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06003310 if (setjmp(png_jmpbuf(png_ptr)))
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003311 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003312 png_destroy_write_struct(&png_ptr, &info_ptr);
Glenn Randers-Pehrson104622b2000-05-29 08:58:03 -05003313 fclose(fp);
Cosmin Truta46aedd82018-07-15 23:58:00 -04003314 return ERROR;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003315 }
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003316 ...
3317 return;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003318
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003319If you would rather avoid the complexity of setjmp/longjmp issues,
Glenn Randers-Pehrson54ac9a92010-04-02 17:06:22 -05003320you can compile libpng with PNG_NO_SETJMP, in which case
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003321errors will result in a call to PNG_ABORT() which defaults to abort().
3322
Glenn Randers-Pehrson54ac9a92010-04-02 17:06:22 -05003323You can #define PNG_ABORT() to a function that does something
3324more useful than abort(), as long as your function does not
3325return.
3326
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06003327Checking for invalid palette index on write was added at libpng
33281.5.10. If a pixel contains an invalid (out-of-range) index libpng issues
3329a benign error. This is enabled by default because this condition is an
3330error according to the PNG specification, Clause 11.3.2, but the error can
3331be ignored in each png_ptr with
3332
3333 png_set_check_for_invalid_index(png_ptr, 0);
3334
3335If the error is ignored, or if png_benign_error() treats it as a warning,
3336any invalid pixels are written as-is by the encoder, resulting in an
3337invalid PNG datastream as output. In this case the application is
3338responsible for ensuring that the pixel indexes are in range when it writes
3339a PLTE chunk with fewer entries than the bit depth would allow.
3340
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003341Now you need to set up the output code. The default for libpng is to
3342use the C function fwrite(). If you use this, you will need to pass a
3343valid FILE * in the function png_init_io(). Be sure that the file is
3344opened in binary mode. Again, if you wish to handle writing data in
3345another way, see the discussion on libpng I/O handling in the Customizing
3346Libpng section below.
3347
3348 png_init_io(png_ptr, fp);
3349
Glenn Randers-Pehrsond60b8fa2006-04-20 21:31:14 -05003350If you are embedding your PNG into a datastream such as MNG, and don't
3351want libpng to write the 8-byte signature, or if you have already
3352written the signature in your application, use
3353
3354 png_set_sig_bytes(png_ptr, 8);
3355
3356to inform libpng that it should not write a signature.
3357
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003358.SS Write callbacks
3359
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06003360At this point, you can set up a callback function that will be
3361called after each row has been written, which you can use to control
3362a progress meter or the like. It's demonstrated in pngtest.c.
3363You must supply a function
3364
Glenn Randers-Pehrson81ce8892011-01-24 08:04:37 -06003365 void write_row_callback(png_structp png_ptr, png_uint_32 row,
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003366 int pass);
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06003367 {
3368 /* put your code here */
3369 }
3370
3371(You can give it another name that you like instead of "write_row_callback")
3372
3373To inform libpng about your function, use
3374
3375 png_set_write_status_fn(png_ptr, write_row_callback);
3376
John Bowler59010e52011-02-16 06:16:31 -06003377When this function is called the row has already been completely processed and
3378it has also been written out. The 'row' and 'pass' refer to the next row to be
3379handled. For the
3380non-interlaced case the row that was just handled is simply one less than the
3381passed in row number, and pass will always be 0. For the interlaced case the
3382same applies unless the row value is 0, in which case the row just handled was
3383the last one from one of the preceding passes. Because interlacing may skip a
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05003384pass you cannot be sure that the preceding pass is just 'pass\-1', if you really
John Bowler59010e52011-02-16 06:16:31 -06003385need to know what the last pass is record (row,pass) from the callback and use
3386the last recorded value each time.
3387
3388As with the user transform you can find the output row using the
3389PNG_ROW_FROM_PASS_ROW macro.
3390
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003391You now have the option of modifying how the compression library will
3392run. The following functions are mainly for testing, but may be useful
3393in some cases, like if you need to write PNG files extremely fast and
3394are willing to give up some compression, or if you want to get the
3395maximum possible compression at the expense of slower writing. If you
3396have no special needs in this area, let the library do what it wants by
3397not calling this function at all, as it has been tuned to deliver a good
3398speed/compression ratio. The second parameter to png_set_filter() is
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06003399the filter method, for which the only valid values are 0 (as of the
3400July 1999 PNG specification, version 1.2) or 64 (if you are writing
3401a PNG datastream that is to be embedded in a MNG datastream). The third
3402parameter is a flag that indicates which filter type(s) are to be tested
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06003403for each scanline. See the PNG specification for details on the specific
3404filter types.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003405
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003406
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003407 /* turn on or off filtering, and/or choose
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003408 specific filters. You can use either a single
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05003409 PNG_FILTER_VALUE_NAME or the bitwise OR of one
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003410 or more PNG_FILTER_NAME masks.
3411 */
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003412 png_set_filter(png_ptr, 0,
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003413 PNG_FILTER_NONE | PNG_FILTER_VALUE_NONE |
3414 PNG_FILTER_SUB | PNG_FILTER_VALUE_SUB |
3415 PNG_FILTER_UP | PNG_FILTER_VALUE_UP |
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05003416 PNG_FILTER_AVG | PNG_FILTER_VALUE_AVG |
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003417 PNG_FILTER_PAETH | PNG_FILTER_VALUE_PAETH|
Glenn Randers-Pehrsonfa551df2016-04-11 08:23:16 -05003418 PNG_ALL_FILTERS | PNG_FAST_FILTERS);
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003419
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06003420If an application wants to start and stop using particular filters during
3421compression, it should start out with all of the filters (to ensure that
3422the previous row of pixels will be stored in case it's needed later),
3423and then add and remove them after the start of compression.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003424
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06003425If you are writing a PNG datastream that is to be embedded in a MNG
3426datastream, the second parameter can be either 0 or 64.
3427
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -06003428The png_set_compression_*() functions interface to the zlib compression
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003429library, and should mostly be ignored unless you really know what you are
3430doing. The only generally useful call is png_set_compression_level()
3431which changes how much time zlib spends on trying to compress the image
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003432data. See the Compression Library (zlib.h and algorithm.txt, distributed
3433with zlib) for details on the compression levels.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003434
Glenn Randers-Pehrson38734ee2011-03-03 06:23:31 -06003435 #include zlib.h
3436
Glenn Randers-Pehrsona45f47c2011-04-01 15:31:26 -05003437 /* Set the zlib compression level */
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003438 png_set_compression_level(png_ptr,
3439 Z_BEST_COMPRESSION);
3440
Glenn Randers-Pehrsona45f47c2011-04-01 15:31:26 -05003441 /* Set other zlib parameters for compressing IDAT */
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003442 png_set_compression_mem_level(png_ptr, 8);
3443 png_set_compression_strategy(png_ptr,
3444 Z_DEFAULT_STRATEGY);
3445 png_set_compression_window_bits(png_ptr, 15);
3446 png_set_compression_method(png_ptr, 8);
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003447 png_set_compression_buffer_size(png_ptr, 8192)
3448
Glenn Randers-Pehrsona45f47c2011-04-01 15:31:26 -05003449 /* Set zlib parameters for text compression
3450 * If you don't call these, the parameters
3451 * fall back on those defined for IDAT chunks
3452 */
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -05003453 png_set_text_compression_mem_level(png_ptr, 8);
3454 png_set_text_compression_strategy(png_ptr,
3455 Z_DEFAULT_STRATEGY);
3456 png_set_text_compression_window_bits(png_ptr, 15);
3457 png_set_text_compression_method(png_ptr, 8);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003458
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003459.SS Setting the contents of info for output
3460
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003461You now need to fill in the png_info structure with all the data you
3462wish to write before the actual image. Note that the only thing you
3463are allowed to write after the image is the text chunks and the time
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05003464chunk (as of PNG Specification 1.2, anyway). See png_write_end() and
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003465the latest PNG specification for more information on that. If you
3466wish to write them before the image, fill them in now, and flag that
3467data as being valid. If you want to wait until after the data, don't
3468fill them until png_write_end(). For all the fields in png_info and
3469their data types, see png.h. For explanations of what the fields
3470contain, see the PNG specification.
3471
3472Some of the more important parts of the png_info are:
3473
3474 png_set_IHDR(png_ptr, info_ptr, width, height,
3475 bit_depth, color_type, interlace_type,
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06003476 compression_type, filter_method)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003477
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003478 width - holds the width of the image
3479 in pixels (up to 2^31).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003480
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003481 height - holds the height of the image
3482 in pixels (up to 2^31).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003483
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003484 bit_depth - holds the bit depth of one of the
3485 image channels.
3486 (valid values are 1, 2, 4, 8, 16
3487 and depend also on the
3488 color_type. See also significant
3489 bits (sBIT) below).
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003490
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003491 color_type - describes which color/alpha
3492 channels are present.
3493 PNG_COLOR_TYPE_GRAY
3494 (bit depths 1, 2, 4, 8, 16)
3495 PNG_COLOR_TYPE_GRAY_ALPHA
3496 (bit depths 8, 16)
3497 PNG_COLOR_TYPE_PALETTE
3498 (bit depths 1, 2, 4, 8)
3499 PNG_COLOR_TYPE_RGB
3500 (bit_depths 8, 16)
3501 PNG_COLOR_TYPE_RGB_ALPHA
3502 (bit_depths 8, 16)
3503
3504 PNG_COLOR_MASK_PALETTE
3505 PNG_COLOR_MASK_COLOR
3506 PNG_COLOR_MASK_ALPHA
3507
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06003508 interlace_type - PNG_INTERLACE_NONE or
3509 PNG_INTERLACE_ADAM7
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003510
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003511 compression_type - (must be
3512 PNG_COMPRESSION_TYPE_DEFAULT)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003513
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06003514 filter_method - (must be PNG_FILTER_TYPE_DEFAULT
3515 or, if you are writing a PNG to
3516 be embedded in a MNG datastream,
3517 can also be
3518 PNG_INTRAPIXEL_DIFFERENCING)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003519
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05003520If you call png_set_IHDR(), the call must appear before any of the
Glenn Randers-Pehrsond60c8862009-06-15 21:56:14 -05003521other png_set_*() functions, because they might require access to some of
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05003522the IHDR settings. The remaining png_set_*() functions can be called
3523in any order.
3524
Glenn Randers-Pehrsonb5444a12009-06-08 08:36:19 -05003525If you wish, you can reset the compression_type, interlace_type, or
3526filter_method later by calling png_set_IHDR() again; if you do this, the
3527width, height, bit_depth, and color_type must be the same in each call.
Glenn Randers-Pehrson424c9852009-06-02 13:45:15 -05003528
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003529 png_set_PLTE(png_ptr, info_ptr, palette,
3530 num_palette);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003531
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003532 palette - the palette for the file
3533 (array of png_color)
3534 num_palette - number of entries in the palette
3535
Glenn Randers-Pehrson5b6a6f92015-12-02 19:50:48 -06003536
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -06003537 png_set_gAMA(png_ptr, info_ptr, file_gamma);
3538 png_set_gAMA_fixed(png_ptr, info_ptr, int_file_gamma);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003539
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -06003540 file_gamma - the gamma at which the image was
3541 created (PNG_INFO_gAMA)
3542
3543 int_file_gamma - 100,000 times the gamma at which
3544 the image was created
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003545
John Bowlerbbd17bd2011-08-25 17:48:18 -05003546 png_set_cHRM(png_ptr, info_ptr, white_x, white_y, red_x, red_y,
3547 green_x, green_y, blue_x, blue_y)
3548 png_set_cHRM_XYZ(png_ptr, info_ptr, red_X, red_Y, red_Z, green_X,
3549 green_Y, green_Z, blue_X, blue_Y, blue_Z)
3550 png_set_cHRM_fixed(png_ptr, info_ptr, int_white_x, int_white_y,
3551 int_red_x, int_red_y, int_green_x, int_green_y,
3552 int_blue_x, int_blue_y)
3553 png_set_cHRM_XYZ_fixed(png_ptr, info_ptr, int_red_X, int_red_Y,
3554 int_red_Z, int_green_X, int_green_Y, int_green_Z,
3555 int_blue_X, int_blue_Y, int_blue_Z)
3556
3557 {white,red,green,blue}_{x,y}
3558 A color space encoding specified using the chromaticities
3559 of the end points and the white point.
3560
3561 {red,green,blue}_{X,Y,Z}
3562 A color space encoding specified using the encoding end
3563 points - the CIE tristimulus specification of the intended
3564 color of the red, green and blue channels in the PNG RGB
3565 data. The white point is simply the sum of the three end
3566 points.
3567
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003568 png_set_sRGB(png_ptr, info_ptr, srgb_intent);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003569
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003570 srgb_intent - the rendering intent
3571 (PNG_INFO_sRGB) The presence of
3572 the sRGB chunk means that the pixel
3573 data is in the sRGB color space.
3574 This chunk also implies specific
3575 values of gAMA and cHRM. Rendering
3576 intent is the CSS-1 property that
3577 has been defined by the International
3578 Color Consortium
3579 (http://www.color.org).
3580 It can be one of
Glenn Randers-Pehrson5379b241999-11-27 10:22:33 -06003581 PNG_sRGB_INTENT_SATURATION,
3582 PNG_sRGB_INTENT_PERCEPTUAL,
3583 PNG_sRGB_INTENT_ABSOLUTE, or
3584 PNG_sRGB_INTENT_RELATIVE.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003585
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003586
3587 png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr,
3588 srgb_intent);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003589
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003590 srgb_intent - the rendering intent
3591 (PNG_INFO_sRGB) The presence of the
3592 sRGB chunk means that the pixel
3593 data is in the sRGB color space.
3594 This function also causes gAMA and
3595 cHRM chunks with the specific values
3596 that are consistent with sRGB to be
3597 written.
3598
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003599 png_set_iCCP(png_ptr, info_ptr, name, compression_type,
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06003600 profile, proflen);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003601
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06003602 name - The profile name.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003603
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06003604 compression_type - The compression type; always
3605 PNG_COMPRESSION_TYPE_BASE for PNG 1.0.
3606 You may give NULL to this argument to
3607 ignore it.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003608
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06003609 profile - International Color Consortium color
3610 profile data. May contain NULs.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003611
Glenn Randers-Pehrson4a5a1ec2011-01-15 11:43:28 -06003612 proflen - length of profile data in bytes.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003613
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003614 png_set_sBIT(png_ptr, info_ptr, sig_bit);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003615
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003616 sig_bit - the number of significant bits for
3617 (PNG_INFO_sBIT) each of the gray, red,
3618 green, and blue channels, whichever are
3619 appropriate for the given color type
3620 (png_color_16)
3621
Glenn Randers-Pehrson866b62a2009-08-08 16:33:14 -05003622 png_set_tRNS(png_ptr, info_ptr, trans_alpha,
3623 num_trans, trans_color);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003624
Glenn Randers-Pehrson866b62a2009-08-08 16:33:14 -05003625 trans_alpha - array of alpha (transparency)
3626 entries for palette (PNG_INFO_tRNS)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003627
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05003628 num_trans - number of transparent entries
3629 (PNG_INFO_tRNS)
3630
Glenn Randers-Pehrsonb5444a12009-06-08 08:36:19 -05003631 trans_color - graylevel or color sample values
3632 (in order red, green, blue) of the
3633 single transparent color for
Glenn Randers-Pehrson3d5a5202000-07-01 15:37:28 -05003634 non-paletted images (PNG_INFO_tRNS)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003635
Glenn Randers-Pehrson6f89dff2017-08-03 10:27:09 -05003636 png_set_eXIf_1(png_ptr, info_ptr, num_exif, exif);
Glenn Randers-Pehrson7c709f02017-08-02 16:48:11 -05003637
Glenn Randers-Pehrsonf8de55d2017-08-02 06:54:10 -05003638 exif - Exif profile (array of
Glenn Randers-Pehrson68cb0aa2017-07-13 11:19:53 -05003639 png_byte) (PNG_INFO_eXIf)
3640
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003641 png_set_hIST(png_ptr, info_ptr, hist);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003642
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003643 hist - histogram of palette (array of
Glenn Randers-Pehrson8d0bc0f2011-01-25 22:15:58 -06003644 png_uint_16) (PNG_INFO_hIST)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003645
3646 png_set_tIME(png_ptr, info_ptr, mod_time);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003647
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003648 mod_time - time image was last modified
3649 (PNG_VALID_tIME)
3650
3651 png_set_bKGD(png_ptr, info_ptr, background);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003652
Glenn Randers-Pehrsonab389792011-07-09 19:35:22 -05003653 background - background color (of type
3654 png_color_16p) (PNG_VALID_bKGD)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003655
3656 png_set_text(png_ptr, info_ptr, text_ptr, num_text);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003657
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003658 text_ptr - array of png_text holding image
3659 comments
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003660
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003661 text_ptr[i].compression - type of compression used
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003662 on "text" PNG_TEXT_COMPRESSION_NONE
3663 PNG_TEXT_COMPRESSION_zTXt
3664 PNG_ITXT_COMPRESSION_NONE
3665 PNG_ITXT_COMPRESSION_zTXt
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003666 text_ptr[i].key - keyword for comment. Must contain
3667 1-79 characters.
3668 text_ptr[i].text - text comments for current
3669 keyword. Can be NULL or empty.
3670 text_ptr[i].text_length - length of text string,
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003671 after decompression, 0 for iTXt
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003672 text_ptr[i].itxt_length - length of itxt string,
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003673 after decompression, 0 for tEXt/zTXt
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003674 text_ptr[i].lang - language of comment (NULL or
3675 empty for unknown).
3676 text_ptr[i].translated_keyword - keyword in UTF-8 (NULL
3677 or empty for unknown).
Glenn Randers-Pehrson680da022011-11-21 17:05:41 -06003678
Glenn Randers-Pehrson8f5846f2009-10-31 21:31:08 -05003679 Note that the itxt_length, lang, and lang_key
Glenn Randers-Pehrson680da022011-11-21 17:05:41 -06003680 members of the text_ptr structure only exist when the
3681 library is built with iTXt chunk support. Prior to
3682 libpng-1.4.0 the library was built by default without
3683 iTXt support. Also note that when iTXt is supported,
3684 they contain NULL pointers when the "compression"
3685 field contains PNG_TEXT_COMPRESSION_NONE or
3686 PNG_TEXT_COMPRESSION_zTXt.
Glenn Randers-Pehrson8f5846f2009-10-31 21:31:08 -05003687
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003688 num_text - number of comments
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003689
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003690 png_set_sPLT(png_ptr, info_ptr, &palette_ptr,
3691 num_spalettes);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003692
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003693 palette_ptr - array of png_sPLT_struct structures
3694 to be added to the list of palettes
3695 in the info structure.
3696 num_spalettes - number of palette structures to be
3697 added.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003698
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003699 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y,
3700 unit_type);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003701
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003702 offset_x - positive offset from the left
3703 edge of the screen
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003704
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003705 offset_y - positive offset from the top
3706 edge of the screen
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003707
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003708 unit_type - PNG_OFFSET_PIXEL, PNG_OFFSET_MICROMETER
3709
3710 png_set_pHYs(png_ptr, info_ptr, res_x, res_y,
3711 unit_type);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003712
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003713 res_x - pixels/unit physical resolution
3714 in x direction
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003715
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003716 res_y - pixels/unit physical resolution
3717 in y direction
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003718
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06003719 unit_type - PNG_RESOLUTION_UNKNOWN,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003720 PNG_RESOLUTION_METER
3721
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003722 png_set_sCAL(png_ptr, info_ptr, unit, width, height)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003723
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003724 unit - physical scale units (an integer)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003725
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003726 width - width of a pixel in physical scale units
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003727
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003728 height - height of a pixel in physical scale units
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003729 (width and height are doubles)
3730
3731 png_set_sCAL_s(png_ptr, info_ptr, unit, width, height)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003732
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003733 unit - physical scale units (an integer)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003734
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003735 width - width of a pixel in physical scale units
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05003736 expressed as a string
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003737
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003738 height - height of a pixel in physical scale units
3739 (width and height are strings like "2.54")
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003740
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003741 png_set_unknown_chunks(png_ptr, info_ptr, &unknowns,
3742 num_unknowns)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003743
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003744 unknowns - array of png_unknown_chunk
3745 structures holding unknown chunks
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003746 unknowns[i].name - name of unknown chunk
3747 unknowns[i].data - data of unknown chunk
Glenn Randers-Pehrson4accabb2000-04-14 14:20:47 -05003748 unknowns[i].size - size of unknown chunk's data
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003749 unknowns[i].location - position to write chunk in file
3750 0: do not write chunk
3751 PNG_HAVE_IHDR: before PLTE
3752 PNG_HAVE_PLTE: before IDAT
3753 PNG_AFTER_IDAT: after IDAT
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003754
3755The "location" member is set automatically according to
3756what part of the output file has already been written.
3757You can change its value after calling png_set_unknown_chunks()
3758as demonstrated in pngtest.c. Within each of the "locations",
3759the chunks are sequenced according to their position in the
3760structure (that is, the value of "i", which is the order in which
3761the chunk was either read from the input file or defined with
3762png_set_unknown_chunks).
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003763
3764A quick word about text and num_text. text is an array of png_text
3765structures. num_text is the number of valid structures in the array.
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003766Each png_text structure holds a language code, a keyword, a text value,
3767and a compression type.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003768
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003769The compression types have the same valid numbers as the compression
3770types of the image data. Currently, the only valid number is zero.
3771However, you can store text either compressed or uncompressed, unlike
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003772images, which always have to be compressed. So if you don't want the
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003773text compressed, set the compression type to PNG_TEXT_COMPRESSION_NONE.
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003774Because tEXt and zTXt chunks don't have a language field, if you
3775specify PNG_TEXT_COMPRESSION_NONE or PNG_TEXT_COMPRESSION_zTXt
3776any language code or translated keyword will not be written out.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003777
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05003778Until text gets around a few hundred bytes, it is not worth compressing it.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003779After the text has been written out to the file, the compression type
3780is set to PNG_TEXT_COMPRESSION_NONE_WR or PNG_TEXT_COMPRESSION_zTXt_WR,
3781so that it isn't written out again at the end (in case you are calling
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003782png_write_end() with the same struct).
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003783
3784The keywords that are given in the PNG Specification are:
3785
3786 Title Short (one line) title or
3787 caption for image
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003788
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003789 Author Name of image's creator
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003790
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003791 Description Description of image (possibly long)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003792
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003793 Copyright Copyright notice
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003794
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003795 Creation Time Time of original image creation
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06003796 (usually RFC 1123 format, see below)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003797
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003798 Software Software used to create the image
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003799
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003800 Disclaimer Legal disclaimer
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003801
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003802 Warning Warning of nature of content
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003803
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003804 Source Device used to create the image
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06003805
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003806 Comment Miscellaneous comment; conversion
3807 from other image format
3808
3809The keyword-text pairs work like this. Keywords should be short
3810simple descriptions of what the comment is about. Some typical
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06003811keywords are found in the PNG specification, as is some recommendations
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003812on keywords. You can repeat keywords in a file. You can even write
3813some text before the image and some after. For example, you may want
3814to put a description of the image before the image, but leave the
3815disclaimer until after, so viewers working over modem connections
3816don't have to wait for the disclaimer to go over the modem before
3817they start seeing the image. Finally, keywords should be full
3818words, not abbreviations. Keywords and text are in the ISO 8859-1
3819(Latin-1) character set (a superset of regular ASCII) and can not
3820contain NUL characters, and should not contain control or other
3821unprintable characters. To make the comments widely readable, stick
3822with basic ASCII, and avoid machine specific character set extensions
3823like the IBM-PC character set. The keyword must be present, but
3824you can leave off the text string on non-compressed pairs.
3825Compressed pairs must have a text string, as only the text string
3826is compressed anyway, so the compression would be meaningless.
3827
3828PNG supports modification time via the png_time structure. Two
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05003829conversion routines are provided, png_convert_from_time_t() for
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003830time_t and png_convert_from_struct_tm() for struct tm. The
3831time_t routine uses gmtime(). You don't have to use either of
3832these, but if you wish to fill in the png_time structure directly,
3833you should provide the time in universal time (GMT) if possible
3834instead of your local time. Note that the year number is the full
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06003835year (e.g. 1998, rather than 98 - PNG is year 2000 compliant!), and
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003836that months start with 1.
3837
3838If you want to store the time of the original image creation, you should
3839use a plain tEXt chunk with the "Creation Time" keyword. This is
3840necessary because the "creation time" of a PNG image is somewhat vague,
3841depending on whether you mean the PNG file, the time the image was
3842created in a non-PNG format, a still photo from which the image was
3843scanned, or possibly the subject matter itself. In order to facilitate
3844machine-readable dates, it is recommended that the "Creation Time"
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06003845tEXt chunk use RFC 1123 format dates (e.g. "22 May 1997 18:07:10 GMT"),
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003846although this isn't a requirement. Unlike the tIME chunk, the
3847"Creation Time" tEXt chunk is not expected to be automatically changed
3848by the software. To facilitate the use of RFC 1123 dates, a function
Glenn Randers-Pehrsonf7a7bb02014-10-17 09:06:25 -05003849png_convert_to_rfc1123_buffer(buffer, png_timep) is provided to
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06003850convert from PNG time to an RFC 1123 format string. The caller must provide
3851a writeable buffer of at least 29 bytes.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003852
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003853.SS Writing unknown chunks
3854
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05003855You can use the png_set_unknown_chunks function to queue up private chunks
3856for writing. You give it a chunk name, location, raw data, and a size. You
3857also must use png_set_keep_unknown_chunks() to ensure that libpng will
3858handle them. That's all there is to it. The chunks will be written by the
3859next following png_write_info_before_PLTE, png_write_info, or png_write_end
3860function, depending upon the specified location. Any chunks previously
3861read into the info structure's unknown-chunk list will also be written out
3862in a sequence that satisfies the PNG specification's ordering rules.
3863
3864Here is an example of writing two private chunks, prVt and miNE:
3865
3866 #ifdef PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED
3867 /* Set unknown chunk data */
3868 png_unknown_chunk unk_chunk[2];
3869 strcpy((char *) unk_chunk[0].name, "prVt";
3870 unk_chunk[0].data = (unsigned char *) "PRIVATE DATA";
3871 unk_chunk[0].size = strlen(unk_chunk[0].data)+1;
3872 unk_chunk[0].location = PNG_HAVE_IHDR;
3873 strcpy((char *) unk_chunk[1].name, "miNE";
3874 unk_chunk[1].data = (unsigned char *) "MY CHUNK DATA";
3875 unk_chunk[1].size = strlen(unk_chunk[0].data)+1;
3876 unk_chunk[1].location = PNG_AFTER_IDAT;
3877 png_set_unknown_chunks(write_ptr, write_info_ptr,
3878 unk_chunk, 2);
3879 /* Needed because miNE is not safe-to-copy */
3880 png_set_keep_unknown_chunks(png, PNG_HANDLE_CHUNK_ALWAYS,
3881 (png_bytep) "miNE", 1);
3882 # if PNG_LIBPNG_VER < 10600
3883 /* Deal with unknown chunk location bug in 1.5.x and earlier */
3884 png_set_unknown_chunk_location(png, info, 0, PNG_HAVE_IHDR);
3885 png_set_unknown_chunk_location(png, info, 1, PNG_AFTER_IDAT);
3886 # endif
3887 # if PNG_LIBPNG_VER < 10500
3888 /* PNG_AFTER_IDAT writes two copies of the chunk prior to libpng-1.5.0,
3889 * one before IDAT and another after IDAT, so don't use it; only use
3890 * PNG_HAVE_IHDR location. This call resets the location previously
3891 * set by assignment and png_set_unknown_chunk_location() for chunk 1.
3892 */
3893 png_set_unknown_chunk_location(png, info, 1, PNG_HAVE_IHDR);
3894 # endif
3895 #endif
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003896
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003897.SS The high-level write interface
3898
3899At this point there are two ways to proceed; through the high-level
3900write interface, or through a sequence of low-level write operations.
3901You can use the high-level interface if your image data is present
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05003902in the info structure. All defined output
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -06003903transformations are permitted, enabled by the following masks.
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003904
3905 PNG_TRANSFORM_IDENTITY No transformation
3906 PNG_TRANSFORM_PACKING Pack 1, 2 and 4-bit samples
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003907 PNG_TRANSFORM_PACKSWAP Change order of packed
3908 pixels to LSB first
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003909 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06003910 PNG_TRANSFORM_SHIFT Normalize pixels to the
3911 sBIT depth
3912 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA
3913 to BGRA
3914 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
3915 to AG
3916 PNG_TRANSFORM_INVERT_ALPHA Change alpha from opacity
3917 to transparency
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003918 PNG_TRANSFORM_SWAP_ENDIAN Byte-swap 16-bit samples
Glenn Randers-Pehrson1eb14e92008-12-10 07:14:45 -06003919 PNG_TRANSFORM_STRIP_FILLER Strip out filler
3920 bytes (deprecated).
3921 PNG_TRANSFORM_STRIP_FILLER_BEFORE Strip out leading
3922 filler bytes
3923 PNG_TRANSFORM_STRIP_FILLER_AFTER Strip out trailing
3924 filler bytes
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003925
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05003926If you have valid image data in the info structure (you can use
3927png_set_rows() to put image data in the info structure), simply do this:
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003928
3929 png_write_png(png_ptr, info_ptr, png_transforms, NULL)
3930
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05003931where png_transforms is an integer containing the bitwise OR of some set of
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003932transformation flags. This call is equivalent to png_write_info(),
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05003933followed the set of transformations indicated by the transform mask,
3934then png_write_image(), and finally png_write_end().
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003935
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05003936(The final parameter of this call is not yet used. Someday it might point
3937to transformation parameters required by some future output transform.)
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003938
Glenn Randers-Pehrsona4981d42004-08-25 22:00:45 -05003939You must use png_transforms and not call any png_set_transform() functions
3940when you use png_write_png().
3941
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003942.SS The low-level write interface
3943
3944If you are going the low-level route instead, you are now ready to
3945write all the file information up to the actual image data. You do
3946this with a call to png_write_info().
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003947
3948 png_write_info(png_ptr, info_ptr);
3949
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003950Note that there is one transformation you may need to do before
3951png_write_info(). In PNG files, the alpha channel in an image is the
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06003952level of opacity. If your data is supplied as a level of transparency,
3953you can invert the alpha channel before you write it, so that 0 is
3954fully transparent and 255 (in 8-bit or paletted images) or 65535
3955(in 16-bit images) is fully opaque, with
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06003956
3957 png_set_invert_alpha(png_ptr);
3958
3959This must appear before png_write_info() instead of later with the
3960other transformations because in the case of paletted images the tRNS
3961chunk data has to be inverted before the tRNS chunk is written. If
3962your image is not a paletted image, the tRNS data (which in such cases
3963represents a single color to be rendered as transparent) won't need to
3964be changed, and you can safely do this transformation after your
3965png_write_info() call.
3966
Glenn Randers-Pehrson5379b241999-11-27 10:22:33 -06003967If you need to write a private chunk that you want to appear before
3968the PLTE chunk when PLTE is present, you can write the PNG info in
3969two steps, and insert code to write your own chunk between them:
3970
3971 png_write_info_before_PLTE(png_ptr, info_ptr);
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06003972 png_set_unknown_chunks(png_ptr, info_ptr, ...);
Glenn Randers-Pehrson5379b241999-11-27 10:22:33 -06003973 png_write_info(png_ptr, info_ptr);
3974
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003975After you've written the file information, you can set up the library
3976to handle any special transformations of the image data. The various
3977ways to transform the data will be described in the order that they
3978should occur. This is important, as some of these change the color
3979type and/or bit depth of the data, and some others only work on
3980certain color types and bit depths. Even though each transformation
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06003981checks to see if it has data that it can do something with, you should
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003982make sure to only enable a transformation if it will be valid for the
3983data. For example, don't swap red and blue on grayscale data.
3984
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05003985PNG files store RGB pixels packed into 3 or 6 bytes. This code tells
Glenn Randers-Pehrson68ea2432000-04-01 21:10:05 -06003986the library to strip input data that has 4 or 8 bytes per pixel down
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06003987to 3 or 6 bytes (or strip 2 or 4-byte grayscale+filler data to 1 or 2
3988bytes per pixel).
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003989
3990 png_set_filler(png_ptr, 0, PNG_FILLER_BEFORE);
3991
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06003992where the 0 is unused, and the location is either PNG_FILLER_BEFORE or
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05003993PNG_FILLER_AFTER, depending upon whether the filler byte in the pixel
3994is stored XRGB or RGBX.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06003995
3996PNG files pack pixels of bit depths 1, 2, and 4 into bytes as small as
3997they can, resulting in, for example, 8 pixels per byte for 1 bit files.
3998If the data is supplied at 1 pixel per byte, use this code, which will
3999correctly pack the pixels into a single byte:
4000
4001 png_set_packing(png_ptr);
4002
4003PNG files reduce possible bit depths to 1, 2, 4, 8, and 16. If your
4004data is of another bit depth, you can write an sBIT chunk into the
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05004005file so that decoders can recover the original data if desired.
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06004006
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004007 /* Set the true bit depth of the image data */
4008 if (color_type & PNG_COLOR_MASK_COLOR)
4009 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004010 sig_bit.red = true_bit_depth;
4011 sig_bit.green = true_bit_depth;
4012 sig_bit.blue = true_bit_depth;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004013 }
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004014
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004015 else
4016 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004017 sig_bit.gray = true_bit_depth;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004018 }
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004019
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004020 if (color_type & PNG_COLOR_MASK_ALPHA)
4021 {
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004022 sig_bit.alpha = true_bit_depth;
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004023 }
4024
4025 png_set_sBIT(png_ptr, info_ptr, &sig_bit);
4026
4027If the data is stored in the row buffer in a bit depth other than
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06004028one supported by PNG (e.g. 3 bit data in the range 0-7 for a 4-bit PNG),
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004029this will scale the values to appear to be the correct bit depth as
4030is required by PNG.
4031
4032 png_set_shift(png_ptr, &sig_bit);
4033
Glenn Randers-Pehrson593fc042011-05-12 22:18:23 -05004034PNG files store 16-bit pixels in network byte order (big-endian,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004035ie. most significant bits first). This code would be used if they are
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06004036supplied the other way (little-endian, i.e. least significant bits
4037first, the way PCs store them):
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004038
4039 if (bit_depth > 8)
4040 png_set_swap(png_ptr);
4041
4042If you are using packed-pixel images (1, 2, or 4 bits/pixel), and you
4043need to change the order the pixels are packed into bytes, you can use:
4044
4045 if (bit_depth < 8)
4046 png_set_packswap(png_ptr);
4047
4048PNG files store 3 color pixels in red, green, blue order. This code
4049would be used if they are supplied as blue, green, red:
4050
4051 png_set_bgr(png_ptr);
4052
4053PNG files describe monochrome as black being zero and white being
4054one. This code would be used if the pixels are supplied with this reversed
4055(black being one and white being zero):
4056
4057 png_set_invert_mono(png_ptr);
4058
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06004059Finally, you can write your own transformation function if none of
4060the existing ones meets your needs. This is done by setting a callback
4061with
4062
4063 png_set_write_user_transform_fn(png_ptr,
4064 write_transform_fn);
4065
4066You must supply the function
4067
Glenn Randers-Pehrson93215672011-02-13 19:42:19 -06004068 void write_transform_fn(png_structp png_ptr, png_row_infop
4069 row_info, png_bytep data)
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06004070
4071See pngtest.c for a working example. Your function will be called
John Bowlerf19abd62011-01-22 18:29:24 -06004072before any of the other transformations are processed. If supported
4073libpng also supplies an information routine that may be called from
4074your callback:
4075
4076 png_get_current_row_number(png_ptr);
John Bowlercd113452011-02-16 06:15:13 -06004077 png_get_current_pass_number(png_ptr);
John Bowlerf19abd62011-01-22 18:29:24 -06004078
John Bowlercd113452011-02-16 06:15:13 -06004079This returns the current row passed to the transform. With interlaced
4080images the value returned is the row in the input sub-image image. Use
4081PNG_ROW_FROM_PASS_ROW(row, pass) and PNG_COL_FROM_PASS_COL(col, pass) to
4082find the output pixel (x,y) given an interlaced sub-image pixel (row,col,pass).
4083
4084The discussion of interlace handling above contains more information on how to
4085use these values.
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05004086
4087You can also set up a pointer to a user structure for use by your
4088callback function.
4089
4090 png_set_user_transform_info(png_ptr, user_ptr, 0, 0);
4091
4092The user_channels and user_depth parameters of this function are ignored
4093when writing; you can set them to zero as shown.
4094
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05004095You can retrieve the pointer via the function png_get_user_transform_ptr().
4096For example:
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05004097
4098 voidp write_user_transform_ptr =
4099 png_get_user_transform_ptr(png_ptr);
Glenn Randers-Pehrson08a33431998-03-07 06:06:55 -06004100
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004101It is possible to have libpng flush any pending output, either manually,
4102or automatically after a certain number of lines have been written. To
4103flush the output stream a single time call:
4104
4105 png_write_flush(png_ptr);
4106
4107and to have libpng flush the output stream periodically after a certain
4108number of scanlines have been written, call:
4109
4110 png_set_flush(png_ptr, nrows);
4111
4112Note that the distance between rows is from the last time png_write_flush()
4113was called, or the first row of the image if it has never been called.
4114So if you write 50 lines, and then png_set_flush 25, it will flush the
4115output on the next scanline, and every 25 lines thereafter, unless
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06004116png_write_flush() is called before 25 more lines have been written.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004117If nrows is too small (less than about 10 lines for a 640 pixel wide
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06004118RGB image) the image compression may decrease noticeably (although this
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004119may be acceptable for real-time applications). Infrequent flushing will
4120only degrade the compression performance by a few percent over images
4121that do not use flushing.
4122
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004123.SS Writing the image data
4124
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004125That's it for the transformations. Now you can write the image data.
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06004126The simplest way to do this is in one function call. If you have the
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004127whole image in memory, you can just call png_write_image() and libpng
4128will write the image. You will need to pass in an array of pointers to
4129each row. This function automatically handles interlacing, so you don't
4130need to call png_set_interlace_handling() or call this function multiple
4131times, or any of that other stuff necessary with png_write_rows().
4132
4133 png_write_image(png_ptr, row_pointers);
4134
4135where row_pointers is:
4136
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05004137 png_byte *row_pointers[height];
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004138
4139You can point to void or char or whatever you use for pixels.
4140
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05004141If you don't want to write the whole image at once, you can
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004142use png_write_rows() instead. If the file is not interlaced,
4143this is simple:
4144
4145 png_write_rows(png_ptr, row_pointers,
4146 number_of_rows);
4147
4148row_pointers is the same as in the png_write_image() call.
4149
4150If you are just writing one row at a time, you can do this with
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06004151a single row_pointer instead of an array of row_pointers:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004152
4153 png_bytep row_pointer = row;
4154
Glenn Randers-Pehrson520a7642000-03-21 05:13:06 -06004155 png_write_row(png_ptr, row_pointer);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004156
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004157When the file is interlaced, things can get a good deal more complicated.
4158The only currently (as of the PNG Specification version 1.2, dated July
41591999) defined interlacing scheme for PNG files is the "Adam7" interlace
4160scheme, that breaks down an image into seven smaller images of varying
4161size. libpng will build these images for you, or you can do them
4162yourself. If you want to build them yourself, see the PNG specification
4163for details of which pixels to write when.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004164
4165If you don't want libpng to handle the interlacing details, just
4166use png_set_interlace_handling() and call png_write_rows() the
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06004167correct number of times to write all the sub-images
4168(png_set_interlace_handling() returns the number of sub-images.)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004169
4170If you want libpng to build the sub-images, call this before you start
4171writing any rows:
4172
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06004173 number_of_passes = png_set_interlace_handling(png_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004174
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004175This will return the number of passes needed. Currently, this is seven,
4176but may change if another interlace type is added.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004177
4178Then write the complete image number_of_passes times.
4179
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06004180 png_write_rows(png_ptr, row_pointers, number_of_rows);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004181
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06004182Think carefully before you write an interlaced image. Typically code that
4183reads such images reads all the image data into memory, uncompressed, before
4184doing any processing. Only code that can display an image on the fly can
4185take advantage of the interlacing and even then the image has to be exactly
4186the correct size for the output device, because scaling an image requires
4187adjacent pixels and these are not available until all the passes have been
4188read.
4189
4190If you do write an interlaced image you will hardly ever need to handle
4191the interlacing yourself. Call png_set_interlace_handling() and use the
4192approach described above.
4193
4194The only time it is conceivable that you will really need to write an
4195interlaced image pass-by-pass is when you have read one pass by pass and
4196made some pixel-by-pixel transformation to it, as described in the read
4197code above. In this case use the PNG_PASS_ROWS and PNG_PASS_COLS macros
4198to determine the size of each sub-image in turn and simply write the rows
4199you obtained from the read code.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004200
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004201.SS Finishing a sequential write
4202
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004203After you are finished writing the image, you should finish writing
4204the file. If you are interested in writing comments or time, you should
4205pass an appropriately filled png_info pointer. If you are not interested,
4206you can pass NULL.
4207
4208 png_write_end(png_ptr, info_ptr);
4209
4210When you are done, you can free all memory used by libpng like this:
4211
4212 png_destroy_write_struct(&png_ptr, &info_ptr);
4213
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06004214It is also possible to individually free the info_ptr members that
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05004215point to libpng-allocated storage with the following function:
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06004216
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06004217 png_free_data(png_ptr, info_ptr, mask, seq)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004218
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05004219 mask - identifies data to be freed, a mask
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05004220 containing the bitwise OR of one or
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05004221 more of
4222 PNG_FREE_PLTE, PNG_FREE_TRNS,
4223 PNG_FREE_HIST, PNG_FREE_ICCP,
4224 PNG_FREE_PCAL, PNG_FREE_ROWS,
4225 PNG_FREE_SCAL, PNG_FREE_SPLT,
4226 PNG_FREE_TEXT, PNG_FREE_UNKN,
4227 or simply PNG_FREE_ALL
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004228
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06004229 seq - sequence number of item to be freed
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004230 (\-1 for all items)
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06004231
Glenn Randers-Pehrsonfc4a1432000-05-17 17:39:34 -05004232This function may be safely called when the relevant storage has
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004233already been freed, or has not yet been allocated, or was allocated
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004234by the user and not by libpng, and will in those cases do nothing.
4235The "seq" parameter is ignored if only one item of the selected data
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004236type, such as PLTE, is allowed. If "seq" is not \-1, and multiple items
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004237are allowed for the data type identified in the mask, such as text or
4238sPLT, only the n'th item in the structure is freed, where n is "seq".
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06004239
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004240If you allocated data such as a palette that you passed in to libpng
4241with png_set_*, you must not free it until just before the call to
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -06004242png_destroy_write_struct().
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004243
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05004244The default behavior is only to free data that was allocated internally
4245by libpng. This can be changed, so that libpng will not free the data,
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004246or so that it will free data that was allocated by the user with png_malloc()
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004247or png_calloc() and passed in via a png_set_*() function, with
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05004248
4249 png_data_freer(png_ptr, info_ptr, freer, mask)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004250
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05004251 freer - one of
4252 PNG_DESTROY_WILL_FREE_DATA
4253 PNG_SET_WILL_FREE_DATA
4254 PNG_USER_WILL_FREE_DATA
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05004255
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004256 mask - which data elements are affected
4257 same choices as in png_free_data()
4258
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05004259For example, to transfer responsibility for some data from a read structure
4260to a write structure, you could use
4261
4262 png_data_freer(read_ptr, read_info_ptr,
4263 PNG_USER_WILL_FREE_DATA,
4264 PNG_FREE_PLTE|PNG_FREE_tRNS|PNG_FREE_hIST)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004265
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05004266 png_data_freer(write_ptr, write_info_ptr,
4267 PNG_DESTROY_WILL_FREE_DATA,
4268 PNG_FREE_PLTE|PNG_FREE_tRNS|PNG_FREE_hIST)
4269
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05004270thereby briefly reassigning responsibility for freeing to the user but
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05004271immediately afterwards reassigning it once more to the write_destroy
4272function. Having done this, it would then be safe to destroy the read
4273structure and continue to use the PLTE, tRNS, and hIST data in the write
4274structure.
4275
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004276This function only affects data that has already been allocated.
4277You can call this function before calling after the png_set_*() functions
4278to control whether the user or png_destroy_*() is supposed to free the data.
4279When the user assumes responsibility for libpng-allocated data, the
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05004280application must use
4281png_free() to free it, and when the user transfers responsibility to libpng
4282for data that the user has allocated, the user must have used png_malloc()
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004283or png_calloc() to allocate it.
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004284
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05004285If you allocated text_ptr.text, text_ptr.lang, and text_ptr.translated_keyword
4286separately, do not transfer responsibility for freeing text_ptr to libpng,
4287because when libpng fills a png_text structure it combines these members with
4288the key member, and png_free_data() will free only text_ptr.key. Similarly,
4289if you transfer responsibility for free'ing text_ptr from libpng to your
4290application, your application must not separately free those members.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004291For a more compact example of writing a PNG image, see the file example.c.
4292
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004293.SH V. Simplified API
4294
4295The simplified API, which became available in libpng-1.6.0, hides the details
4296of both libpng and the PNG file format itself.
4297It allows PNG files to be read into a very limited number of
4298in-memory bitmap formats or to be written from the same formats. If these
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004299formats do not accommodate your needs then you can, and should, use the more
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004300sophisticated APIs above - these support a wide variety of in-memory formats
4301and a wide variety of sophisticated transformations to those formats as well
Unknownf23b41d2017-11-03 00:52:06 -04004302as a wide variety of APIs to manipulate ancillary information.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004303
4304To read a PNG file using the simplified API:
4305
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004306 1) Declare a 'png_image' structure (see below) on the stack, set the
4307 version field to PNG_IMAGE_VERSION and the 'opaque' pointer to NULL
4308 (this is REQUIRED, your program may crash if you don't do it.)
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004309
4310 2) Call the appropriate png_image_begin_read... function.
4311
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004312 3) Set the png_image 'format' member to the required sample format.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004313
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004314 4) Allocate a buffer for the image and, if required, the color-map.
4315
4316 5) Call png_image_finish_read to read the image and, if required, the
4317 color-map into your buffers.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004318
4319There are no restrictions on the format of the PNG input itself; all valid
4320color types, bit depths, and interlace methods are acceptable, and the
4321input image is transformed as necessary to the requested in-memory format
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004322during the png_image_finish_read() step. The only caveat is that if you
4323request a color-mapped image from a PNG that is full-color or makes
4324complex use of an alpha channel the transformation is extremely lossy and the
4325result may look terrible.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004326
4327To write a PNG file using the simplified API:
4328
4329 1) Declare a 'png_image' structure on the stack and memset()
4330 it to all zero.
4331
4332 2) Initialize the members of the structure that describe the
4333 image, setting the 'format' member to the format of the
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004334 image samples.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004335
4336 3) Call the appropriate png_image_write... function with a
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004337 pointer to the image and, if necessary, the color-map to write
4338 the PNG data.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004339
4340png_image is a structure that describes the in-memory format of an image
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004341when it is being read or defines the in-memory format of an image that you
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004342need to write. The "png_image" structure contains the following members:
4343
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004344 png_controlp opaque Initialize to NULL, free with png_image_free
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004345 png_uint_32 version Set to PNG_IMAGE_VERSION
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004346 png_uint_32 width Image width in pixels (columns)
4347 png_uint_32 height Image height in pixels (rows)
4348 png_uint_32 format Image format as defined below
4349 png_uint_32 flags A bit mask containing informational flags
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004350 png_uint_32 colormap_entries; Number of entries in the color-map
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004351 png_uint_32 warning_or_error;
4352 char message[64];
4353
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004354In the event of an error or warning the "warning_or_error"
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004355field will be set to a non-zero value and the 'message' field will contain
4356a '\0' terminated string with the libpng error or warning message. If both
4357warnings and an error were encountered, only the error is recorded. If there
4358are multiple warnings, only the first one is recorded.
4359
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004360The upper 30 bits of the "warning_or_error" value are reserved; the low two
4361bits contain a two bit code such that a value more than 1 indicates a failure
4362in the API just called:
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004363
4364 0 - no warning or error
4365 1 - warning
4366 2 - error
4367 3 - error preceded by warning
4368
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004369The pixels (samples) of the image have one to four channels whose components
4370have original values in the range 0 to 1.0:
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004371
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004372 1: A single gray or luminance channel (G).
4373 2: A gray/luminance channel and an alpha channel (GA).
4374 3: Three red, green, blue color channels (RGB).
4375 4: Three color channels and an alpha channel (RGBA).
4376
4377The channels are encoded in one of two ways:
4378
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004379 a) As a small integer, value 0..255, contained in a single byte. For the
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004380alpha channel the original value is simply value/255. For the color or
4381luminance channels the value is encoded according to the sRGB specification
4382and matches the 8-bit format expected by typical display devices.
4383
4384The color/gray channels are not scaled (pre-multiplied) by the alpha
4385channel and are suitable for passing to color management software.
4386
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004387 b) As a value in the range 0..65535, contained in a 2-byte integer, in
4388the native byte order of the platform on which the application is running.
4389All channels can be converted to the original value by dividing by 65535; all
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004390channels are linear. Color channels use the RGB encoding (RGB end-points) of
4391the sRGB specification. This encoding is identified by the
4392PNG_FORMAT_FLAG_LINEAR flag below.
4393
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004394When the simplified API needs to convert between sRGB and linear colorspaces,
4395the actual sRGB transfer curve defined in the sRGB specification (see the
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05004396article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004397approximation used elsewhere in libpng.
4398
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004399When an alpha channel is present it is expected to denote pixel coverage
4400of the color or luminance channels and is returned as an associated alpha
4401channel: the color/gray channels are scaled (pre-multiplied) by the alpha
4402value.
4403
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004404The samples are either contained directly in the image data, between 1 and 8
4405bytes per pixel according to the encoding, or are held in a color-map indexed
4406by bytes in the image data. In the case of a color-map the color-map entries
4407are individual samples, encoded as above, and the image data has one byte per
4408pixel to select the relevant sample from the color-map.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004409
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004410PNG_FORMAT_*
4411
4412The #defines to be used in png_image::format. Each #define identifies a
4413particular layout of channel data and, if present, alpha values. There are
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004414separate defines for each of the two component encodings.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004415
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004416A format is built up using single bit flag values. All combinations are
4417valid. Formats can be built up from the flag values or you can use one of
4418the predefined values below. When testing formats always use the FORMAT_FLAG
4419macros to test for individual features - future versions of the library may
4420add new flags.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004421
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004422When reading or writing color-mapped images the format should be set to the
4423format of the entries in the color-map then png_image_{read,write}_colormap
4424called to read or write the color-map and set the format correctly for the
4425image data. Do not set the PNG_FORMAT_FLAG_COLORMAP bit directly!
4426
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004427NOTE: libpng can be built with particular features disabled. If you see
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004428compiler errors because the definition of one of the following flags has been
4429compiled out it is because libpng does not have the required support. It is
4430possible, however, for the libpng configuration to enable the format on just
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004431read or just write; in that case you may see an error at run time.
4432You can guard against this by checking for the definition of the
4433appropriate "_SUPPORTED" macro, one of:
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004434
4435 PNG_SIMPLIFIED_{READ,WRITE}_{BGR,AFIRST}_SUPPORTED
4436
Glenn Randers-Pehrson262c3962015-07-25 08:30:12 -05004437 PNG_FORMAT_FLAG_ALPHA format with an alpha channel
4438 PNG_FORMAT_FLAG_COLOR color format: otherwise grayscale
4439 PNG_FORMAT_FLAG_LINEAR 2-byte channels else 1-byte
4440 PNG_FORMAT_FLAG_COLORMAP image data is color-mapped
4441 PNG_FORMAT_FLAG_BGR BGR colors, else order is RGB
4442 PNG_FORMAT_FLAG_AFIRST alpha channel comes first
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004443
4444Supported formats are as follows. Future versions of libpng may support more
4445formats; for compatibility with older versions simply check if the format
4446macro is defined using #ifdef. These defines describe the in-memory layout
4447of the components of the pixels of the image.
4448
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004449First the single byte (sRGB) formats:
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004450
Glenn Randers-Pehrson262c3962015-07-25 08:30:12 -05004451 PNG_FORMAT_GRAY
4452 PNG_FORMAT_GA
4453 PNG_FORMAT_AG
4454 PNG_FORMAT_RGB
4455 PNG_FORMAT_BGR
4456 PNG_FORMAT_RGBA
4457 PNG_FORMAT_ARGB
4458 PNG_FORMAT_BGRA
4459 PNG_FORMAT_ABGR
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004460
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004461Then the linear 2-byte formats. When naming these "Y" is used to
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004462indicate a luminance (gray) channel. The component order within the pixel
4463is always the same - there is no provision for swapping the order of the
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004464components in the linear format. The components are 16-bit integers in
4465the native byte order for your platform, and there is no provision for
4466swapping the bytes to a different endian condition.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004467
Glenn Randers-Pehrson262c3962015-07-25 08:30:12 -05004468 PNG_FORMAT_LINEAR_Y
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004469 PNG_FORMAT_LINEAR_Y_ALPHA
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004470 PNG_FORMAT_LINEAR_RGB
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004471 PNG_FORMAT_LINEAR_RGB_ALPHA
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004472
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004473With color-mapped formats the image data is one byte for each pixel. The byte
4474is an index into the color-map which is formatted as above. To obtain a
4475color-mapped format it is sufficient just to add the PNG_FOMAT_FLAG_COLORMAP
4476to one of the above definitions, or you can use one of the definitions below.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004477
Glenn Randers-Pehrson262c3962015-07-25 08:30:12 -05004478 PNG_FORMAT_RGB_COLORMAP
4479 PNG_FORMAT_BGR_COLORMAP
4480 PNG_FORMAT_RGBA_COLORMAP
4481 PNG_FORMAT_ARGB_COLORMAP
4482 PNG_FORMAT_BGRA_COLORMAP
4483 PNG_FORMAT_ABGR_COLORMAP
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004484
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004485PNG_IMAGE macros
4486
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004487These are convenience macros to derive information from a png_image
4488structure. The PNG_IMAGE_SAMPLE_ macros return values appropriate to the
4489actual image sample values - either the entries in the color-map or the
4490pixels in the image. The PNG_IMAGE_PIXEL_ macros return corresponding values
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004491for the pixels and will always return 1 for color-mapped formats. The
4492remaining macros return information about the rows in the image and the
4493complete image.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004494
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004495NOTE: All the macros that take a png_image::format parameter are compile time
4496constants if the format parameter is, itself, a constant. Therefore these
4497macros can be used in array declarations and case labels where required.
4498Similarly the macros are also pre-processor constants (sizeof is not used) so
4499they can be used in #if tests.
4500
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004501 PNG_IMAGE_SAMPLE_CHANNELS(fmt)
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004502 Returns the total number of channels in a given format: 1..4
4503
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004504 PNG_IMAGE_SAMPLE_COMPONENT_SIZE(fmt)
4505 Returns the size in bytes of a single component of a pixel or color-map
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004506 entry (as appropriate) in the image: 1 or 2.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004507
4508 PNG_IMAGE_SAMPLE_SIZE(fmt)
4509 This is the size of the sample data for one sample. If the image is
4510 color-mapped it is the size of one color-map entry (and image pixels are
4511 one byte in size), otherwise it is the size of one image pixel.
4512
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004513 PNG_IMAGE_MAXIMUM_COLORMAP_COMPONENTS(fmt)
4514 The maximum size of the color-map required by the format expressed in a
4515 count of components. This can be used to compile-time allocate a
4516 color-map:
4517
4518 png_uint_16 colormap[PNG_IMAGE_MAXIMUM_COLORMAP_COMPONENTS(linear_fmt)];
4519
4520 png_byte colormap[PNG_IMAGE_MAXIMUM_COLORMAP_COMPONENTS(sRGB_fmt)];
4521
4522 Alternatively use the PNG_IMAGE_COLORMAP_SIZE macro below to use the
4523 information from one of the png_image_begin_read_ APIs and dynamically
4524 allocate the required memory.
4525
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004526 PNG_IMAGE_COLORMAP_SIZE(fmt)
4527 The size of the color-map required by the format; this is the size of the
Glenn Randers-Pehrson262c3962015-07-25 08:30:12 -05004528 color-map buffer passed to the png_image_{read,write}_colormap APIs. It is
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004529 a fixed number determined by the format so can easily be allocated on the
4530 stack if necessary.
4531
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004532Corresponding information about the pixels
4533
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004534 PNG_IMAGE_PIXEL_CHANNELS(fmt)
4535 The number of separate channels (components) in a pixel; 1 for a
4536 color-mapped image.
4537
4538 PNG_IMAGE_PIXEL_COMPONENT_SIZE(fmt)\
4539 The size, in bytes, of each component in a pixel; 1 for a color-mapped
4540 image.
John Bowler6f237b62012-03-02 13:13:15 -06004541
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004542 PNG_IMAGE_PIXEL_SIZE(fmt)
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004543 The size, in bytes, of a complete pixel; 1 for a color-mapped image.
4544
4545Information about the whole row, or whole image
4546
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004547 PNG_IMAGE_ROW_STRIDE(image)
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004548 Returns the total number of components in a single row of the image; this
4549 is the minimum 'row stride', the minimum count of components between each
4550 row. For a color-mapped image this is the minimum number of bytes in a
4551 row.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004552
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004553 If you need the stride measured in bytes, row_stride_bytes is
4554 PNG_IMAGE_ROW_STRIDE(image) * PNG_IMAGE_PIXEL_COMPONENT_SIZE(fmt)
4555 plus any padding bytes that your application might need, for example
4556 to start the next row on a 4-byte boundary.
4557
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004558 PNG_IMAGE_BUFFER_SIZE(image, row_stride)
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004559 Return the size, in bytes, of an image buffer given a png_image and a row
4560 stride - the number of components to leave space for in each row.
4561
4562 PNG_IMAGE_SIZE(image)
4563 Return the size, in bytes, of the image in memory given just a png_image;
4564 the row stride is the minimum stride required for the image.
4565
4566 PNG_IMAGE_COLORMAP_SIZE(image)
4567 Return the size, in bytes, of the color-map of this image. If the image
4568 format is not a color-map format this will return a size sufficient for
4569 256 entries in the given format; check PNG_FORMAT_FLAG_COLORMAP if
4570 you don't want to allocate a color-map in this case.
4571
4572PNG_IMAGE_FLAG_*
4573
4574Flags containing additional information about the image are held in
4575the 'flags' field of png_image.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004576
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004577 PNG_IMAGE_FLAG_COLORSPACE_NOT_sRGB == 0x01
luz.paza294c1b2018-06-05 00:39:11 -04004578 This indicates that the RGB values of the in-memory bitmap do not
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004579 correspond to the red, green and blue end-points defined by sRGB.
John Bowler6f237b62012-03-02 13:13:15 -06004580
Glenn Randers-Pehrsone10b7e72015-07-25 08:01:34 -05004581 PNG_IMAGE_FLAG_FAST == 0x02
4582 On write emphasise speed over compression; the resultant PNG file will be
4583 larger but will be produced significantly faster, particular for large
4584 images. Do not use this option for images which will be distributed, only
4585 used it when producing intermediate files that will be read back in
4586 repeatedly. For a typical 24-bit image the option will double the read
4587 speed at the cost of increasing the image size by 25%, however for many
4588 more compressible images the PNG file can be 10 times larger with only a
4589 slight speed gain.
4590
4591 PNG_IMAGE_FLAG_16BIT_sRGB == 0x04
4592 On read if the image is a 16-bit per component image and there is no gAMA
4593 or sRGB chunk assume that the components are sRGB encoded. Notice that
4594 images output by the simplified API always have gamma information; setting
4595 this flag only affects the interpretation of 16-bit images from an
4596 external source. It is recommended that the application expose this flag
4597 to the user; the user can normally easily recognize the difference between
4598 linear and sRGB encoding. This flag has no effect on write - the data
4599 passed to the write APIs must have the correct encoding (as defined
4600 above.)
4601
4602 If the flag is not set (the default) input 16-bit per component data is
4603 assumed to be linear.
4604
4605 NOTE: the flag can only be set after the png_image_begin_read_ call,
4606 because that call initializes the 'flags' field.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004607
4608READ APIs
4609
4610 The png_image passed to the read APIs must have been initialized by setting
4611 the png_controlp field 'opaque' to NULL (or, better, memset the whole thing.)
4612
4613 int png_image_begin_read_from_file( png_imagep image,
4614 const char *file_name)
4615
4616 The named file is opened for read and the image header
4617 is filled in from the PNG header in the file.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004618
4619 int png_image_begin_read_from_stdio (png_imagep image,
4620 FILE* file)
4621
4622 The PNG header is read from the stdio FILE object.
4623
4624 int png_image_begin_read_from_memory(png_imagep image,
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -04004625 png_const_voidp memory, size_t size)
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004626
4627 The PNG header is read from the given memory buffer.
4628
4629 int png_image_finish_read(png_imagep image,
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004630 png_colorp background, void *buffer,
4631 png_int_32 row_stride, void *colormap));
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004632
4633 Finish reading the image into the supplied buffer and
4634 clean up the png_image structure.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004635
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004636 row_stride is the step, in png_byte or png_uint_16 units
4637 as appropriate, between adjacent rows. A positive stride
4638 indicates that the top-most row is first in the buffer -
4639 the normal top-down arrangement. A negative stride
4640 indicates that the bottom-most row is first in the buffer.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004641
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004642 background need only be supplied if an alpha channel must
4643 be removed from a png_byte format and the removal is to be
4644 done by compositing on a solid color; otherwise it may be
4645 NULL and any composition will be done directly onto the
4646 buffer. The value is an sRGB color to use for the
4647 background, for grayscale output the green channel is used.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004648
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004649 For linear output removing the alpha channel is always done
4650 by compositing on black.
4651
4652 void png_image_free(png_imagep image)
4653
4654 Free any data allocated by libpng in image->opaque,
4655 setting the pointer to NULL. May be called at any time
4656 after the structure is initialized.
4657
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004658When the simplified API needs to convert between sRGB and linear colorspaces,
4659the actual sRGB transfer curve defined in the sRGB specification (see the
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05004660article at https://en.wikipedia.org/wiki/SRGB) is used, not the gamma=1/2.2
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004661approximation used elsewhere in libpng.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004662
4663WRITE APIS
4664
4665For write you must initialize a png_image structure to describe the image to
4666be written:
4667
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004668 version: must be set to PNG_IMAGE_VERSION
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004669 opaque: must be initialized to NULL
4670 width: image width in pixels
4671 height: image height in rows
4672 format: the format of the data you wish to write
4673 flags: set to 0 unless one of the defined flags applies; set
4674 PNG_IMAGE_FLAG_COLORSPACE_NOT_sRGB for color format images
4675 where the RGB values do not correspond to the colors in sRGB.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004676 colormap_entries: set to the number of entries in the color-map (0 to 256)
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004677
4678 int png_image_write_to_file, (png_imagep image,
4679 const char *file, int convert_to_8bit, const void *buffer,
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004680 png_int_32 row_stride, const void *colormap));
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004681
4682 Write the image to the named file.
4683
Glenn Randers-Pehrsond2b8d462016-01-23 14:01:44 -06004684 int png_image_write_to_memory (png_imagep image, void *memory,
4685 png_alloc_size_t * PNG_RESTRICT memory_bytes,
4686 int convert_to_8_bit, const void *buffer, ptrdiff_t row_stride,
4687 const void *colormap));
4688
4689 Write the image to memory.
4690
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004691 int png_image_write_to_stdio(png_imagep image, FILE *file,
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004692 int convert_to_8_bit, const void *buffer,
4693 png_int_32 row_stride, const void *colormap)
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004694
4695 Write the image to the given (FILE*).
4696
4697With all write APIs if image is in one of the linear formats with
4698(png_uint_16) data then setting convert_to_8_bit will cause the output to be
4699a (png_byte) PNG gamma encoded according to the sRGB specification, otherwise
4700a 16-bit linear encoded PNG file is written.
4701
4702With all APIs row_stride is handled as in the read APIs - it is the spacing
4703from one row to the next in component sized units (float) and if negative
Glenn Randers-Pehrson279dc3f2015-05-06 17:02:47 -05004704indicates a bottom-up row layout in the buffer. If you pass zero, libpng will
4705calculate the row_stride for you from the width and number of channels.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004706
4707Note that the write API does not support interlacing, sub-8-bit pixels,
Glenn Randers-Pehrson279dc3f2015-05-06 17:02:47 -05004708indexed (paletted) images, or most ancillary chunks.
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06004709
4710.SH VI. Modifying/Customizing libpng
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004711
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05004712There are two issues here. The first is changing how libpng does
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004713standard things like memory allocation, input/output, and error handling.
4714The second deals with more complicated things like adding new chunks,
4715adding new transformations, and generally changing how libpng works.
Glenn Randers-Pehrson231e6872001-01-12 15:13:06 -06004716Both of those are compile-time issues; that is, they are generally
4717determined at the time the code is written, and there is rarely a need
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05004718to provide the user with a means of changing them.
Glenn Randers-Pehrson231e6872001-01-12 15:13:06 -06004719
4720Memory allocation, input/output, and error handling
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004721
4722All of the memory allocation, input/output, and error handling in libpng
Glenn Randers-Pehrson231e6872001-01-12 15:13:06 -06004723goes through callbacks that are user-settable. The default routines are
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05004724in pngmem.c, pngrio.c, pngwio.c, and pngerror.c, respectively. To change
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -06004725these functions, call the appropriate png_set_*_fn() function.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004726
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004727Memory allocation is done through the functions png_malloc(), png_calloc(),
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004728and png_free(). The png_malloc() and png_free() functions currently just
4729call the standard C functions and png_calloc() calls png_malloc() and then
4730clears the newly allocated memory to zero; note that png_calloc(png_ptr, size)
4731is not the same as the calloc(number, size) function provided by stdlib.h.
4732There is limited support for certain systems with segmented memory
4733architectures and the types of pointers declared by png.h match this; you
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004734will have to use appropriate pointers in your application. If you prefer
4735to use a different method of allocating and freeing data, you can use
4736png_create_read_struct_2() or png_create_write_struct_2() to register your
4737own functions as described above. These functions also provide a void
4738pointer that can be retrieved via
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004739
4740 mem_ptr=png_get_mem_ptr(png_ptr);
4741
4742Your replacement memory functions must have prototypes as follows:
4743
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06004744 png_voidp malloc_fn(png_structp png_ptr,
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06004745 png_alloc_size_t size);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004746
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004747 void free_fn(png_structp png_ptr, png_voidp ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004748
Glenn Randers-Pehrson5fea36f2004-07-28 08:20:44 -05004749Your malloc_fn() must return NULL in case of failure. The png_malloc()
4750function will normally call png_error() if it receives a NULL from the
4751system memory allocator or from your replacement malloc_fn().
Glenn Randers-Pehrson82ae3832001-04-20 10:32:10 -05004752
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05004753Your free_fn() will never be called with a NULL ptr, since libpng's
4754png_free() checks for NULL before calling free_fn().
4755
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004756Input/Output in libpng is done through png_read() and png_write(),
4757which currently just call fread() and fwrite(). The FILE * is stored in
4758png_struct and is initialized via png_init_io(). If you wish to change
4759the method of I/O, the library supplies callbacks that you can set
4760through the function png_set_read_fn() and png_set_write_fn() at run
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004761time, instead of calling the png_init_io() function. These functions
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004762also provide a void pointer that can be retrieved via the function
4763png_get_io_ptr(). For example:
4764
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -05004765 png_set_read_fn(png_structp read_ptr,
4766 voidp read_io_ptr, png_rw_ptr read_data_fn)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004767
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -05004768 png_set_write_fn(png_structp write_ptr,
4769 voidp write_io_ptr, png_rw_ptr write_data_fn,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004770 png_flush_ptr output_flush_fn);
4771
Glenn Randers-Pehrsonf7d1a171998-06-06 15:31:35 -05004772 voidp read_io_ptr = png_get_io_ptr(read_ptr);
4773 voidp write_io_ptr = png_get_io_ptr(write_ptr);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004774
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004775The replacement I/O functions must have prototypes as follows:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004776
4777 void user_read_data(png_structp png_ptr,
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -04004778 png_bytep data, size_t length);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004779
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004780 void user_write_data(png_structp png_ptr,
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -04004781 png_bytep data, size_t length);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004782
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004783 void user_flush_data(png_structp png_ptr);
4784
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05004785The user_read_data() function is responsible for detecting and
4786handling end-of-data errors.
4787
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004788Supplying NULL for the read, write, or flush functions sets them back
Glenn Randers-Pehrson8fb550c2009-03-21 08:15:32 -05004789to using the default C stream functions, which expect the io_ptr to
4790point to a standard *FILE structure. It is probably a mistake
4791to use NULL for one of write_data_fn and output_flush_fn but not both
4792of them, unless you have built libpng with PNG_NO_WRITE_FLUSH defined.
4793It is an error to read from a write stream, and vice versa.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004794
4795Error handling in libpng is done through png_error() and png_warning().
4796Errors handled through png_error() are fatal, meaning that png_error()
4797should never return to its caller. Currently, this is handled via
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004798setjmp() and longjmp() (unless you have compiled libpng with
Glenn Randers-Pehrson54ac9a92010-04-02 17:06:22 -05004799PNG_NO_SETJMP, in which case it is handled via PNG_ABORT()),
Glenn Randers-Pehrson60988072010-04-13 22:11:06 -05004800but you could change this to do things like exit() if you should wish,
Glenn Randers-Pehrson54ac9a92010-04-02 17:06:22 -05004801as long as your function does not return.
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004802
4803On non-fatal errors, png_warning() is called
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004804to print a warning message, and then control returns to the calling code.
4805By default png_error() and png_warning() print a message on stderr via
Glenn Randers-Pehrson38e6e772000-04-09 19:06:13 -05004806fprintf() unless the library is compiled with PNG_NO_CONSOLE_IO defined
4807(because you don't want the messages) or PNG_NO_STDIO defined (because
4808fprintf() isn't available). If you wish to change the behavior of the error
4809functions, you will need to set up your own message callbacks. These
4810functions are normally supplied at the time that the png_struct is created.
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05004811It is also possible to redirect errors and warnings to your own replacement
4812functions after png_create_*_struct() has been called by calling:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004813
4814 png_set_error_fn(png_structp png_ptr,
4815 png_voidp error_ptr, png_error_ptr error_fn,
4816 png_error_ptr warning_fn);
4817
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004818If NULL is supplied for either error_fn or warning_fn, then the libpng
4819default function will be used, calling fprintf() and/or longjmp() if a
4820problem is encountered. The replacement error functions should have
4821parameters as follows:
4822
4823 void user_error_fn(png_structp png_ptr,
4824 png_const_charp error_msg);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004825
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004826 void user_warning_fn(png_structp png_ptr,
4827 png_const_charp warning_msg);
4828
Glenn Randers-Pehrson92fcd252017-03-28 12:47:49 -05004829Then, within your user_error_fn or user_warning_fn, you can retrieve
4830the error_ptr if you need it, by calling
Glenn Randers-Pehrson9b0170d2017-03-28 12:38:47 -05004831
4832 png_voidp error_ptr = png_get_error_ptr(png_ptr);
4833
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004834The motivation behind using setjmp() and longjmp() is the C++ throw and
4835catch exception handling methods. This makes the code much easier to write,
4836as there is no need to check every return code of every function call.
4837However, there are some uncertainties about the status of local variables
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004838after a longjmp, so the user may want to be careful about doing anything
4839after setjmp returns non-zero besides returning itself. Consult your
4840compiler documentation for more details. For an alternative approach, you
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05004841may wish to use the "cexcept" facility (see https://cexcept.sourceforge.io/),
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -05004842which is illustrated in pngvalid.c and in contrib/visupng.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004843
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004844Beginning in libpng-1.4.0, the png_set_benign_errors() API became available.
4845You can use this to handle certain errors (normally handled as errors)
4846as warnings.
4847
4848 png_set_benign_errors (png_ptr, int allowed);
4849
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004850 allowed: 0: treat png_benign_error() as an error.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004851 1: treat png_benign_error() as a warning.
4852
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05004853As of libpng-1.6.0, the default condition is to treat benign errors as
4854warnings while reading and as errors while writing.
4855
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004856.SS Custom chunks
4857
4858If you need to read or write custom chunks, you may need to get deeper
4859into the libpng code. The library now has mechanisms for storing
4860and writing chunks of unknown type; you can even declare callbacks
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -06004861for custom chunks. However, this may not be good enough if the
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004862library code itself needs to know about interactions between your
4863chunk and existing `intrinsic' chunks.
4864
4865If you need to write a new intrinsic chunk, first read the PNG
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06004866specification. Acquire a first level of understanding of how it works.
4867Pay particular attention to the sections that describe chunk names,
4868and look at how other chunks were designed, so you can do things
4869similarly. Second, check out the sections of libpng that read and
4870write chunks. Try to find a chunk that is similar to yours and use
4871it as a template. More details can be found in the comments inside
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -05004872the code. It is best to handle private or unknown chunks in a generic method,
4873via callback functions, instead of by modifying libpng functions. This
4874is illustrated in pngtest.c, which uses a callback function to handle a
4875private "vpAg" chunk and the new "sTER" chunk, which are both unknown to
4876libpng.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004877
4878If you wish to write your own transformation for the data, look through
4879the part of the code that does the transformations, and check out some of
4880the simpler ones to get an idea of how they work. Try to find a similar
4881transformation to the one you want to add and copy off of it. More details
4882can be found in the comments inside the code itself.
4883
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004884.SS Configuring for gui/windowing platforms:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004885
4886You will need to write new error and warning functions that use the GUI
4887interface, as described previously, and set them to be the error and
Glenn Randers-Pehrsona77ef622000-02-18 13:48:52 -06004888warning functions at the time that png_create_*_struct() is called,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004889in order to have them available during the structure initialization.
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06004890They can be changed later via png_set_error_fn(). On some compilers,
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004891you may also have to change the memory allocators (png_malloc, etc.).
4892
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004893.SS Configuring zlib:
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004894
4895There are special functions to configure the compression. Perhaps the
4896most useful one changes the compression level, which currently uses
4897input compression values in the range 0 - 9. The library normally
4898uses the default compression level (Z_DEFAULT_COMPRESSION = 6). Tests
4899have shown that for a large majority of images, compression values in
4900the range 3-6 compress nearly as well as higher levels, and do so much
4901faster. For online applications it may be desirable to have maximum speed
4902(Z_BEST_SPEED = 1). With versions of zlib after v0.99, you can also
4903specify no compression (Z_NO_COMPRESSION = 0), but this would create
4904files larger than just storing the raw bitmap. You can specify the
4905compression level by calling:
4906
Glenn Randers-Pehrson38734ee2011-03-03 06:23:31 -06004907 #include zlib.h
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004908 png_set_compression_level(png_ptr, level);
4909
4910Another useful one is to reduce the memory level used by the library.
4911The memory level defaults to 8, but it can be lowered if you are
4912short on memory (running DOS, for example, where you only have 640K).
Glenn Randers-Pehrson4fb046a2002-04-15 09:25:51 -05004913Note that the memory level does have an effect on compression; among
4914other things, lower levels will result in sections of incompressible
4915data being emitted in smaller stored blocks, with a correspondingly
4916larger relative overhead of up to 15% in the worst case.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004917
Glenn Randers-Pehrson38734ee2011-03-03 06:23:31 -06004918 #include zlib.h
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004919 png_set_compression_mem_level(png_ptr, level);
4920
4921The other functions are for configuring zlib. They are not recommended
4922for normal use and may result in writing an invalid PNG file. See
4923zlib.h for more information on what these mean.
4924
Glenn Randers-Pehrson38734ee2011-03-03 06:23:31 -06004925 #include zlib.h
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004926 png_set_compression_strategy(png_ptr,
4927 strategy);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004928
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004929 png_set_compression_window_bits(png_ptr,
4930 window_bits);
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06004931
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004932 png_set_compression_method(png_ptr, method);
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05004933
Glenn Randers-Pehrson6b570f12014-03-25 10:31:12 -05004934This controls the size of the IDAT chunks (default 8192):
4935
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05004936 png_set_compression_buffer_size(png_ptr, size);
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004937
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05004938As of libpng version 1.5.4, additional APIs became
4939available to set these separately for non-IDAT
4940compressed chunks such as zTXt, iTXt, and iCCP:
4941
4942 #include zlib.h
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06004943 #if PNG_LIBPNG_VER >= 10504
Glenn Randers-Pehrson7a287242011-07-26 12:03:11 -05004944 png_set_text_compression_level(png_ptr, level);
4945
4946 png_set_text_compression_mem_level(png_ptr, level);
4947
4948 png_set_text_compression_strategy(png_ptr,
4949 strategy);
4950
4951 png_set_text_compression_window_bits(png_ptr,
4952 window_bits);
4953
4954 png_set_text_compression_method(png_ptr, method);
4955 #endif
4956
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06004957.SS Controlling row filtering
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004958
4959If you want to control whether libpng uses filtering or not, which
4960filters are used, and how it goes about picking row filters, you
4961can call one of these functions. The selection and configuration
4962of row filters can have a significant impact on the size and
4963encoding speed and a somewhat lesser impact on the decoding speed
4964of an image. Filtering is enabled by default for RGB and grayscale
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06004965images (with and without alpha), but not for paletted images nor
4966for any images with bit depths less than 8 bits/pixel.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004967
4968The 'method' parameter sets the main filtering method, which is
Glenn Randers-Pehrson4393a9a1999-09-17 12:27:26 -05004969currently only '0' in the PNG 1.2 specification. The 'filters'
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004970parameter sets which filter(s), if any, should be used for each
Glenn Randers-Pehrsonfa551df2016-04-11 08:23:16 -05004971scanline. Possible values are PNG_ALL_FILTERS, PNG_NO_FILTERS,
4972or PNG_FAST_FILTERS to turn filtering on and off, or to turn on
4973just the fast-decoding subset of filters, respectively.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004974
4975Individual filter types are PNG_FILTER_NONE, PNG_FILTER_SUB,
4976PNG_FILTER_UP, PNG_FILTER_AVG, PNG_FILTER_PAETH, which can be bitwise
Glenn Randers-Pehrson6942d532000-05-01 09:31:54 -05004977ORed together with '|' to specify one or more filters to use.
Glenn Randers-Pehrson4fb046a2002-04-15 09:25:51 -05004978These filters are described in more detail in the PNG specification.
4979If you intend to change the filter type during the course of writing
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004980the image, you should start with flags set for all of the filters
4981you intend to use so that libpng can initialize its internal
Glenn Randers-Pehrson4fb046a2002-04-15 09:25:51 -05004982structures appropriately for all of the filter types. (Note that this
4983means the first row must always be adaptively filtered, because libpng
4984currently does not allocate the filter buffers until png_write_row()
4985is called for the first time.)
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004986
Glenn Randers-Pehrsonfa551df2016-04-11 08:23:16 -05004987 filters = PNG_NO_FILTERS;
4988 filters = PNG_ALL_FILTERS;
4989 filters = PNG_FAST_FILTERS;
4990
4991 or
4992
4993 filters = PNG_FILTER_NONE | PNG_FILTER_SUB |
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05004994 PNG_FILTER_UP | PNG_FILTER_AVG |
Glenn Randers-Pehrsonfa551df2016-04-11 08:23:16 -05004995 PNG_FILTER_PAETH;
Glenn Randers-Pehrson228bd392000-04-23 23:14:02 -05004996
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06004997 png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE,
4998 filters);
Glenn Randers-Pehrsonfa551df2016-04-11 08:23:16 -05004999
Glenn Randers-Pehrson19095602001-03-14 07:08:39 -06005000 The second parameter can also be
5001 PNG_INTRAPIXEL_DIFFERENCING if you are
5002 writing a PNG to be embedded in a MNG
5003 datastream. This parameter must be the
5004 same as the value of filter_method used
5005 in png_set_IHDR().
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005006
Glenn Randers-Pehrson61c32d92000-02-04 23:40:16 -06005007.SS Requesting debug printout
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005008
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06005009The macro definition PNG_DEBUG can be used to request debugging
5010printout. Set it to an integer value in the range 0 to 3. Higher
5011numbers result in increasing amounts of debugging information. The
5012information is printed to the "stderr" file, unless another file
5013name is specified in the PNG_DEBUG_FILE macro definition.
5014
5015When PNG_DEBUG > 0, the following functions (macros) become available:
5016
5017 png_debug(level, message)
5018 png_debug1(level, message, p1)
5019 png_debug2(level, message, p1, p2)
5020
5021in which "level" is compared to PNG_DEBUG to decide whether to print
5022the message, "message" is the formatted string to be printed,
5023and p1 and p2 are parameters that are to be embedded in the string
5024according to printf-style formatting directives. For example,
5025
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005026 png_debug1(2, "foo=%d", foo);
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06005027
5028is expanded to
5029
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005030 if (PNG_DEBUG > 2)
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005031 fprintf(PNG_DEBUG_FILE, "foo=%d\en", foo);
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06005032
5033When PNG_DEBUG is defined but is zero, the macros aren't defined, but you
5034can still use PNG_DEBUG to control your own debugging:
5035
5036 #ifdef PNG_DEBUG
5037 fprintf(stderr, ...
5038 #endif
5039
5040When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
5041having level = 0 will be printed. There aren't any such statements in
5042this version of libpng, but if you insert some they will be printed.
5043
Cosmin Truta84403262018-07-29 00:33:12 -04005044.SH VII. MNG support
Glenn Randers-Pehrson2ad31ae2000-12-15 08:54:42 -06005045
5046The MNG specification (available at http://www.libpng.org/pub/mng) allows
5047certain extensions to PNG for PNG images that are embedded in MNG datastreams.
5048Libpng can support some of these extensions. To enable them, use the
5049png_permit_mng_features() function:
5050
5051 feature_set = png_permit_mng_features(png_ptr, mask)
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005052
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05005053 mask is a png_uint_32 containing the bitwise OR of the
Glenn Randers-Pehrson2ad31ae2000-12-15 08:54:42 -06005054 features you want to enable. These include
5055 PNG_FLAG_MNG_EMPTY_PLTE
5056 PNG_FLAG_MNG_FILTER_64
5057 PNG_ALL_MNG_FEATURES
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005058
Glenn Randers-Pehrsonebd7f9a2006-10-19 09:37:56 -05005059 feature_set is a png_uint_32 that is the bitwise AND of
Glenn Randers-Pehrson2ad31ae2000-12-15 08:54:42 -06005060 your mask with the set of MNG features that is
5061 supported by the version of libpng that you are using.
5062
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06005063It is an error to use this function when reading or writing a standalone
5064PNG file with the PNG 8-byte signature. The PNG datastream must be wrapped
Glenn Randers-Pehrsonf05f8032000-12-23 14:27:39 -06005065in a MNG datastream. As a minimum, it must have the MNG 8-byte signature
5066and the MHDR and MEND chunks. Libpng does not provide support for these
5067or any other MNG chunks; your application must provide its own support for
5068them. You may wish to consider using libmng (available at
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05005069https://www.libmng.com/) instead.
Glenn Randers-Pehrson408b4212000-12-18 09:33:57 -06005070
Cosmin Truta84403262018-07-29 00:33:12 -04005071.SH VIII. Changes to Libpng from version 0.88
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005072
5073It should be noted that versions of libpng later than 0.96 are not
5074distributed by the original libpng author, Guy Schalnat, nor by
5075Andreas Dilger, who had taken over from Guy during 1996 and 1997, and
5076distributed versions 0.89 through 0.96, but rather by another member
5077of the original PNG Group, Glenn Randers-Pehrson. Guy and Andreas are
5078still alive and well, but they have moved on to other things.
5079
5080The old libpng functions png_read_init(), png_write_init(),
Glenn Randers-Pehrson8b6a8892001-05-18 04:54:50 -05005081png_info_init(), png_read_destroy(), and png_write_destroy() have been
Glenn Randers-Pehrson75294572000-05-06 14:09:57 -05005082moved to PNG_INTERNAL in version 0.95 to discourage their use. These
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005083functions will be removed from libpng version 1.4.0.
Glenn Randers-Pehrson75294572000-05-06 14:09:57 -05005084
5085The preferred method of creating and initializing the libpng structures is
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005086via the png_create_read_struct(), png_create_write_struct(), and
5087png_create_info_struct() because they isolate the size of the structures
5088from the application, allow version error checking, and also allow the
5089use of custom error handling routines during the initialization, which
5090the old functions do not. The functions png_read_destroy() and
5091png_write_destroy() do not actually free the memory that libpng
5092allocated for these structs, but just reset the data structures, so they
5093can be used instead of png_destroy_read_struct() and
5094png_destroy_write_struct() if you feel there is too much system overhead
5095allocating and freeing the png_struct for each image read.
5096
5097Setting the error callbacks via png_set_message_fn() before
5098png_read_init() as was suggested in libpng-0.88 is no longer supported
Glenn Randers-Pehrson5c6aeb21998-12-29 11:47:59 -06005099because this caused applications that do not use custom error functions
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005100to fail if the png_ptr was not initialized to zero. It is still possible
5101to set the error callbacks AFTER png_read_init(), or to change them with
Glenn Randers-Pehrson75294572000-05-06 14:09:57 -05005102png_set_error_fn(), which is essentially the same function, but with a new
5103name to force compilation errors with applications that try to use the old
5104method.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005105
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005106Support for the sCAL, iCCP, iTXt, and sPLT chunks was added at libpng-1.0.6;
5107however, iTXt support was not enabled by default.
5108
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05005109Starting with version 1.0.7, you can find out which version of the library
5110you are using at run-time:
5111
5112 png_uint_32 libpng_vn = png_access_version_number();
5113
5114The number libpng_vn is constructed from the major version, minor
5115version with leading zero, and release number with leading zero,
5116(e.g., libpng_vn for version 1.0.7 is 10007).
5117
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05005118Note that this function does not take a png_ptr, so you can call it
5119before you've created one.
5120
Glenn Randers-Pehrson1ef65b62000-05-12 06:19:53 -05005121You can also check which version of png.h you used when compiling your
5122application:
5123
5124 png_uint_32 application_vn = PNG_LIBPNG_VER;
5125
Cosmin Truta84403262018-07-29 00:33:12 -04005126.SH IX. Changes to Libpng from version 1.0.x to 1.2.x
Glenn Randers-Pehrson87544ac1999-01-13 22:06:39 -06005127
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005128Support for user memory management was enabled by default. To
5129accomplish this, the functions png_create_read_struct_2(),
5130png_create_write_struct_2(), png_set_mem_fn(), png_get_mem_ptr(),
5131png_malloc_default(), and png_free_default() were added.
5132
Glenn Randers-Pehrsond6ea40a2009-11-02 07:32:00 -06005133Support for the iTXt chunk has been enabled by default as of
5134version 1.2.41.
5135
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005136Support for certain MNG features was enabled.
5137
5138Support for numbered error messages was added. However, we never got
5139around to actually numbering the error messages. The function
5140png_set_strip_error_numbers() was added (Note: the prototype for this
5141function was inadvertently removed from png.h in PNG_NO_ASSEMBLER_CODE
5142builds of libpng-1.2.15. It was restored in libpng-1.2.36).
5143
5144The png_malloc_warn() function was added at libpng-1.2.3. This issues
5145a png_warning and returns NULL instead of aborting when it fails to
5146acquire the requested memory allocation.
5147
5148Support for setting user limits on image width and height was enabled
5149by default. The functions png_set_user_limits(), png_get_user_width_max(),
5150and png_get_user_height_max() were added at libpng-1.2.6.
5151
5152The png_set_add_alpha() function was added at libpng-1.2.7.
5153
5154The function png_set_expand_gray_1_2_4_to_8() was added at libpng-1.2.9.
5155Unlike png_set_gray_1_2_4_to_8(), the new function does not expand the
5156tRNS chunk to alpha. The png_set_gray_1_2_4_to_8() function is
5157deprecated.
5158
5159A number of macro definitions in support of runtime selection of
5160assembler code features (especially Intel MMX code support) were
5161added at libpng-1.2.0:
5162
5163 PNG_ASM_FLAG_MMX_SUPPORT_COMPILED
5164 PNG_ASM_FLAG_MMX_SUPPORT_IN_CPU
5165 PNG_ASM_FLAG_MMX_READ_COMBINE_ROW
5166 PNG_ASM_FLAG_MMX_READ_INTERLACE
5167 PNG_ASM_FLAG_MMX_READ_FILTER_SUB
5168 PNG_ASM_FLAG_MMX_READ_FILTER_UP
5169 PNG_ASM_FLAG_MMX_READ_FILTER_AVG
5170 PNG_ASM_FLAG_MMX_READ_FILTER_PAETH
5171 PNG_ASM_FLAGS_INITIALIZED
5172 PNG_MMX_READ_FLAGS
5173 PNG_MMX_FLAGS
5174 PNG_MMX_WRITE_FLAGS
5175 PNG_MMX_FLAGS
5176
5177We added the following functions in support of runtime
5178selection of assembler code features:
5179
5180 png_get_mmx_flagmask()
5181 png_set_mmx_thresholds()
5182 png_get_asm_flags()
5183 png_get_mmx_bitdepth_threshold()
5184 png_get_mmx_rowbytes_threshold()
5185 png_set_asm_flags()
5186
5187We replaced all of these functions with simple stubs in libpng-1.2.20,
5188when the Intel assembler code was removed due to a licensing issue.
5189
Glenn Randers-Pehrson3d893a02009-08-31 13:32:46 -05005190These macros are deprecated:
5191
5192 PNG_READ_TRANSFORMS_NOT_SUPPORTED
5193 PNG_PROGRESSIVE_READ_NOT_SUPPORTED
5194 PNG_NO_SEQUENTIAL_READ_SUPPORTED
5195 PNG_WRITE_TRANSFORMS_NOT_SUPPORTED
5196 PNG_READ_ANCILLARY_CHUNKS_NOT_SUPPORTED
5197 PNG_WRITE_ANCILLARY_CHUNKS_NOT_SUPPORTED
5198
5199They have been replaced, respectively, by:
5200
5201 PNG_NO_READ_TRANSFORMS
5202 PNG_NO_PROGRESSIVE_READ
5203 PNG_NO_SEQUENTIAL_READ
5204 PNG_NO_WRITE_TRANSFORMS
5205 PNG_NO_READ_ANCILLARY_CHUNKS
5206 PNG_NO_WRITE_ANCILLARY_CHUNKS
5207
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005208PNG_MAX_UINT was replaced with PNG_UINT_31_MAX. It has been
5209deprecated since libpng-1.0.16 and libpng-1.2.6.
5210
5211The function
5212 png_check_sig(sig, num)
5213was replaced with
5214 !png_sig_cmp(sig, 0, num)
5215It has been deprecated since libpng-0.90.
5216
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005217The function
5218 png_set_gray_1_2_4_to_8()
5219which also expands tRNS to alpha was replaced with
5220 png_set_expand_gray_1_2_4_to_8()
5221which does not. It has been deprecated since libpng-1.0.18 and 1.2.9.
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06005222
Cosmin Truta84403262018-07-29 00:33:12 -04005223.SH X. Changes to Libpng from version 1.0.x/1.2.x to 1.4.x
Glenn Randers-Pehrsond740c842009-11-04 19:01:54 -06005224
5225Private libpng prototypes and macro definitions were moved from
5226png.h and pngconf.h into a new pngpriv.h header file.
5227
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005228Functions png_set_benign_errors(), png_benign_error(), and
5229png_chunk_benign_error() were added.
5230
5231Support for setting the maximum amount of memory that the application
5232will allocate for reading chunks was added, as a security measure.
5233The functions png_set_chunk_cache_max() and png_get_chunk_cache_max()
5234were added to the library.
5235
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06005236We implemented support for I/O states by adding png_ptr member io_state
5237and functions png_get_io_chunk_name() and png_get_io_state() in pngget.c
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005238
Glenn Randers-Pehrson5df7edb2009-10-29 23:32:44 -05005239We added PNG_TRANSFORM_GRAY_TO_RGB to the available high-level
5240input transforms.
5241
Glenn Randers-Pehrson5df7edb2009-10-29 23:32:44 -05005242Checking for and reporting of errors in the IHDR chunk is more thorough.
5243
Glenn Randers-Pehrson45af8192009-12-30 08:37:29 -06005244Support for global arrays was removed, to improve thread safety.
5245
5246Some obsolete/deprecated macros and functions have been removed.
5247
5248Typecasted NULL definitions such as
5249 #define png_voidp_NULL (png_voidp)NULL
5250were eliminated. If you used these in your application, just use
5251NULL instead.
5252
5253The png_struct and info_struct members "trans" and "trans_values" were
5254changed to "trans_alpha" and "trans_color", respectively.
5255
5256The obsolete, unused pnggccrd.c and pngvcrd.c files and related makefiles
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06005257were removed.
Glenn Randers-Pehrson45af8192009-12-30 08:37:29 -06005258
5259The PNG_1_0_X and PNG_1_2_X macros were eliminated.
5260
Glenn Randers-Pehrson5df7edb2009-10-29 23:32:44 -05005261The PNG_LEGACY_SUPPORTED macro was eliminated.
5262
5263Many WIN32_WCE #ifdefs were removed.
5264
5265The functions png_read_init(info_ptr), png_write_init(info_ptr),
5266png_info_init(info_ptr), png_read_destroy(), and png_write_destroy()
5267have been removed. They have been deprecated since libpng-0.95.
5268
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005269The png_permit_empty_plte() was removed. It has been deprecated
5270since libpng-1.0.9. Use png_permit_mng_features() instead.
5271
5272We removed the obsolete stub functions png_get_mmx_flagmask(),
5273png_set_mmx_thresholds(), png_get_asm_flags(),
5274png_get_mmx_bitdepth_threshold(), png_get_mmx_rowbytes_threshold(),
5275png_set_asm_flags(), and png_mmx_supported()
5276
Glenn Randers-Pehrson45af8192009-12-30 08:37:29 -06005277We removed the obsolete png_check_sig(), png_memcpy_check(), and
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -05005278png_memset_check() functions. Instead use !png_sig_cmp(), memcpy(),
5279and memset(), respectively.
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005280
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06005281The function png_set_gray_1_2_4_to_8() was removed. It has been
5282deprecated since libpng-1.0.18 and 1.2.9, when it was replaced with
5283png_set_expand_gray_1_2_4_to_8() because the former function also
Glenn Randers-Pehrsonc36bb792011-02-12 09:49:07 -06005284expanded any tRNS chunk to an alpha channel.
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06005285
Glenn Randers-Pehrson5b40b012010-11-25 07:16:29 -06005286Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
5287were added and are used by default instead of the corresponding
5288functions. Unfortunately,
Glenn Randers-Pehrsonc36bb792011-02-12 09:49:07 -06005289from libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
Glenn Randers-Pehrson5b40b012010-11-25 07:16:29 -06005290function) incorrectly returned a value of type png_uint_32.
5291
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005292We changed the prototype for png_malloc() from
5293 png_malloc(png_structp png_ptr, png_uint_32 size)
5294to
5295 png_malloc(png_structp png_ptr, png_alloc_size_t size)
5296
Glenn Randers-Pehrsone3f3c4e2010-02-07 18:08:50 -06005297This also applies to the prototype for the user replacement malloc_fn().
5298
Glenn Randers-Pehrson45af8192009-12-30 08:37:29 -06005299The png_calloc() function was added and is used in place of
Glenn Randers-Pehrson2be8b642010-07-29 19:09:18 -05005300of "png_malloc(); memset();" except in the case in png_read_png()
Glenn Randers-Pehrson45af8192009-12-30 08:37:29 -06005301where the array consists of pointers; in this case a "for" loop is used
5302after the png_malloc() to set the pointers to NULL, to give robust.
5303behavior in case the application runs out of memory part-way through
5304the process.
5305
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005306We changed the prototypes of png_get_compression_buffer_size() and
Cosmin Trutaa74aa9a2018-06-17 22:37:44 -04005307png_set_compression_buffer_size() to work with size_t instead of
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005308png_uint_32.
5309
Glenn Randers-Pehrson45af8192009-12-30 08:37:29 -06005310Support for numbered error messages was removed by default, since we
5311never got around to actually numbering the error messages. The function
5312png_set_strip_error_numbers() was removed from the library by default.
5313
5314The png_zalloc() and png_zfree() functions are no longer exported.
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005315The png_zalloc() function no longer zeroes out the memory that it
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005316allocates. Applications that called png_zalloc(png_ptr, number, size)
5317can call png_calloc(png_ptr, number*size) instead, and can call
5318png_free() instead of png_zfree().
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005319
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05005320Support for dithering was disabled by default in libpng-1.4.0, because
Glenn Randers-Pehrson9f1cd702011-04-16 19:40:23 -05005321it has not been well tested and doesn't actually "dither".
5322The code was not
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05005323removed, however, and could be enabled by building libpng with
5324PNG_READ_DITHER_SUPPORTED defined. In libpng-1.4.2, this support
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005325was re-enabled, but the function was renamed png_set_quantize() to
Glenn Randers-Pehrson3cd7cff2010-04-16 19:27:08 -05005326reflect more accurately what it actually does. At the same time,
5327the PNG_DITHER_[RED,GREEN_BLUE]_BITS macros were also renamed to
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005328PNG_QUANTIZE_[RED,GREEN,BLUE]_BITS, and PNG_READ_DITHER_SUPPORTED
5329was renamed to PNG_READ_QUANTIZE_SUPPORTED.
Glenn Randers-Pehrson60988072010-04-13 22:11:06 -05005330
Glenn Randers-Pehrson6a9c2ce2009-03-27 19:30:10 -05005331We removed the trailing '.' from the warning and error messages.
5332
Cosmin Truta84403262018-07-29 00:33:12 -04005333.SH XI. Changes to Libpng from version 1.4.x to 1.5.x
Glenn Randers-Pehrson5b40b012010-11-25 07:16:29 -06005334
Glenn Randers-Pehrsonc36bb792011-02-12 09:49:07 -06005335From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
Glenn Randers-Pehrson5b40b012010-11-25 07:16:29 -06005336function) incorrectly returned a value of type png_uint_32.
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005337The incorrect macro was removed from libpng-1.4.5.
Glenn Randers-Pehrson5b40b012010-11-25 07:16:29 -06005338
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005339Checking for invalid palette index on write was added at libpng
53401.5.10. If a pixel contains an invalid (out-of-range) index libpng issues
5341a benign error. This is enabled by default because this condition is an
5342error according to the PNG specification, Clause 11.3.2, but the error can
5343be ignored in each png_ptr with
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005344
5345 png_set_check_for_invalid_index(png_ptr, allowed);
5346
5347 allowed - one of
5348 0: disable benign error (accept the
5349 invalid data without warning).
5350 1: enable benign error (treat the
5351 invalid data as an error or a
5352 warning).
5353
5354If the error is ignored, or if png_benign_error() treats it as a warning,
5355any invalid pixels are decoded as opaque black by the decoder and written
5356as-is by the encoder.
5357
5358Retrieving the maximum palette index found was added at libpng-1.5.15.
5359This statement must appear after png_read_png() or png_read_image() while
5360reading, and after png_write_png() or png_write_image() while writing.
5361
5362 int max_palette = png_get_palette_max(png_ptr, info_ptr);
5363
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005364This will return the maximum palette index found in the image, or "\-1" if
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005365the palette was not checked, or "0" if no palette was found. Note that this
5366does not account for any palette index used by ancillary chunks such as the
5367bKGD chunk; you must check those separately to determine the maximum
5368palette index actually used.
5369
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005370There are no substantial API changes between the non-deprecated parts of
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005371the 1.4.5 API and the 1.5.0 API; however, the ability to directly access
Glenn Randers-Pehrson5a956a72011-12-22 14:23:37 -06005372members of the main libpng control structures, png_struct and png_info,
5373deprecated in earlier versions of libpng, has been completely removed from
Glenn Randers-Pehrson05591ab2016-01-30 10:08:47 -06005374libpng 1.5, and new private "pngstruct.h", "pnginfo.h", and "pngdebug.h"
5375header files were created.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005376
Glenn Randers-Pehrson5a956a72011-12-22 14:23:37 -06005377We no longer include zlib.h in png.h. The include statement has been moved
5378to pngstruct.h, where it is not accessible by applications. Applications that
5379need access to information in zlib.h will need to add the '#include "zlib.h"'
5380directive. It does not matter whether this is placed prior to or after
Glenn Randers-Pehrson00879b12011-01-15 19:25:34 -06005381the '"#include png.h"' directive.
5382
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005383The png_sprintf(), png_strcpy(), and png_strncpy() macros are no longer used
5384and were removed.
5385
5386We moved the png_strlen(), png_memcpy(), png_memset(), and png_memcmp()
5387macros into a private header file (pngpriv.h) that is not accessible to
5388applications.
Glenn Randers-Pehrson00879b12011-01-15 19:25:34 -06005389
Glenn Randers-Pehrson9d23b402011-01-08 10:42:01 -06005390In png_get_iCCP, the type of "profile" was changed from png_charpp
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005391to png_bytepp, and in png_set_iCCP, from png_charp to png_const_bytep.
Glenn Randers-Pehrson9d23b402011-01-08 10:42:01 -06005392
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005393There are changes of form in png.h, including new and changed macros to
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05005394declare parts of the API. Some API functions with arguments that are
5395pointers to data not modified within the function have been corrected to
Cosmin Truta1ef88822018-08-18 21:01:02 -04005396declare these arguments with const.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005397
5398Much of the internal use of C macros to control the library build has also
5399changed and some of this is visible in the exported header files, in
5400particular the use of macros to control data and API elements visible
5401during application compilation may require significant revision to
5402application code. (It is extremely rare for an application to do this.)
5403
5404Any program that compiled against libpng 1.4 and did not use deprecated
5405features or access internal library structures should compile and work
Glenn Randers-Pehrsond08b6bd2011-02-19 15:50:17 -06005406against libpng 1.5, except for the change in the prototype for
5407png_get_iCCP() and png_set_iCCP() API functions mentioned above.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005408
Glenn Randers-Pehrson6e974102010-12-19 16:44:22 -06005409libpng 1.5.0 adds PNG_ PASS macros to help in the reading and writing of
5410interlaced images. The macros return the number of rows and columns in
5411each pass and information that can be used to de-interlace and (if
5412absolutely necessary) interlace an image.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005413
5414libpng 1.5.0 adds an API png_longjmp(png_ptr, value). This API calls
Glenn Randers-Pehrsond08b6bd2011-02-19 15:50:17 -06005415the application-provided png_longjmp_ptr on the internal, but application
Glenn Randers-Pehrson33ced442011-04-27 14:58:06 -05005416initialized, longjmp buffer. It is provided as a convenience to avoid
5417the need to use the png_jmpbuf macro, which had the unnecessary side
5418effect of resetting the internal png_longjmp_ptr value.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005419
5420libpng 1.5.0 includes a complete fixed point API. By default this is
5421present along with the corresponding floating point API. In general the
5422fixed point API is faster and smaller than the floating point one because
5423the PNG file format used fixed point, not floating point. This applies
5424even if the library uses floating point in internal calculations. A new
5425macro, PNG_FLOATING_ARITHMETIC_SUPPORTED, reveals whether the library
5426uses floating point arithmetic (the default) or fixed point arithmetic
5427internally for performance critical calculations such as gamma correction.
Glenn Randers-Pehrson00879b12011-01-15 19:25:34 -06005428In some cases, the gamma calculations may produce slightly different
5429results. This has changed the results in png_rgb_to_gray and in alpha
5430composition (png_set_background for example). This applies even if the
5431original image was already linear (gamma == 1.0) and, therefore, it is
5432not necessary to linearize the image. This is because libpng has *not*
5433been changed to optimize that case correctly, yet.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005434
5435Fixed point support for the sCAL chunk comes with an important caveat;
5436the sCAL specification uses a decimal encoding of floating point values
5437and the accuracy of PNG fixed point values is insufficient for
5438representation of these values. Consequently a "string" API
5439(png_get_sCAL_s and png_set_sCAL_s) is the only reliable way of reading
5440arbitrary sCAL chunks in the absence of either the floating point API or
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005441internal floating point calculations. Starting with libpng-1.5.0, both
5442of these functions are present when PNG_sCAL_SUPPORTED is defined. Prior
5443to libpng-1.5.0, their presence also depended upon PNG_FIXED_POINT_SUPPORTED
5444being defined and PNG_FLOATING_POINT_SUPPORTED not being defined.
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005445
5446Applications no longer need to include the optional distribution header
5447file pngusr.h or define the corresponding macros during application
5448build in order to see the correct variant of the libpng API. From 1.5.0
5449application code can check for the corresponding _SUPPORTED macro:
5450
5451#ifdef PNG_INCH_CONVERSIONS_SUPPORTED
5452 /* code that uses the inch conversion APIs. */
5453#endif
5454
5455This macro will only be defined if the inch conversion functions have been
5456compiled into libpng. The full set of macros, and whether or not support
5457has been compiled in, are available in the header file pnglibconf.h.
5458This header file is specific to the libpng build. Notice that prior to
54591.5.0 the _SUPPORTED macros would always have the default definition unless
5460reset by pngusr.h or by explicit settings on the compiler command line.
5461These settings may produce compiler warnings or errors in 1.5.0 because
5462of macro redefinition.
5463
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005464Applications can now choose whether to use these macros or to call the
5465corresponding function by defining PNG_USE_READ_MACROS or
5466PNG_NO_USE_READ_MACROS before including png.h. Notice that this is
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005467only supported from 1.5.0; defining PNG_NO_USE_READ_MACROS prior to 1.5.0
Glenn Randers-Pehrson95ba4172011-09-08 12:21:42 -05005468will lead to a link failure.
Glenn Randers-Pehrson59fa3e92011-01-06 07:07:06 -06005469
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05005470Prior to libpng-1.5.4, the zlib compressor used the same set of parameters
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -05005471when compressing the IDAT data and textual data such as zTXt and iCCP.
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05005472In libpng-1.5.4 we reinitialized the zlib stream for each type of data.
Glenn Randers-Pehrson8eb88332011-04-01 00:16:50 -05005473We added five png_set_text_*() functions for setting the parameters to
5474use with textual data.
5475
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05005476Prior to libpng-1.5.4, the PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
John Bowlerb2bee332011-06-10 23:24:58 -05005477option was off by default, and slightly inaccurate scaling occurred.
Glenn Randers-Pehrsonfb29e512011-06-17 20:38:24 -05005478This option can no longer be turned off, and the choice of accurate
5479or inaccurate 16-to-8 scaling is by using the new png_set_scale_16_to_8()
5480API for accurate scaling or the old png_set_strip_16_to_8() API for simple
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005481chopping. In libpng-1.5.4, the PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
5482macro became PNG_READ_SCALE_16_TO_8_SUPPORTED, and the PNG_READ_16_TO_8
5483macro became PNG_READ_STRIP_16_TO_8_SUPPORTED, to enable the two
5484png_set_*_16_to_8() functions separately.
Glenn Randers-Pehrson0cb906d2011-06-11 14:22:22 -05005485
Glenn Randers-Pehrson733b1312011-06-15 13:21:01 -05005486Prior to libpng-1.5.4, the png_set_user_limits() function could only be
Glenn Randers-Pehrson0cb906d2011-06-11 14:22:22 -05005487used to reduce the width and height limits from the value of
5488PNG_USER_WIDTH_MAX and PNG_USER_HEIGHT_MAX, although this document said
5489that it could be used to override them. Now this function will reduce or
5490increase the limits.
John Bowlerb2bee332011-06-10 23:24:58 -05005491
Glenn Randers-Pehrson60d8ae12017-04-22 15:44:55 -05005492Starting in libpng-1.5.22, default user limits were established. These
5493can be overridden by application calls to png_set_user_limits(),
5494png_set_user_chunk_cache_max(), and/or png_set_user_malloc_max().
5495The limits are now
5496 max possible default
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005497 png_user_width_max 0x7fffffff 1,000,000
5498 png_user_height_max 0x7fffffff 1,000,000
Glenn Randers-Pehrson60d8ae12017-04-22 15:44:55 -05005499 png_user_chunk_cache_max 0 (unlimited) 1000
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005500 png_user_chunk_malloc_max 0 (unlimited) 8,000,000
5501
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005502The png_set_option() function (and the "options" member of the png struct) was
Glenn Randers-Pehrsonefe4e5d2015-09-23 22:08:04 -05005503added to libpng-1.5.15, with option PNG_ARM_NEON.
5504
Glenn Randers-Pehrson2ca2a0b2014-03-16 21:47:52 -05005505The library now supports a complete fixed point implementation and can
5506thus be used on systems that have no floating point support or very
5507limited or slow support. Previously gamma correction, an essential part
5508of complete PNG support, required reasonably fast floating point.
5509
5510As part of this the choice of internal implementation has been made
5511independent of the choice of fixed versus floating point APIs and all the
5512missing fixed point APIs have been implemented.
5513
5514The exact mechanism used to control attributes of API functions has
5515changed, as described in the INSTALL file.
5516
Glenn Randers-Pehrsonc2a15d02014-03-16 19:53:29 -05005517A new test program, pngvalid, is provided in addition to pngtest.
5518pngvalid validates the arithmetic accuracy of the gamma correction
5519calculations and includes a number of validations of the file format.
5520A subset of the full range of tests is run when "make check" is done
5521(in the 'configure' build.) pngvalid also allows total allocated memory
5522usage to be evaluated and performs additional memory overwrite validation.
5523
5524Many changes to individual feature macros have been made. The following
5525are the changes most likely to be noticed by library builders who
5526configure libpng:
5527
55281) All feature macros now have consistent naming:
5529
5530#define PNG_NO_feature turns the feature off
5531#define PNG_feature_SUPPORTED turns the feature on
5532
5533pnglibconf.h contains one line for each feature macro which is either:
5534
5535#define PNG_feature_SUPPORTED
5536
5537if the feature is supported or:
5538
5539/*#undef PNG_feature_SUPPORTED*/
5540
5541if it is not. Library code consistently checks for the 'SUPPORTED' macro.
5542It does not, and libpng applications should not, check for the 'NO' macro
5543which will not normally be defined even if the feature is not supported.
5544The 'NO' macros are only used internally for setting or not setting the
5545corresponding 'SUPPORTED' macros.
5546
5547Compatibility with the old names is provided as follows:
5548
5549PNG_INCH_CONVERSIONS turns on PNG_INCH_CONVERSIONS_SUPPORTED
5550
5551And the following definitions disable the corresponding feature:
5552
5553PNG_SETJMP_NOT_SUPPORTED disables SETJMP
5554PNG_READ_TRANSFORMS_NOT_SUPPORTED disables READ_TRANSFORMS
5555PNG_NO_READ_COMPOSITED_NODIV disables READ_COMPOSITE_NODIV
5556PNG_WRITE_TRANSFORMS_NOT_SUPPORTED disables WRITE_TRANSFORMS
5557PNG_READ_ANCILLARY_CHUNKS_NOT_SUPPORTED disables READ_ANCILLARY_CHUNKS
5558PNG_WRITE_ANCILLARY_CHUNKS_NOT_SUPPORTED disables WRITE_ANCILLARY_CHUNKS
5559
5560Library builders should remove use of the above, inconsistent, names.
5561
55622) Warning and error message formatting was previously conditional on
5563the STDIO feature. The library has been changed to use the
5564CONSOLE_IO feature instead. This means that if CONSOLE_IO is disabled
5565the library no longer uses the printf(3) functions, even though the
5566default read/write implementations use (FILE) style stdio.h functions.
5567
55683) Three feature macros now control the fixed/floating point decisions:
5569
5570PNG_FLOATING_POINT_SUPPORTED enables the floating point APIs
5571
5572PNG_FIXED_POINT_SUPPORTED enables the fixed point APIs; however, in
5573practice these are normally required internally anyway (because the PNG
5574file format is fixed point), therefore in most cases PNG_NO_FIXED_POINT
5575merely stops the function from being exported.
5576
5577PNG_FLOATING_ARITHMETIC_SUPPORTED chooses between the internal floating
5578point implementation or the fixed point one. Typically the fixed point
5579implementation is larger and slower than the floating point implementation
5580on a system that supports floating point; however, it may be faster on a
5581system which lacks floating point hardware and therefore uses a software
5582emulation.
5583
55844) Added PNG_{READ,WRITE}_INT_FUNCTIONS_SUPPORTED. This allows the
5585functions to read and write ints to be disabled independently of
5586PNG_USE_READ_MACROS, which allows libpng to be built with the functions
5587even though the default is to use the macros - this allows applications
5588to choose at app buildtime whether or not to use macros (previously
5589impossible because the functions weren't in the default build.)
5590
Cosmin Truta84403262018-07-29 00:33:12 -04005591.SH XII. Changes to Libpng from version 1.5.x to 1.6.x
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06005592
5593A "simplified API" has been added (see documentation in png.h and a simple
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005594example in contrib/examples/pngtopng.c). The new publicly visible API
5595includes the following:
5596
5597 macros:
5598 PNG_FORMAT_*
5599 PNG_IMAGE_*
5600 structures:
5601 png_control
5602 png_image
5603 read functions
5604 png_image_begin_read_from_file()
5605 png_image_begin_read_from_stdio()
5606 png_image_begin_read_from_memory()
5607 png_image_finish_read()
5608 png_image_free()
5609 write functions
5610 png_image_write_to_file()
Glenn Randers-Pehrsond2b8d462016-01-23 14:01:44 -06005611 png_image_write_to_memory()
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005612 png_image_write_to_stdio()
5613
5614Starting with libpng-1.6.0, you can configure libpng to prefix all exported
5615symbols, using the PNG_PREFIX macro.
Glenn Randers-Pehrson5bffd6c2012-01-31 22:21:32 -06005616
Glenn Randers-Pehrson5a956a72011-12-22 14:23:37 -06005617We no longer include string.h in png.h. The include statement has been moved
5618to pngpriv.h, where it is not accessible by applications. Applications that
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005619need access to information in string.h must add an '#include <string.h>'
Glenn Randers-Pehrson5a956a72011-12-22 14:23:37 -06005620directive. It does not matter whether this is placed prior to or after
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005621the '#include "png.h"' directive.
Glenn Randers-Pehrson5a956a72011-12-22 14:23:37 -06005622
5623The following API are now DEPRECATED:
5624 png_info_init_3()
5625 png_convert_to_rfc1123() which has been replaced
5626 with png_convert_to_rfc1123_buffer()
5627 png_malloc_default()
5628 png_free_default()
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005629 png_reset_zstream()
Glenn Randers-Pehrson5a956a72011-12-22 14:23:37 -06005630
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005631The following have been removed:
Glenn Randers-Pehrson5a956a72011-12-22 14:23:37 -06005632 png_get_io_chunk_name(), which has been replaced
5633 with png_get_io_chunk_type(). The new
5634 function returns a 32-bit integer instead of
5635 a string.
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005636 The png_sizeof(), png_strlen(), png_memcpy(), png_memcmp(), and
5637 png_memset() macros are no longer used in the libpng sources and
5638 have been removed. These had already been made invisible to applications
5639 (i.e., defined in the private pngpriv.h header file) since libpng-1.5.0.
5640
5641The signatures of many exported functions were changed, such that
5642 png_structp became png_structrp or png_const_structrp
5643 png_infop became png_inforp or png_const_inforp
5644where "rp" indicates a "restricted pointer".
5645
Glenn Randers-Pehrsonb9ba8d62015-08-16 23:32:04 -05005646Dropped support for 16-bit platforms. The support for FAR/far types has
5647been eliminated and the definition of png_alloc_size_t is now controlled
5648by a flag so that 'small size_t' systems can select it if necessary.
Glenn Randers-Pehrson36450082015-03-09 09:13:58 -05005649
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005650Error detection in some chunks has improved; in particular the iCCP chunk
5651reader now does pretty complete validation of the basic format. Some bad
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005652profiles that were previously accepted are now accepted with a warning or
Glenn Randers-Pehrsonf43b5e32014-12-20 19:10:52 -06005653rejected, depending upon the png_set_benign_errors() setting, in particular
5654the very old broken Microsoft/HP 3144-byte sRGB profile. Starting with
Glenn Randers-Pehrsone95ce2c2014-05-07 12:07:12 -05005655libpng-1.6.11, recognizing and checking sRGB profiles can be avoided by
5656means of
5657
Glenn Randers-Pehrson91319c62014-07-04 11:46:17 -05005658 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && \
5659 defined(PNG_SET_OPTION_SUPPORTED)
Glenn Randers-Pehrsone429c662014-06-11 20:35:18 -05005660 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
Glenn Randers-Pehrson5808e7b2014-05-19 18:10:56 -05005661 PNG_OPTION_ON);
5662 #endif
Glenn Randers-Pehrsone95ce2c2014-05-07 12:07:12 -05005663
Glenn Randers-Pehrson60a75062015-02-18 12:24:46 -06005664It's not a good idea to do this if you are using the "simplified API",
Glenn Randers-Pehrsonf43b5e32014-12-20 19:10:52 -06005665which needs to be able to recognize sRGB profiles conveyed via the iCCP
Glenn Randers-Pehrsond1c5f482014-05-09 21:06:27 -05005666chunk.
5667
Glenn Randers-Pehrsone95ce2c2014-05-07 12:07:12 -05005668The PNG spec requirement that only grayscale profiles may appear in images
5669with color type 0 or 4 and that even if the image only contains gray pixels,
5670only RGB profiles may appear in images with color type 2, 3, or 6, is now
5671enforced. The sRGB chunk is allowed to appear in images with any color type
Glenn Randers-Pehrson91319c62014-07-04 11:46:17 -05005672and is interpreted by libpng to convey a one-tracer-curve gray profile or a
5673three-tracer-curve RGB profile as appropriate.
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005674
Glenn Randers-Pehrson092b8d72016-01-04 08:15:11 -06005675Libpng 1.5.x erroneously used /MD for Debug DLL builds; if you used the debug
5676builds in your app and you changed your app to use /MD you will need to
5677change it back to /MDd for libpng 1.6.x.
5678
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005679Prior to libpng-1.6.0 a warning would be issued if the iTXt chunk contained
5680an empty language field or an empty translated keyword. Both of these
5681are allowed by the PNG specification, so these warnings are no longer issued.
5682
5683The library now issues an error if the application attempts to set a
5684transform after it calls png_read_update_info() or if it attempts to call
5685both png_read_update_info() and png_start_read_image() or to call either
5686of them more than once.
5687
5688The default condition for benign_errors is now to treat benign errors as
5689warnings while reading and as errors while writing.
Glenn Randers-Pehrsond5dd93f2013-07-02 09:20:36 -05005690
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005691The library now issues a warning if both background processing and RGB to
5692gray are used when gamma correction happens. As with previous versions of
5693the library the results are numerically very incorrect in this case.
5694
5695There are some minor arithmetic changes in some transforms such as
5696png_set_background(), that might be detected by certain regression tests.
5697
5698Unknown chunk handling has been improved internally, without any API change.
5699This adds more correct option control of the unknown handling, corrects
5700a pre-existing bug where the per-chunk 'keep' setting is ignored, and makes
5701it possible to skip IDAT chunks in the sequential reader.
5702
5703The machine-generated configure files are no longer included in branches
5704libpng16 and later of the GIT repository. They continue to be included
5705in the tarball releases, however.
Glenn Randers-Pehrson80647772013-02-04 19:50:56 -06005706
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005707Libpng-1.6.0 through 1.6.2 used the CMF bytes at the beginning of the IDAT
5708stream to set the size of the sliding window for reading instead of using the
5709default 32-kbyte sliding window size. It was discovered that there are
5710hundreds of PNG files in the wild that have incorrect CMF bytes that caused
Glenn Randers-Pehrson72855fb2014-04-13 21:27:25 -05005711zlib to issue the "invalid distance too far back" error and reject the file.
5712Libpng-1.6.3 and later calculate their own safe CMF from the image dimensions,
5713provide a way to revert to the libpng-1.5.x behavior (ignoring the CMF bytes
5714and using a 32-kbyte sliding window), by using
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005715
5716 png_set_option(png_ptr, PNG_MAXIMUM_INFLATE_WINDOW,
5717 PNG_OPTION_ON);
5718
Glenn Randers-Pehrson72855fb2014-04-13 21:27:25 -05005719and provide a tool (contrib/tools/pngfix) for rewriting a PNG file while
5720optimizing the CMF bytes in its IDAT chunk correctly.
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005721
5722Libpng-1.6.0 and libpng-1.6.1 wrote uncompressed iTXt chunks with the wrong
5723length, which resulted in PNG files that cannot be read beyond the bad iTXt
5724chunk. This error was fixed in libpng-1.6.3, and a tool (called
5725contrib/tools/png-fix-itxt) has been added to the libpng distribution.
5726
Glenn Randers-Pehrson2d069832015-05-06 20:31:21 -05005727Starting with libpng-1.6.17, the PNG_SAFE_LIMITS macro was eliminated
5728and safe limits are used by default (users who need larger limits
5729can still override them at compile time or run time, as described above).
5730
5731The new limits are
5732 default spec limit
5733 png_user_width_max 1,000,000 2,147,483,647
5734 png_user_height_max 1,000,000 2,147,483,647
5735 png_user_chunk_cache_max 128 unlimited
5736 png_user_chunk_malloc_max 8,000,000 unlimited
5737
5738Starting with libpng-1.6.18, a PNG_RELEASE_BUILD macro was added, which allows
5739library builders to control compilation for an installed system (a release build).
5740It can be set for testing debug or beta builds to ensure that they will compile
5741when the build type is switched to RC or STABLE. In essence this overrides the
5742PNG_LIBPNG_BUILD_BASE_TYPE definition which is not directly user controllable.
5743
Glenn Randers-Pehrsona901eb32015-10-30 07:57:49 -05005744Starting with libpng-1.6.19, attempting to set an over-length PLTE chunk
Glenn Randers-Pehrson81f44662015-10-29 09:26:41 -05005745is an error. Previously this requirement of the PNG specification was not
Glenn Randers-Pehrsonb00d9862015-10-31 08:55:50 -05005746enforced, and the palette was always limited to 256 entries. An over-length
5747PLTE chunk found in an input PNG is silently truncated.
Glenn Randers-Pehrson81f44662015-10-29 09:26:41 -05005748
Glenn Randers-Pehrson68cb0aa2017-07-13 11:19:53 -05005749Starting with libpng-1.6.31, the eXIf chunk is supported. Libpng does not
5750attempt to decode the Exif profile; it simply returns a byte array
5751containing the profile to the calling application which must do its own
5752decoding.
5753
Cosmin Truta84403262018-07-29 00:33:12 -04005754.SH XIII. Detecting libpng
Glenn Randers-Pehrson424c9852009-06-02 13:45:15 -05005755
5756The png_get_io_ptr() function has been present since libpng-0.88, has never
5757changed, and is unaffected by conditional compilation macros. It is the
5758best choice for use in configure scripts for detecting the presence of any
Glenn Randers-Pehrson99708d52009-06-29 17:30:00 -05005759libpng version since 0.88. In an autoconf "configure.in" you could use
5760
5761 AC_CHECK_LIB(png, png_get_io_ptr, ...
Glenn Randers-Pehrson424c9852009-06-02 13:45:15 -05005762
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06005763.SH XV. Source code repository
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005764
5765Since about February 2009, version 1.2.34, libpng has been under "git" source
5766control. The git repository was built from old libpng-x.y.z.tar.gz files
5767going back to version 0.70. You can access the git repository (read only)
5768at
5769
Glenn Randers-Pehrson774922d2017-05-27 12:33:48 -05005770 https://github.com/glennrp/libpng or
5771 https://git.code.sf.net/p/libpng/code.git
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005772
Glenn Randers-Pehrson774922d2017-05-27 12:33:48 -05005773or you can browse it with a web browser at
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005774
Glenn Randers-Pehrson774922d2017-05-27 12:33:48 -05005775 https://github.com/glennrp/libpng or
5776 https://sourceforge.net/p/libpng/code/ci/libpng16/tree/
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005777
Cosmin Truta46aedd82018-07-15 23:58:00 -04005778Patches can be sent to png-mng-implement at lists.sourceforge.net or
5779uploaded to the libpng bug tracker at
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005780
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05005781 https://libpng.sourceforge.io/
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005782
Glenn Randers-Pehrson11629b12017-05-27 13:12:37 -05005783or as a "pull request" to
5784
5785 https://github.com/glennrp/libpng/pulls
5786
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005787We also accept patches built from the tar or zip distributions, and
luz.pazeb91c0e2018-02-09 06:57:29 -05005788simple verbal descriptions of bug fixes, reported either to the
Glenn Randers-Pehrsona5e55472011-07-12 10:13:32 -05005789SourceForge bug tracker, to the png-mng-implement at lists.sf.net
Cosmin Truta46aedd82018-07-15 23:58:00 -04005790mailing list, as github issues.
Glenn Randers-Pehrson7bc25012011-01-21 23:29:09 -06005791
Glenn Randers-Pehrson0501c1c2012-01-11 14:00:52 -06005792.SH XV. Coding style
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005793
Glenn Randers-Pehrsonc4b37182014-04-06 08:59:57 -05005794Our coding style is similar to the "Allman" style
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05005795(See https://en.wikipedia.org/wiki/Indent_style#Allman_style), with curly
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005796braces on separate lines:
5797
5798 if (condition)
5799 {
5800 action;
5801 }
5802
5803 else if (another condition)
5804 {
5805 another action;
5806 }
5807
5808The braces can be omitted from simple one-line actions:
5809
5810 if (condition)
Cosmin Truta46aedd82018-07-15 23:58:00 -04005811 return 0;
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005812
5813We use 3-space indentation, except for continued statements which
5814are usually indented the same as the first line of the statement
5815plus four more spaces.
5816
Glenn Randers-Pehrson5ade7ed2009-09-30 15:11:49 -05005817For macro definitions we use 2-space indentation, always leaving the "#"
5818in the first column.
5819
5820 #ifndef PNG_NO_FEATURE
5821 # ifndef PNG_FEATURE_SUPPORTED
5822 # define PNG_FEATURE_SUPPORTED
5823 # endif
5824 #endif
5825
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005826Comments appear with the leading "/*" at the same indentation as
5827the statement that follows the comment:
5828
5829 /* Single-line comment */
5830 statement;
5831
Glenn Randers-Pehrsone4c706a2010-03-06 14:51:54 -06005832 /* This is a multiple-line
5833 * comment.
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005834 */
5835 statement;
5836
Glenn Randers-Pehrsone4c706a2010-03-06 14:51:54 -06005837Very short comments can be placed after the end of the statement
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005838to which they pertain:
5839
5840 statement; /* comment */
5841
5842We don't use C++ style ("//") comments. We have, however,
5843used them in the past in some now-abandoned MMX assembler
5844code.
5845
Glenn Randers-Pehrson4df37bf2014-03-06 12:35:04 -06005846Functions and their curly braces are not indented, and
5847exported functions are marked with PNGAPI:
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005848
5849 /* This is a public function that is visible to
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005850 * application programmers. It does thus-and-so.
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005851 */
5852 void PNGAPI
5853 png_exported_function(png_ptr, png_info, foo)
5854 {
5855 body;
5856 }
5857
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005858The return type and decorations are placed on a separate line
5859ahead of the function name, as illustrated above.
5860
Glenn Randers-Pehrson416976f2009-07-27 22:16:09 -05005861The prototypes for all exported functions appear in png.h,
5862above the comment that says
5863
5864 /* Maintainer: Put new public prototypes here ... */
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005865
5866We mark all non-exported functions with "/* PRIVATE */"":
5867
5868 void /* PRIVATE */
5869 png_non_exported_function(png_ptr, png_info, foo)
5870 {
5871 body;
5872 }
5873
Glenn Randers-Pehrson416976f2009-07-27 22:16:09 -05005874The prototypes for non-exported functions (except for those in
Glenn Randers-Pehrson36b246a2014-09-27 08:59:52 -05005875pngtest) appear in pngpriv.h above the comment that says
Glenn Randers-Pehrson416976f2009-07-27 22:16:09 -05005876
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005877 /* Maintainer: Put new private prototypes here ^ */
5878
Glenn Randers-Pehrson36b246a2014-09-27 08:59:52 -05005879To avoid polluting the global namespace, the names of all exported
5880functions and variables begin with "png_", and all publicly visible C
5881preprocessor macros begin with "PNG". We request that applications that
5882use libpng *not* begin any of their own symbols with either of these strings.
5883
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005884We put a space after the "sizeof" operator and we omit the
5885optional parentheses around its argument when the argument
5886is an expression, not a type name, and we always enclose the
5887sizeof operator, with its argument, in parentheses:
5888
5889 (sizeof (png_uint_32))
5890 (sizeof array)
5891
5892Prior to libpng-1.6.0 we used a "png_sizeof()" macro, formatted as
5893though it were a function.
Glenn Randers-Pehrsonece07cf2012-08-10 18:08:02 -05005894
Glenn Randers-Pehrson36b246a2014-09-27 08:59:52 -05005895Control keywords if, for, while, and switch are always followed by a space
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05005896to distinguish them from function calls, which have no trailing space.
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005897
5898We put a space after each comma and after each semicolon
Glenn Randers-Pehrson49a56e72010-12-06 20:06:01 -06005899in "for" statements, and we put spaces before and after each
Glenn Randers-Pehrsone4c706a2010-03-06 14:51:54 -06005900C binary operator and after "for" or "while", and before
5901"?". We don't put a space between a typecast and the expression
5902being cast, nor do we put one between a function name and the
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005903left parenthesis that follows it:
5904
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005905 for (i = 2; i > 0; \-\-i)
Glenn Randers-Pehrson67f3b482009-09-23 11:36:28 -05005906 y[i] = a(x) + (int)b;
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005907
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005908We prefer #ifdef and #ifndef to #if defined() and #if !defined()
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005909when there is only one macro being tested. We always use parentheses
5910with "defined".
Glenn Randers-Pehrsond60c8862009-06-15 21:56:14 -05005911
Glenn Randers-Pehrson8ba4b132015-08-16 22:49:58 -05005912We express integer constants that are used as bit masks in hex format,
5913with an even number of lower-case hex digits, and to make them unsigned
5914(e.g., 0x00U, 0xffU, 0x0100U) and long if they are greater than 0x7fff
5915(e.g., 0xffffUL).
Glenn Randers-Pehrson8db19982011-10-27 16:17:24 -05005916
Glenn Randers-Pehrson8ba4b132015-08-16 22:49:58 -05005917We prefer to use underscores rather than camelCase in names, except
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -06005918for a few type names that we inherit from zlib.h.
5919
Glenn Randers-Pehrson0c440812016-10-19 19:07:25 -05005920We prefer "if (something != 0)" and "if (something == 0)" over
5921"if (something)" and if "(!something)", respectively, and for pointers
Glenn Randers-Pehrson64f81102017-04-03 15:25:40 -05005922we prefer "if (some_pointer != NULL)" or "if (some_pointer == NULL)".
Glenn Randers-Pehrson7017c402014-03-16 20:29:11 -05005923
Glenn Randers-Pehrson67f3b482009-09-23 11:36:28 -05005924We do not use the TAB character for indentation in the C sources.
5925
Glenn Randers-Pehrson62ca98e2009-12-20 15:14:57 -06005926Lines do not exceed 80 characters.
5927
Glenn Randers-Pehrsonf210a052009-11-12 10:02:24 -06005928Other rules can be inferred by inspecting the libpng source.
Glenn Randers-Pehrson76546822009-05-16 07:25:42 -05005929
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005930.SH NOTE
5931
5932Note about libpng version numbers:
5933
5934Due to various miscommunications, unforeseen code incompatibilities
5935and occasional factors outside the authors' control, version numbering
5936on the library has not always been consistent and straightforward.
5937The following table summarizes matters since version 0.89c, which was
5938the first widely used release:
5939
Cosmin Truta84403262018-07-29 00:33:12 -04005940 source png.h png.h shared-lib
5941 version string int version
5942 ------- ------ ----- ----------
Glenn Randers-Pehrsonfc845082015-11-03 08:24:56 -06005943 0.89c "1.0 beta 3" 0.89 89 1.0.89
5944 0.90 "1.0 beta 4" 0.90 90 0.90 [should have been 2.0.90]
5945 0.95 "1.0 beta 5" 0.95 95 0.95 [should have been 2.0.95]
5946 0.96 "1.0 beta 6" 0.96 96 0.96 [should have been 2.0.96]
5947 0.97b "1.00.97 beta 7" 1.00.97 97 1.0.1 [should have been 2.0.97]
5948 0.97c 0.97 97 2.0.97
5949 0.98 0.98 98 2.0.98
5950 0.99 0.99 98 2.0.99
5951 0.99a-m 0.99 99 2.0.99
5952 1.00 1.00 100 2.1.0 [100 should be 10000]
5953 1.0.0 (from here on, the 100 2.1.0 [100 should be 10000]
5954 1.0.1 png.h string is 10001 2.1.0
5955 1.0.1a-e identical to the 10002 from here on, the shared library
5956 1.0.2 source version) 10002 is 2.V where V is the source code
5957 1.0.2a-b 10003 version, except as noted.
5958 1.0.3 10003
5959 1.0.3a-d 10004
5960 1.0.4 10004
5961 1.0.4a-f 10005
5962 1.0.5 (+ 2 patches) 10005
5963 1.0.5a-d 10006
5964 1.0.5e-r 10100 (not source compatible)
5965 1.0.5s-v 10006 (not binary compatible)
5966 1.0.6 (+ 3 patches) 10006 (still binary incompatible)
5967 1.0.6d-f 10007 (still binary incompatible)
5968 1.0.6g 10007
5969 1.0.6h 10007 10.6h (testing xy.z so-numbering)
5970 1.0.6i 10007 10.6i
5971 1.0.6j 10007 2.1.0.6j (incompatible with 1.0.0)
5972 1.0.7beta11-14 DLLNUM 10007 2.1.0.7beta11-14 (binary compatible)
5973 1.0.7beta15-18 1 10007 2.1.0.7beta15-18 (binary compatible)
5974 1.0.7rc1-2 1 10007 2.1.0.7rc1-2 (binary compatible)
5975 1.0.7 1 10007 (still compatible)
5976 ...
Cosmin Truta84403262018-07-29 00:33:12 -04005977 1.0.69 10 10069 10.so.0.69[.0]
Glenn Randers-Pehrsonfc845082015-11-03 08:24:56 -06005978 ...
Glenn Randers-Pehrson345fc372017-09-28 17:50:17 -05005979 1.2.59 13 10259 12.so.0.59[.0]
Glenn Randers-Pehrson0e300442015-11-03 08:41:03 -06005980 ...
Cosmin Truta84403262018-07-29 00:33:12 -04005981 1.4.20 14 10420 14.so.0.20[.0]
5982 ...
Glenn Randers-Pehrson345fc372017-09-28 17:50:17 -05005983 1.5.30 15 10530 15.so.15.30[.0]
Glenn Randers-Pehrson0e300442015-11-03 08:41:03 -06005984 ...
Glenn Randers-Pehrson22277932017-09-29 10:50:48 -05005985 1.6.35 16 10635 16.so.16.35[.0]
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06005986
Cosmin Truta84403262018-07-29 00:33:12 -04005987Henceforth the source version will match the shared-library minor and
5988patch numbers; the shared-library major version number will be used for
5989changes in backward compatibility, as it is intended.
5990The PNG_PNGLIB_VER macro, which is not used within libpng but is
5991available for applications, is an unsigned integer of the form XYYZZ
5992corresponding to the source version X.Y.Z (leading zeros in Y and Z).
5993Beta versions were given the previous public release number plus a
5994letter, until version 1.0.6j; from then on they were given the upcoming
5995public release number plus "betaNN" or "rcNN".
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06005996
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06005997.SH "SEE ALSO"
Glenn Randers-Pehrsonfc845082015-11-03 08:24:56 -06005998.IR libpngpf(3) ", " png(5)
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06005999.LP
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006000.IR libpng :
6001.IP
Viktor Szakats054be182017-04-03 21:23:09 +00006002https://libpng.sourceforge.io/ (follow the [DOWNLOAD] link)
Glenn Randers-Pehrson5e5c1e12000-11-10 12:26:19 -06006003http://www.libpng.org/pub/png
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06006004
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06006005.LP
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006006.IR zlib :
6007.IP
6008(generally) at the same location as
6009.I libpng
6010or at
6011.br
Viktor Szakats95f3c072017-05-27 13:54:30 +00006012https://zlib.net/
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06006013
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06006014.LP
6015.IR PNG specification: RFC 2083
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006016.IP
6017(generally) at the same location as
6018.I libpng
6019or at
6020.br
Viktor Szakats054be182017-04-03 21:23:09 +00006021https://www.ietf.org/rfc/rfc2083.txt
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006022.br
6023or (as a W3C Recommendation) at
6024.br
Viktor Szakats054be182017-04-03 21:23:09 +00006025https://www.w3.org/TR/REC-png.html
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06006026
Glenn Randers-Pehrsoncbe52d81998-02-28 07:00:24 -06006027.LP
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06006028In the case of any inconsistency between the PNG specification
6029and this library, the specification takes precedence.
6030
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006031.SH AUTHORS
Cosmin Truta84403262018-07-29 00:33:12 -04006032This man page:
6033Initially created by Glenn Randers-Pehrson.
6034Maintained by Cosmin Truta.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06006035
6036The contributing authors would like to thank all those who helped
6037with testing, bug fixes, and patience. This wouldn't have been
6038possible without all of you.
6039
6040Thanks to Frank J. T. Wojcik for helping with the documentation.
Glenn Randers-Pehrson166c5a31999-12-10 09:43:02 -06006041
Cosmin Truta84403262018-07-29 00:33:12 -04006042Libpng:
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006043Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Cosmin Truta84403262018-07-29 00:33:12 -04006044Maintained by Cosmin Truta.
Glenn Randers-Pehrsona357b991998-02-08 20:56:40 -06006045
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006046Supported by the PNG development group
6047.br
Glenn Randers-Pehrson7b34df32006-02-24 06:30:16 -06006048png-mng-implement at lists.sourceforge.net (subscription required; visit
Glenn Randers-Pehrson9c3ab682006-02-20 22:09:05 -06006049https://lists.sourceforge.net/lists/listinfo/png-mng-implement
6050to subscribe).
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006051
Glenn Randers-Pehrson0f881d61998-02-07 10:20:57 -06006052.\" end of man page