1 | ;----------------------------------------
|
---|
2 | ; PNG.LIB module definition file for OS/2
|
---|
3 | ;----------------------------------------
|
---|
4 |
|
---|
5 | ; Version 1.2.29
|
---|
6 |
|
---|
7 | LIBRARY PNG
|
---|
8 | DESCRIPTION "PNG image compression library for OS/2"
|
---|
9 | CODE PRELOAD MOVEABLE DISCARDABLE
|
---|
10 | DATA PRELOAD MOVEABLE MULTIPLE
|
---|
11 |
|
---|
12 | EXPORTS
|
---|
13 |
|
---|
14 |
|
---|
15 | png_build_grayscale_palette
|
---|
16 | png_check_sig
|
---|
17 | png_chunk_error
|
---|
18 | png_chunk_warning
|
---|
19 | png_convert_from_struct_tm
|
---|
20 | png_convert_from_time_t
|
---|
21 | png_create_info_struct
|
---|
22 | png_create_read_struct
|
---|
23 | png_create_write_struct
|
---|
24 | png_data_freer
|
---|
25 | png_destroy_info_struct
|
---|
26 | png_destroy_read_struct
|
---|
27 | png_destroy_write_struct
|
---|
28 | png_error
|
---|
29 | png_free
|
---|
30 | png_free_data
|
---|
31 | png_get_IHDR
|
---|
32 | png_get_PLTE
|
---|
33 | png_get_bKGD
|
---|
34 | png_get_bit_depth
|
---|
35 | png_get_cHRM
|
---|
36 | png_get_cHRM_fixed
|
---|
37 | png_get_channels
|
---|
38 | png_get_color_type
|
---|
39 | png_get_compression_buffer_size
|
---|
40 | png_get_compression_type
|
---|
41 | png_get_copyright
|
---|
42 | png_get_error_ptr
|
---|
43 | png_get_filter_type
|
---|
44 | png_get_gAMA
|
---|
45 | png_get_gAMA_fixed
|
---|
46 | png_get_hIST
|
---|
47 | png_get_header_ver
|
---|
48 | png_get_header_version
|
---|
49 | png_get_iCCP
|
---|
50 | png_get_image_height
|
---|
51 | png_get_image_width
|
---|
52 | png_get_interlace_type
|
---|
53 | png_get_io_ptr
|
---|
54 | png_get_libpng_ver
|
---|
55 | png_get_oFFs
|
---|
56 | png_get_pCAL
|
---|
57 | png_get_pHYs
|
---|
58 | png_get_pixel_aspect_ratio
|
---|
59 | png_get_pixels_per_meter
|
---|
60 | png_get_progressive_ptr
|
---|
61 | png_get_rgb_to_gray_status
|
---|
62 | png_get_rowbytes
|
---|
63 | png_get_rows
|
---|
64 | png_get_sBIT
|
---|
65 | png_get_sCAL
|
---|
66 | png_get_sPLT
|
---|
67 | png_get_sRGB
|
---|
68 | png_get_signature
|
---|
69 | png_get_tIME
|
---|
70 | png_get_tRNS
|
---|
71 | png_get_text
|
---|
72 | png_get_unknown_chunks
|
---|
|
---|