equal
deleted
inserted
replaced
1 ;---------------------------------------- |
1 ;---------------------------------------- |
2 ; PNG.LIB module definition file for OS/2 |
2 ; PNG.LIB module definition file for OS/2 |
3 ;---------------------------------------- |
3 ;---------------------------------------- |
4 |
4 |
5 ; Version 1.2.40 |
5 ; Version 1.4.0 |
6 |
6 |
7 LIBRARY PNG |
7 LIBRARY PNG |
8 DESCRIPTION "PNG image compression library for OS/2" |
8 DESCRIPTION "PNG image compression library for OS/2" |
9 CODE PRELOAD MOVEABLE DISCARDABLE |
9 CODE PRELOAD MOVEABLE DISCARDABLE |
10 DATA PRELOAD MOVEABLE MULTIPLE |
10 DATA PRELOAD MOVEABLE MULTIPLE |
11 |
11 |
12 EXPORTS |
12 EXPORTS |
13 |
13 |
14 |
|
15 png_build_grayscale_palette |
14 png_build_grayscale_palette |
16 png_check_sig |
|
17 png_chunk_error |
15 png_chunk_error |
18 png_chunk_warning |
16 png_chunk_warning |
19 png_convert_from_struct_tm |
17 png_convert_from_struct_tm |
20 png_convert_from_time_t |
18 png_convert_from_time_t |
21 png_create_info_struct |
19 png_create_info_struct |
78 png_get_x_pixels_per_meter |
76 png_get_x_pixels_per_meter |
79 png_get_y_offset_microns |
77 png_get_y_offset_microns |
80 png_get_y_offset_pixels |
78 png_get_y_offset_pixels |
81 png_get_y_pixels_per_meter |
79 png_get_y_pixels_per_meter |
82 png_malloc |
80 png_malloc |
83 png_memcpy_check |
|
84 png_memset_check |
|
85 png_permit_empty_plte |
|
86 png_process_data |
81 png_process_data |
87 png_progressive_combine_row |
82 png_progressive_combine_row |
88 png_read_end |
83 png_read_end |
89 png_read_image |
84 png_read_image |
90 png_read_info |
85 png_read_info |
91 ; png_read_init ; deprecated |
|
92 png_read_png |
86 png_read_png |
93 png_read_row |
87 png_read_row |
94 png_read_rows |
88 png_read_rows |
95 png_read_update_info |
89 png_read_update_info |
96 png_reset_zstream |
90 png_reset_zstream |
106 png_set_compression_mem_level |
100 png_set_compression_mem_level |
107 png_set_compression_method |
101 png_set_compression_method |
108 png_set_compression_strategy |
102 png_set_compression_strategy |
109 png_set_compression_window_bits |
103 png_set_compression_window_bits |
110 png_set_crc_action |
104 png_set_crc_action |
111 png_set_dither |
|
112 png_set_error_fn |
105 png_set_error_fn |
113 png_set_expand |
106 png_set_expand |
114 png_set_filler |
107 png_set_filler |
115 png_set_filter |
108 png_set_filter |
116 png_set_filter_heuristics |
109 png_set_filter_heuristics |
117 png_set_flush |
110 png_set_flush |
118 png_set_gAMA |
111 png_set_gAMA |
119 png_set_gAMA_fixed |
112 png_set_gAMA_fixed |
120 png_set_gamma |
113 png_set_gamma |
121 ; png_set_gray_1_2_4_to_8 ; deprecated as of libpng-1.2.9 |
|
122 png_set_gray_to_rgb |
114 png_set_gray_to_rgb |
123 png_set_hIST |
115 png_set_hIST |
124 png_set_iCCP |
116 png_set_iCCP |
125 png_set_interlace_handling |
117 png_set_interlace_handling |
126 png_set_invert_alpha |
118 png_set_invert_alpha |
171 png_write_end |
163 png_write_end |
172 png_write_flush |
164 png_write_flush |
173 png_write_image |
165 png_write_image |
174 png_write_info |
166 png_write_info |
175 png_write_info_before_PLTE |
167 png_write_info_before_PLTE |
176 ; png_write_init ; deprecated |
|
177 png_write_png |
168 png_write_png |
178 png_write_row |
169 png_write_row |
179 png_write_rows |
170 png_write_rows |
180 png_read_init_2 |
171 png_write_sig |
181 png_write_init_2 |
|
182 png_access_version_number |
172 png_access_version_number |
183 png_init_io |
173 png_init_io |
184 png_convert_to_rfc1123 |
174 png_convert_to_rfc1123 |
185 png_set_invalid |
175 png_set_invalid |
186 |
176 |
187 ; Added at version 1.2.0: |
177 ; Added at version 1.2.0: |
188 png_mmx_support |
|
189 png_permit_empty_plte |
178 png_permit_empty_plte |
190 png_permit_mng_features |
179 png_permit_mng_features |
191 png_get_mmx_flagmask |
|
192 png_get_asm_flagmask |
|
193 png_get_asm_flags |
|
194 png_get_mmx_bitdepth_threshold |
|
195 png_get_mmx_rowbytes_threshold |
|
196 png_set_asm_flags |
|
197 png_init_mmx_flags |
|
198 |
180 |
199 ; Added at version 1.2.2: |
181 ; Added at version 1.2.2: |
200 png_handle_as_unknown |
182 png_handle_as_unknown |
201 |
183 |
202 ; Added at version 1.2.2 and deleted from 1.2.3: |
184 ; Added at version 1.2.2 and deleted from 1.2.3: |
212 png_get_user_width_max |
194 png_get_user_width_max |
213 ; Added at version 1.2.7 |
195 ; Added at version 1.2.7 |
214 png_set_add_alpha |
196 png_set_add_alpha |
215 |
197 |
216 ; Added at version 1.2.9 |
198 ; Added at version 1.2.9 |
217 png_get_uint_32 |
|
218 png_save_uint_32 |
199 png_save_uint_32 |
219 png_get_uint_16 |
|
220 png_save_uint_16 |
200 png_save_uint_16 |
221 png_get_int_32 |
|
222 png_save_int_32 |
201 png_save_int_32 |
223 png_get_uint_31 |
202 png_get_uint_31 |
224 png_set_expand_gray_1_2_4_to_8 |
203 png_set_expand_gray_1_2_4_to_8 |
225 |
204 |
|
205 ; Added at version 1.2.41 |
|
206 png_write_sig |
|
207 ; png_benign_error |
|
208 ; png_benign_chunk_error |
|
209 ; png_set_benign_error |
|
210 png_get_io_chunk_name |
|
211 png_get_io_state |
|
212 png_set_premultiply_alpha |
|
213 png_get_chunk_cache_max |
|
214 png_set_chunk_cache_max |
|
215 png_check_cHRM_fixed |
|
216 png_calloc |
|
217 png_set_longjmp_fn |
|
218 |
226 ; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS |
219 ; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS |
|
220 png_libpng_ver |
227 png_pass_start |
221 png_pass_start |
228 png_pass_inc |
222 png_pass_inc |
229 png_pass_ystart |
223 png_pass_ystart |
230 png_pass_yinc |
224 png_pass_yinc |
231 png_pass_mask |
225 png_pass_mask |