⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes

📁 一款最完整的工业组态软源代码
💻
📖 第 1 页 / 共 3 页
字号:
- warnings are ignored by default now
- misplaced TERM is now treated as warning
- fixed color-correction for restore-background handling
- optimized restore-background for bKGD cases
- cleaned up some old stuff
- completed support for BACK image & tiling
- completed support for PAST
- added bgrx8 canvas (filler byte)
- fixed reset_object_detail to clear old buffer
- added in-memory color-correction of abstract images
- added compose over/under routines for PAST processing
- added flip & tile routines for PAST processing

samples:
- Added new BCB sample for fixing invalid JASC Animation Shop files
  (shows new copy_chunks function; use of MNG_SOFTERRORS & static linking)

contrib:
- added xmngview by Winfried Szukalski (Vielen dank!)
- Updated the Delphi mngview sample to handle dynamic MNGs
- Added Kylix example (simplified port of the Delphi mngview sample)

doc:
- added diff to add MNG&JNG to a systems 'magic' file (Thanks Winfried)
- fixed docs about using mng_display_resume after display_reset
  (should read to use mng_display!)

makefiles:
- added makefile to build a libmng.dll for MingW
  (makefile.mingwdll - thanks to Frank Richter!)

autoconf:
- fixing libtool version-number to be in line with what it should be

-----------------------------------------------------------

1.0.4 (Jun 23rd 2002)
---------------------

in short:

Just some small fixes
Standard dll now compiled with zlib 1.1.4 and lcms 1.0.8

-------------------

bugfixes:
- B495442 - invalid returnvalue in mng_get_suspensionmode
- B495443 - incorrect suspend check in read_databuffer
- B526138 - returned IJGSRC6B calling convention to default for MSVC
- B558212 - off by one error
- B557677 - can't find lcms.h

core:
- fixed possible compile-problem in cleanup_rowproc
- MNG subimage alpha composite wrong for rgba8 images

samples:

contrib:

doc:

makefiles:
- fixed check for lcms.h in configure.in

autoconf:

-----------------------------------------------------------

1.0.3 (Sep 18th 2001)
---------------------

in short:

Small cosmetic changes. Cleaning up the contributions.
New makefile for mingw32, and new fbcon example.
Major thanks to Greg for helping out with the *nix stuff!
Note that there's also a separate download for ASM programmers now.
Check http://www.libmng.com for details (download/ports&packages page).

It may be a while for the next release. I'm "off duty" for the next 8 or
so months...

Gerard

-------------------

bugfixes:
- B459058 - wrong include for lcms headers

core:
- changed inclusion of lcms.h header for Linux platforms (suggested by Greg)
- added get function for last processed BACK chunk

samples:
- replaced the gtk & sdl viewer apps with updates by Greg Roelofs

contrib:

doc:

makefiles:
- changed makefile.linux & makefile.unix as suggested by Greg Roelofs
  (makefile.linux now compiles with lcms by default)
- added makefile.mingw for mingw32 by Benoit Blanchon (thanks Mate!)

autoconf:

-----------------------------------------------------------

1.0.2 (Jul 7th 2001)
--------------------

in short:

Another maintenance release with a few added extra's.

-------------------

bugfixes:
- B421427 - writes wrong format in bKGD and tRNS
- B434583 - compiler-warning if MNG_STORE_CHUNKS undefined

core:
- added optimization option for MNG-video playback
- added processterm callback
- added late binding errorcode (not used internally)
- fixed memory-leak with delta-images (Thanks Michael!)
- added option to turn off progressive refresh for large images

samples:

contrib:

doc:

makefiles:

autoconf:

-----------------------------------------------------------

1.0.1 (May 2nd 2001)
--------------------

in short:

Maintenance release.
Fixed several memory-leaks with the help of Gregg Kelly, added/fixed some CMS
handling, exported JPEG functions from standard DLL, and some other minor fixes.

The CMS fix now makes libmng automagically work in MNG_FULL_CMS mode as a
sRGB compliant system. YOU WILL NEED TO CHANGE THIS IF YOU ARE NOT ON AN sRGB
COMPLIANT SYSTEM AND WANT TO USE CMS!!!!
(look in libmng.h for the proper function-calls)

-------------------

bugfixes:

core:
- added MEND processing callback
- fixed first FRAM_MODE=4 timing problem
- added handle status-copy function (use with care)
- exported JPEG functions from standard DLL
- added BGRA8 canvas with premultiplied alpha (contrib by Gregg Kelly)
- fixed problem with display_reset/display_resume (Thanks Gregg!)
- fixed several memory-leaks (Thanks Gregg!)
- fixed reset_rundata to drop all objects (Thanks again, Gregg!)
- fixed problem with cms profile being created multiple times when both
  iCCP & cHRM/gAMA are present (And again... Gregg)
- moved mng_clear_cms to libmng_cms
- added "default" sRGB generation (Thanks Marti!)

samples:

contrib:

doc:

makefiles:

autoconf:

-----------------------------------------------------------

1.0.0 (Feb 6th 2001)
--------------------

in short:

First public release. Finally(!)

This is the 0.9.5 CVS version, which will never be released, because I feel it
is now ready for a public release. So apart from the version-numbers here and
there, all other changes are listed under 0.9.5.

This library will work with every MNG/JNG known and available to me. Note that
there are still parts that need to be coded, and that MNG support is around
90-95% (JNG at 100%). It is however compliant with the latest and greatest
MNG 1.0 specification.

I hope to dedicate a bit more time this year to finish up full support and fill
in the remaining blanks. But this is coming out of my spare time. And extra
help is always appreciated.

Please enjoy!

Gerard

-----------------------------------------------------------

0.9.5 (no release)
------------------

in short:

intermediate CVS

-------------------

bugfixes:
B129681 - fixed compiler warnings SGI/Irix (thanks Dimitri)

core:
- fixed compiler-warnings Mozilla (thanks Tim)
- fixed timing-problem with switching framing_modes
- fixed some small compiler warnings (thanks Nikki)

samples:

contrib:
- fixed library-paths for MSVC DLL project (thanks Chad)

doc:

makefiles:
- added makefile for DJGPP (thanks Silvio)

autoconf:

-----------------------------------------------------------

0.9.4 (Jan 19th 2001)
----------------------

in short:

Now that the MNG spec is at 1.0, this should be the last beta. There's a few
small changes to make it inline with the spec, and a couple of bug-fixes.
This is a serious release-candidate for libmng-1.0!!
Please... test test test test!!

-------------------

bugfixes:
B123314 - fixed number of TERM related problems
B123322 - fixed unwanted repetition in mng_readdisplay()
B123443 - fixed by Ralph
B124910 - fixed definition for WIN32_LEAN_AND_MEAN (thanks Chad)
B125750 - fixed by Ralph
B125756 - fixed mixup of data- & function-pointers (thanks Dimitri)
B127517 - changed inclusion of the lcms header file for non-windows platforms

core:
- version numbers
- fixed possible loop in display_resume() (Thanks Vova!)
- fixed unwanted repetition in mng_readdisplay()
- changed inclusion of the lcms header file for non-windows platforms
- changed IHDR filter_method check for PNGs
- moved restore of object 0 to libmng_display
- added restore of object 0 to TERM processing (B123314)
- fixed TERM delay processing (B123314)
- fixed TERM end processing when count = 0 (B123314)
- changed callback convention for MSVC (Thanks Chad)
- fixed mixup of data- & function-pointers (thanks Dimitri)
- added support for "nEED MNG-1.0"
- added errorcode for MAGN methods
- added errorchecking for MAGN methods
- removed "old" MAGN methods 3 & 4
- added "new" MAGN methods 3, 4 & 5
- removed test filter-methods 1 & 65
- set default level-set for filtertype=64 to all zeroes

samples:

contrib:
- added GTK mng-view example by Vova Babin
- added MSVC MNGview sample by Nikolaus Brennig
- updated Jason Summer's mngplg to version 0.9.2
  (that's mngplg-0.9.2 based on libmng-0.9.3 !!!)
- rearranged contrib directory slightly
- added MSVC project to build libmng.dll by Chad Austin

doc:
- added README.dll
- added README.config

makefiles:
- added a makefile for MS Visual C++ (Thanks to Atsushi Matsuda)

autoconf:
- fixed configure.in for lcms (FreeBSD port by Mikhail Teterin)
- by default configure includes CMS support if lcms is present

-----------------------------------------------------------

0.9.3 (October 29th 2000)
-------------------------

in short:

Another beta release. The number of changes in the MNG specification have
resulted in a lot of new code and some changed code. At the same time I saw
no need to withhold some new functionality as it was pretty clear there was
going to be another beta-round. If things go well, I'm going to try to release
libmng 1.0.0 very shortly after this one.

Many thanks to a lot of people for helping out, sending contributions, making
suggestions and testing this little baby. This would get nowhere without YOU!!!

- fixed bug 111300/117103
- added workaround for faulty PhotoShop iCCP chunk
- added MAGN/JDAA chunks
- added support for new filter_types
- added PNG/MNG spec version indicators
- added BCB mngview contribution by Andy Protano
- added BCB mngdump; a GUI-based MNG dumping utility (Andy Protano)
- implemented support for nEED "draft nn"
- implemented app-defined support for bKGD for PNG images
- removed trace-options from default SO/DLL builds (!!!)
- raised initial maximum canvas size to 10000x10000 (!!!)
  (an App that wants to protect from overly large images should call
   mng_set_maxcanvassize() with appropriate values)
- fixed other assorted stuff

-------------------

bugfixes:
B111300 - fixup for improved portability
B117103 - fixed compilation errors on *nix with lcms (thanks Ralph!)

core:
- fixed compiler-warnings from Mozilla
- added check for simplicity-bits in MHDR
- added workaround for faulty PhotoShop iCCP chunk
- fixed app-supplied background restore
- fixed TERM processing delay of 0 msecs
- fixed write-code for zTXt & iTXt
- fixed read-code for iTXt
- added MAGN chunk
- fixed sRGB precedence for gamma_only corection
- added support for new filter_types
- fixed problem with no refresh after TERM
- fixed DEFI behavior
- fixed inclusion parameters to make the external libs work together
- added export of zlib functions from windows dll
- fixed timing & refresh behavior for single PNG/JNG
- removed trace-options from default SO/DLL builds (!!!)
- fixed MAGN rounding errors (thanks Matthias!)
- fixed small timing problem when FRAM delay = 0
- fixed simplicity-check in compliance with draft 81/0.98a
- fixed alpha-blending for all alpha-canvasstyles
- added support for alpha-depth prediction
- fixed processing of unknown critical chunks
- removed test-MaGN
- added PNG/MNG spec version indicators
- implemented support for nEED
- added support for JDAA
- added functions to retrieve PNG/JNG specific header-info
- added optional support for bKGD for PNG images
- raised initial maximum canvas size to 10000x10000
- added support for delta-JNG
- added callback to process non-critical unknown chunks
- fixed support for delta-images during read() / display()
- added closestream() processing for mng_cleanup()
- fixed delta-processing behavior
- added storage for pixel-/alpha-sampledepth for delta's
- implemented delayed delta-processing
- fixed putchunk_plte() to set bEmpty parameter (thanks Ben!)
- added errorcode for delayed delta-processing
- added get/set for bKGD preference setting
- added get function for interlace/progressive display
- fixed bug in empty PLTE handling
- fixed seperate read() & display() processing
- fixed tRNS processing for gray-image < 8-bits

samples:
- added BCB mngview contribution by Andy Protano

contrib:
- added BCB mngdump; a GUI-based MNG dumping utility (Andy Protano)

doc:
- updated RPM spec-file by MATSUURA Takanori
- updated README.contrib

makefiles:
- fixed some stuff in automake/autoconf/libtool
- fixed auto* for bug B117103

-----------------------------------------------------------

0.9.2 (August 7th 2000)
-----------------------

in short:

Third beta release! Last one???

!!IMPORTANT!! All file-names are now prefixed with "libmng_" !!IMPORTANT!!

Many thanks to Albert Chin-A-Young for his contribution of the
autoconf/automake/libtool stuff and to Ralph Giles for helping me
put it in the right places.

There's a special README.autoconf so please read it!

- fixed bug 110320/110546/110547/111096
- added several status retrieval functions
- fixed other small bugs in display processing
- fixed number of small problems and documentation typos
- added autoconf/automake/libtool
- added latest MNG plugin (0.9.0) by Jason Summers

-------------------

bugfixes:
B110320 - fixed GCC warning about mix-sized pointer math
B110546 - fixed for improperly returning UNEXPECTEDEOF
B110547 - fixed bug in interlace code
B111096 - fixed large-buffer read-suspension

core:
- version numbers
- fixed small bugs in display processing
- removed Nextbackxxx fields (no longer used)
- fixed problem with trace-functions improperly wrapped
- put specific code in add_chunk() inside MNG_SUPPORT_WRITE wrapper
- fixed documentation typos
- fixed wrapping of suspension parameters
- added status_xxxx functions
- added trace-codes/-strings for status_xxxxx functions
- changed file-prefixes
- added function to set simplicity field
- added trace-code/-string for updatemngsimplicity
- fixed putchunk_unknown() function

samples:

contrib:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -