1998-04-21 20:03:57 +00:00
|
|
|
|
2010-07-12 11:29:17 +00:00
|
|
|
Libpng 1.5.0beta34 - July 11, 2010
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2006-04-15 11:37:45 +00:00
|
|
|
This is not intended to be a public release. It will be replaced
|
|
|
|
within a few weeks by a public version or by another test version.
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2006-02-22 15:19:25 +00:00
|
|
|
Files available for download:
|
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
|
|
"configure" script
|
|
|
|
|
2010-07-06 12:44:59 +00:00
|
|
|
1.5.0beta34.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.5.0beta34.tar.gz
|
|
|
|
1.5.0beta34.tar.bz2
|
2006-03-31 11:29:33 +00:00
|
|
|
|
2006-02-22 15:19:25 +00:00
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2010-07-06 12:44:59 +00:00
|
|
|
lp150b34.zip
|
|
|
|
lp150b34.7z
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2010-07-06 12:44:59 +00:00
|
|
|
1.5.0beta34-README.txt
|
|
|
|
1.5.0beta34-LICENSE.txt
|
2006-04-15 11:37:45 +00:00
|
|
|
|
2010-02-13 03:20:37 +00:00
|
|
|
Changes since the last public release (1.4.1):
|
2006-04-15 11:37:45 +00:00
|
|
|
|
2010-02-13 03:20:37 +00:00
|
|
|
version 1.5.0beta01 [February 7, 2010]
|
|
|
|
Moved declaration of png_struct into private pngstruct.h and png_info
|
|
|
|
into pnginfo.h
|
2010-02-08 01:49:07 +00:00
|
|
|
|
2010-02-13 03:20:37 +00:00
|
|
|
version 1.5.0beta02 [February 7, 2010]
|
2010-02-12 05:03:26 +00:00
|
|
|
Reverted to original png_push_save_buffer() code.
|
|
|
|
|
2010-02-13 03:20:37 +00:00
|
|
|
version 1.5.0beta03 [February 8, 2010]
|
|
|
|
Return allocated "old_buffer" in png_push_save_buffer() before
|
|
|
|
calling png_error().
|
|
|
|
Updated configure script to use SO number 15.
|
2010-02-12 05:03:26 +00:00
|
|
|
|
2010-02-13 03:20:37 +00:00
|
|
|
version 1.5.0beta04 [February 9, 2010]
|
|
|
|
Removed malformed "incomplete struct declaration" of png_info from png.h
|
2010-02-12 05:03:26 +00:00
|
|
|
|
2010-02-14 13:16:19 +00:00
|
|
|
version 1.5.0beta05 [February 12, 2010]
|
2010-02-13 03:20:37 +00:00
|
|
|
Removed PNG_DEPSTRUCT markup in pngstruct.h and pnginfo.h, and undid the
|
|
|
|
linewrapping that it entailed.
|
|
|
|
Revised comments in pngstruct.h and pnginfo.h and added pointers to
|
|
|
|
the libpng license.
|
|
|
|
Changed PNG_INTERNAL to PNG_EXPOSE_INTERNAL_STRUCTURES
|
|
|
|
Removed the cbuilder5 project, which has not been updated to 1.4.0.
|
2010-02-09 05:31:41 +00:00
|
|
|
|
2010-02-14 13:16:19 +00:00
|
|
|
version 1.4.1beta12 and 1.5.0beta06 [February 14, 2010]
|
2010-02-14 13:47:39 +00:00
|
|
|
Fixed type declaration of png_get_chunk_malloc_max() in pngget.c (Daisuke
|
2010-02-14 13:16:19 +00:00
|
|
|
Nishikawa)
|
|
|
|
|
2010-02-19 18:57:41 +00:00
|
|
|
version 1.5.0beta07 [omitted]
|
|
|
|
|
|
|
|
version 1.5.0beta08 [February 19, 2010]
|
2010-02-19 13:57:34 +00:00
|
|
|
Changed #ifdef PNG_NO_STDIO_SUPPORTED to #ifdef PNG_NO_CONSOLE_IO_SUPPORTED
|
|
|
|
wherever png_snprintf() is used to construct error and warning messages.
|
|
|
|
Noted in scripts/makefile.mingw that it expects to be run under MSYS.
|
|
|
|
Removed obsolete unused MMX-querying support from contrib/gregbook
|
2010-02-19 15:54:53 +00:00
|
|
|
Added exported png_longjmp() function.
|
2010-02-19 18:48:10 +00:00
|
|
|
Removed the AIX redefinition of jmpbuf in png.h
|
|
|
|
Added -D_ALLSOURCE in configure.ac, makefile.aix, and CMakeLists.txt
|
|
|
|
when building on AIX.
|
2010-02-14 13:20:59 +00:00
|
|
|
|
2010-02-19 20:11:03 +00:00
|
|
|
version 1.5.0beta09 [February 19, 2010]
|
|
|
|
Removed -D_ALLSOURCE from configure.ac, makefile.aix, and CMakeLists.txt.
|
2010-03-06 20:51:54 +00:00
|
|
|
Changed the name of png_ptr->jmpbuf to png_ptr->png_jmpbuf in pngstruct.h
|
2010-02-19 20:11:03 +00:00
|
|
|
|
2010-03-03 11:37:04 +00:00
|
|
|
version 1.5.0beta10 [February 25, 2010]
|
2010-02-22 05:07:13 +00:00
|
|
|
Removed unused gzio.c from contrib/pngminim gather and makefile scripts
|
2010-03-03 11:37:04 +00:00
|
|
|
Removed replacement error handlers from contrib/gregbook. Because of
|
|
|
|
the new png_longjmp() function they are no longer needed.
|
|
|
|
|
2010-03-06 20:51:54 +00:00
|
|
|
version 1.5.0beta11 [March 6, 2010]
|
2010-03-03 11:37:04 +00:00
|
|
|
Removed checking for already-included setjmp.h from pngconf.h
|
2010-03-06 20:51:54 +00:00
|
|
|
Fixed inconsistent indentations and made numerous cosmetic changes.
|
2010-06-29 01:17:48 +00:00
|
|
|
Revised the "SEE ALSO" style of libpng.3, libpngpf.3, and png.5
|
2010-02-22 05:07:13 +00:00
|
|
|
|
2010-03-09 03:28:21 +00:00
|
|
|
version 1.5.0beta12 [March 9, 2010]
|
2010-03-09 03:10:25 +00:00
|
|
|
Moved "#include png.h" inside pngpriv.h and removed "#include png.h" from
|
|
|
|
the source files, along with "#define PNG_EXPOSE_INTERNAL_STRUCTURES"
|
|
|
|
and "#define PNG_NO_PEDANTIC_WARNINGS" (John Bowler).
|
|
|
|
Created new pngdebug.h and moved debug definitions there.
|
2010-03-08 17:20:30 +00:00
|
|
|
|
2010-03-10 04:28:33 +00:00
|
|
|
version 1.5.0beta13 [March 10, 2010]
|
2010-03-09 03:52:28 +00:00
|
|
|
Protect pngstruct.h, pnginfo.h, and pngdebug.h from being included twice.
|
2010-03-09 13:52:30 +00:00
|
|
|
Revise the "#ifdef" blocks in png_inflate() so it will compile when neither
|
|
|
|
PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
|
|
|
|
is defined.
|
2010-03-09 14:40:52 +00:00
|
|
|
Removed unused png_measure_compressed_chunk() from pngpriv.h and libpngpf.3
|
2010-03-09 22:45:06 +00:00
|
|
|
Moved the 'config.h' support from pngconf.h to pngpriv.h
|
2010-03-09 22:46:06 +00:00
|
|
|
Removed PNGAPI from the png_longjmp_ptr typedef.
|
2010-03-09 22:47:59 +00:00
|
|
|
Eliminated dependence of pngtest.c on the private pngdebug.h file.
|
2010-03-10 04:28:33 +00:00
|
|
|
Make all png_debug macros into *unterminated* statements or
|
|
|
|
expressions (i.e. a trailing ';' must always be added) and correct
|
|
|
|
the format statements in various png_debug messages.
|
2010-03-09 03:47:07 +00:00
|
|
|
|
2010-03-14 02:30:10 +00:00
|
|
|
version 1.5.0beta14 [March 14, 2010]
|
2010-03-11 11:42:20 +00:00
|
|
|
Removed direct access to png_ptr->io_ptr from the Windows code in pngtest.c
|
2010-03-11 11:48:32 +00:00
|
|
|
Revised Makefile.am to account for recent additions and replacements.
|
2010-03-11 12:24:01 +00:00
|
|
|
Corrected CE and OS/2 DEF files (scripts/png*def) for symbols removed and
|
|
|
|
added ordinal numbers to the Windows DEF file and corrected the duplicated
|
|
|
|
ordinal numbers on CE symbols that are commented out.
|
2010-03-11 23:38:18 +00:00
|
|
|
Added back in export symbols that can be present in the Windows build but
|
|
|
|
are disabled by default.
|
2010-03-12 23:36:53 +00:00
|
|
|
PNG_EXPORT changed to include an 'ordinal' field for DEF file generation.
|
|
|
|
PNG_CALLBACK added to make callback definitions uniform. PNGAPI split
|
|
|
|
into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),
|
|
|
|
and appropriate changes made to all files. Cygwin builds re-hinged to
|
|
|
|
allow procedure call standard changes and to remove the need for the DEF
|
|
|
|
file (fixes build on Cygwin).
|
2010-03-13 03:03:18 +00:00
|
|
|
Enabled 'attribute' warnings that are relevant to library APIs and callbacks.
|
|
|
|
Changed rules for generation of the various symbol files and added a new
|
|
|
|
rule for a DEF file (which is also added to the distribution).
|
|
|
|
Updated the symbol file generation to stop it adding spurious spaces
|
|
|
|
to EOL (coming from preprocessor macro expansion). Added a facility
|
|
|
|
to join tokens in the output and rewrite *.dfn to use this.
|
2010-03-14 02:30:10 +00:00
|
|
|
Eliminated scripts/*.def in favor of libpng.def; updated projects/visualc71
|
|
|
|
and removed scripts/makefile.cygwin.
|
2010-03-14 14:15:49 +00:00
|
|
|
Made PNG_BUILD_DLL safe: it can be set whenever a DLL is being built.
|
|
|
|
Removed the include of sys/types.h - apparently unnecessary now on the
|
|
|
|
platforms on which it happened (all but Mac OS and RISC OS).
|
|
|
|
Moved the Mac OS test into pngpriv.h (the only place it is used.)
|
2010-03-10 15:10:16 +00:00
|
|
|
|
2010-03-17 12:39:02 +00:00
|
|
|
version 1.5.0beta15 [March 17, 2010]
|
2010-03-16 12:52:34 +00:00
|
|
|
Added symbols.chk target to Makefile.am to validate the symbols in png.h
|
|
|
|
against the new DEF file scripts/symbols.def.
|
|
|
|
Changed the default DEF file back to pngwin.def.
|
|
|
|
Removed makefile.mingw.
|
2010-03-17 00:30:01 +00:00
|
|
|
Eliminated PNG_NO_EXTERN and PNG_ALL_EXTERN
|
2010-03-14 14:44:49 +00:00
|
|
|
|
2010-04-01 02:50:21 +00:00
|
|
|
version 1.5.0beta16 [April 1, 2010]
|
2010-04-01 03:16:07 +00:00
|
|
|
Made png_text_struct independent of PNG_iTXt_SUPPORTED, so that
|
2010-03-30 13:34:02 +00:00
|
|
|
fields are initialized in all configurations. The READ/WRITE
|
|
|
|
macros (PNG_(READ|WRITE)_iTXt_SUPPORTED) still function as
|
|
|
|
before to disable code to actually read or write iTXt chunks
|
|
|
|
and iTXt_SUPPORTED can be used to detect presence of either
|
|
|
|
read or write support (but it is probably better to check for
|
|
|
|
the one actually required - read or write.)
|
2010-04-01 02:50:21 +00:00
|
|
|
Combined multiple png_warning() calls for a single error.
|
2010-04-01 03:16:07 +00:00
|
|
|
Restored the macro definition of png_check_sig().
|
2010-03-17 12:40:58 +00:00
|
|
|
|
2010-04-17 00:27:08 +00:00
|
|
|
version 1.5.0beta17 [April 17, 2010]
|
|
|
|
Documented the fact that png_set_dither() was disabled since libpng-1.4.0.
|
|
|
|
Reenabled png_set_dither() but renamed it to png_set_quantize() to reflect
|
|
|
|
more accurately what it actually does. At the same time, renamed
|
|
|
|
the PNG_DITHER_[RED,GREEN_BLUE]_BITS macros to
|
|
|
|
PNG_QUANTIZE_[RED,GREEN,BLUE]_BITS.
|
|
|
|
Added some "(long)" typecasts to printf calls in png_handle_cHRM().
|
2010-04-17 03:12:51 +00:00
|
|
|
Freeze build-time only configuration in the build.
|
|
|
|
In all prior versions of libpng most configuration options
|
|
|
|
controlled by compiler #defines had to be repeated by the
|
|
|
|
application code that used libpng. This patch changes this
|
|
|
|
so that compilation options that can only be changed at build
|
|
|
|
time are frozen in the build. Options that are compiler
|
|
|
|
dependent (and those that are system dependent) are evaluated
|
|
|
|
each time - pngconf.h holds these. Options that can be changed
|
|
|
|
per-file in the application are in png.h. Frozen options are
|
2010-04-17 23:50:23 +00:00
|
|
|
in the new installed header file pnglibconf.h (John Bowler)
|
2010-04-17 13:56:40 +00:00
|
|
|
Removed the xcode project because it has not been updated to work
|
|
|
|
with libpng-1.5.0.
|
2010-04-17 03:12:51 +00:00
|
|
|
|
2010-04-24 14:18:57 +00:00
|
|
|
version 1.5.0beta18 [April 17, 2010]
|
2010-04-17 23:03:02 +00:00
|
|
|
Restored the ability to include optional pngusr.h
|
2010-04-17 23:05:01 +00:00
|
|
|
Moved replacements for png_error() and png_warning() from the
|
|
|
|
contrib/pngminim project to pngerror.c, for use when warnings or
|
|
|
|
errors are disabled via PNG_NO_WARN or PNG_NO_ERROR_TEXT, to avoid
|
|
|
|
storing unneeded error/warning text.
|
|
|
|
Updated contrib/pngminim project to work with the new pnglibconf.h
|
2010-04-17 23:50:23 +00:00
|
|
|
Added some PNG_NO_* defines to contrib/pngminim/*/pngusr.h to save space.
|
2010-04-17 14:23:53 +00:00
|
|
|
|
2010-04-24 14:18:57 +00:00
|
|
|
version 1.5.0beta19 [April 24, 2010]
|
|
|
|
Added PNG_{READ,WRITE}_INT_FUNCTIONS_SUPPORTED. This allows the functions
|
|
|
|
to read and write ints to be disabled independently of PNG_USE_READ_MACROS,
|
|
|
|
which allows libpng to be built with the functions even though the default
|
|
|
|
is to use the macros - this allows applications to choose at app build
|
|
|
|
time whether or not to use macros (previously impossible because the
|
|
|
|
functions weren't in the default build.)
|
2010-04-24 14:40:44 +00:00
|
|
|
Changed Windows calling convention back to __cdecl for API functions.
|
|
|
|
For Windows/x86 platforms only:
|
|
|
|
__stdcall is no longer needed for Visual Basic, so libpng-1.5.0 uses
|
|
|
|
__cdecl throughout (both API functions and callbacks) on Windows/x86
|
|
|
|
platforms.
|
2010-07-06 12:40:47 +00:00
|
|
|
Replaced visualc6 and visualc71 projects with new vstudio project
|
2010-04-24 18:50:22 +00:00
|
|
|
Relaxed the overly-restrictive permissions of some files.
|
2010-04-18 00:12:58 +00:00
|
|
|
|
2010-04-24 17:22:18 +00:00
|
|
|
version 1.5.0beta20 [April 24, 2010]
|
2010-04-24 18:50:22 +00:00
|
|
|
Relaxed more overly-restrictive permissions of some files.
|
2010-04-24 17:22:18 +00:00
|
|
|
|
2010-04-27 03:48:39 +00:00
|
|
|
version 1.5.0beta21 [April 27, 2010]
|
2010-04-25 02:35:04 +00:00
|
|
|
Removed some unwanted binary bytes and changed CRLF to NEWLINE in the new
|
|
|
|
vstudio project files, and some trivial editing of some files in the
|
|
|
|
scripts directory.
|
2010-04-27 03:48:39 +00:00
|
|
|
Set PNG_NO_READ_BGR, PNG_NO_IO_STATE, and PNG_NO_TIME_RFC1123 in
|
|
|
|
contrib/pngminim/decoder/pngusr.h to make a smaller decoder application.
|
2010-04-25 01:33:42 +00:00
|
|
|
|
2010-04-28 12:49:28 +00:00
|
|
|
version 1.5.0beta22 [April 28, 2010]
|
|
|
|
Fixed dependencies of GET_INT_32 - it does not require READ_INT_FUNCTIONS
|
|
|
|
because it has a macro equivalent.
|
2010-04-28 12:52:16 +00:00
|
|
|
Improved the options.awk script; added an "everything off" option.
|
2010-04-28 12:54:14 +00:00
|
|
|
Revised contrib/pngminim to use the "everything off" option in pngusr.dfa.
|
2010-04-28 12:49:28 +00:00
|
|
|
|
2010-04-29 02:25:18 +00:00
|
|
|
version 1.5.0beta23 [April 29, 2010]
|
2010-04-28 18:21:03 +00:00
|
|
|
Corrected PNG_REMOVED macro to take five arguments.
|
|
|
|
The macro was documented with two arguments (name,ordinal), however
|
|
|
|
the symbol checking .dfn files assumed five arguments. The five
|
|
|
|
argument form seems more useful so it is changed to that.
|
2010-04-28 23:44:48 +00:00
|
|
|
Corrected PNG_UNKNOWN_CHUNKS_SUPPORTED to PNG_HANDLE_AS_UNKNOWN_SUPPORTED
|
|
|
|
in gregbook/readpng2.c
|
2010-04-29 02:25:18 +00:00
|
|
|
Corrected protection of png_get_user_transform_ptr. The API declaration in
|
|
|
|
png.h is removed if both READ and WRITE USER_TRANSFORM are turned off
|
|
|
|
but was left defined in pngtrans.c
|
2010-04-29 02:26:57 +00:00
|
|
|
Added logunsupported=1 to cause pnglibconf.h to document disabled options.
|
|
|
|
This makes the installed pnglibconf.h more readable but causes no
|
|
|
|
other change. The intention is that users of libpng will find it
|
|
|
|
easier to understand if an API they need is missing.
|
2010-04-29 13:25:29 +00:00
|
|
|
Include png_reset_zstream() in png.c only when PNG_READ_SUPPORTED is defined.
|
2010-04-29 13:40:24 +00:00
|
|
|
Removed dummy_inflate.c from contrib/pngminim/encoder
|
2010-04-29 13:41:33 +00:00
|
|
|
Removed contrib/pngminim/*/gather.sh; gathering is now done in the makefile.
|
2010-04-28 18:10:47 +00:00
|
|
|
|
2010-05-07 14:42:14 +00:00
|
|
|
version 1.5.0beta24 [May 7, 2010]
|
2010-05-06 14:44:04 +00:00
|
|
|
Use bitwise "&" instead of arithmetic mod in pngrutil.c calculation of the
|
|
|
|
offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf.
|
|
|
|
Added more blank lines for readability.
|
|
|
|
|
2010-07-12 11:29:17 +00:00
|
|
|
version 1.5.0beta25 [July 11, 2010]
|
2010-06-18 23:55:55 +00:00
|
|
|
In pngpread.c: png_push_have_row() add check for new_row > height
|
|
|
|
Removed the now-redundant check for out-of-bounds new_row from example.c
|
|
|
|
|
2010-06-19 12:03:50 +00:00
|
|
|
version 1.5.0beta26 [June 18, 2010]
|
2010-06-19 02:55:53 +00:00
|
|
|
In pngpread.c: png_push_process_row() add check for too many rows.
|
2010-06-19 12:03:50 +00:00
|
|
|
|
2010-06-21 17:28:05 +00:00
|
|
|
version 1.5.0beta27 [June 18, 2010]
|
2010-06-19 02:55:53 +00:00
|
|
|
Removed the check added in beta25 as it is now redundant.
|
|
|
|
|
2010-06-21 17:28:05 +00:00
|
|
|
version 1.5.0beta28 [June 19, 2010]
|
2010-06-20 00:25:17 +00:00
|
|
|
Rewrote png_process_IDAT_data to consistently treat extra data as warnings
|
|
|
|
and handle end conditions more cleanly.
|
|
|
|
Removed the new (beta26) check in png_push_process_row().
|
|
|
|
|
2010-06-21 17:28:05 +00:00
|
|
|
version 1.5.0beta29 [June 21, 2010]
|
|
|
|
Revised scripts/options.awk to work on Sunos (but still doesn't work)
|
|
|
|
Added comment to options.awk and contrib/pngminim/*/makefile to try nawk.
|
|
|
|
|
2010-06-22 18:03:32 +00:00
|
|
|
version 1.5.0beta30 [June 22, 2010]
|
|
|
|
Stop memory leak when reading a malformed sCAL chunk.
|
|
|
|
|
2010-06-26 01:13:41 +00:00
|
|
|
version 1.5.0beta31 [June 26, 2010]
|
2010-06-24 21:16:32 +00:00
|
|
|
Revised pngpread.c patch of beta28 to avoid an endless loop.
|
|
|
|
Removed some trailing blanks.
|
|
|
|
|
2010-07-06 12:44:59 +00:00
|
|
|
version 1.5.0beta32 [June 26, 2010]
|
2010-06-26 02:45:31 +00:00
|
|
|
Removed leftover scripts/options.patch and scripts/options.rej
|
|
|
|
|
2010-07-06 12:44:59 +00:00
|
|
|
version 1.5.0beta33 [July 6, 2010]
|
2010-06-26 02:45:31 +00:00
|
|
|
Made FIXED and FLOATING options consistent in the APIs they enable and
|
|
|
|
disable. Corrected scripts/options.awk to handle both command line
|
|
|
|
options and options specified in the .dfa files.
|
2010-06-26 17:33:17 +00:00
|
|
|
Changed char *msg to PNG_CONST char *msg in pngrutil.c
|
2010-06-26 17:31:58 +00:00
|
|
|
Make png_set_sRGB_gAMA_and_cHRM set values using either the fixed or
|
|
|
|
floating point APIs, but not both.
|
2010-06-29 01:17:48 +00:00
|
|
|
Reversed patch to remove error handler when the jmp_buf is stored in the
|
|
|
|
main program structure, not the png_struct.
|
|
|
|
The error handler is needed because the default handler in libpng will
|
|
|
|
always use the jmp_buf in the library control structure; this is never
|
|
|
|
set. The gregbook code is a useful example because, even though it
|
|
|
|
uses setjmp/longjmp, it shows how error handling can be implemented
|
|
|
|
using control mechanisms not directly supported by libpng. The
|
|
|
|
technique will work correctly with mechanisms such as Microsoft
|
|
|
|
Structure Exceptions or C++ exceptions (compiler willing - note that gcc
|
|
|
|
does not by default support interworking of C and C++ error handling.)
|
|
|
|
Reverted changes to call png_longjmp in contrib/gregbook where it is not
|
|
|
|
appropriate. If mainprog->jmpbuf is used by setjmp, then png_longjmp
|
|
|
|
cannot be used.
|
2010-07-06 12:40:47 +00:00
|
|
|
Changed "extern PNG_EXPORT" to "PNG_EXPORT" in png.h (Jan Nijtmans)
|
|
|
|
Changed "extern" to "PNG_EXTERN" in pngpriv.h (except for the 'extern "C" {')
|
2010-06-26 01:13:41 +00:00
|
|
|
|
2010-07-12 11:29:17 +00:00
|
|
|
version 1.5.0beta34 [July 11, 2010]
|
|
|
|
Put #ifndef PNG_EXTERN, #endif around the define PNG_EXTERN in pngpriv.h
|
2010-07-06 12:44:59 +00:00
|
|
|
|
2010-04-17 03:12:51 +00:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
2006-08-19 18:59:24 +00:00
|
|
|
(subscription required; visit
|
2006-02-21 04:09:05 +00:00
|
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
|
|
to subscribe) or to glennrp at users.sourceforge.net
|
1998-04-21 20:03:57 +00:00
|
|
|
|
1998-12-29 17:47:59 +00:00
|
|
|
Glenn R-P
|