1The contrib directory contains contributions made by fellow
2enthousiasts. (Check respective web-sites for the latest version)
3
4----------------------------------------------------------------------
5
6mngplg - A Netscape plugin for MNG - by Jason Summers
7
8http://pobox.com/~jason1/imaging/mngplg/
9
10The very first contribution, and what a start!
11GIF look out, MNG is on the prowl and ready to swat you like a fly!
12
13----------------------------------------------------------------------
14
15mngplay - An SDL based MNG viewer - by Ralph Giles
16
17http://snow.ashlu.bc.ca/~giles/mng/
18
19Another nice contribution. View MNG files on practically any platform
20with this standalone viewer.
21Source-code only; Requires SDL library and libmng.so
22
23(Modified by Greg Roelofs)
24
25----------------------------------------------------------------------
26
27mngview - A BCB port of the Delphi sample - by Andy Protano
28
29I have added this nice little port to the BCB samples directory.
30It adds a nifty progressbar while reading a file. Excellent work!
31Requires libmng.dll
32(note: this is in the BCB samples directory)
33
34----------------------------------------------------------------------
35
36mngdump - A BCB GUI-based dump utility - by Andy Protano
37
38Andy has sent me this fully functional MNG dump utility, that gives
39detailed information of the contents of any MNG file.
40Requires libmng.dll
41
42----------------------------------------------------------------------
43
44mng-view - A GTK-based MNG viewer - by Vova Babin
45
46Vova has been hacking away with the libmng code and has come up with
47this nice little sample how to write a MNG viewer using GTK.
48Thanks mate!
49Source-code only
50Requires GTK+ (1.2 or higher) and libmng (0.9.2 or higher)
51
52(Modified by Greg Roelofs)
53
54----------------------------------------------------------------------
55
56mngview - Another MNG viewer; this one for MSVC - by Nicholaus Brennig
57
58A welcome contribution from Nicholaus. Author of SlowView. A very nice
59image-handling utility for Windows. A welcome contribution since there
60have been numerous questions about linking libmng with MSVC.
61Well, look no further. Here it is!
62
63----------------------------------------------------------------------
64
65MSVC libmng project - An MSVC project to build libmng.dll
66                    - by Chad Austin
67
68Chad has contributed some project-files that you could use to build
69libmng.dll with MSVC. Please be sure to read the README file included.
70
71----------------------------------------------------------------------
72
73fbmngplay - A simple fbcon based mng player - by Stefan Reinauer
74
75Stefan has contributed this little example, based on Ralph's
76SDL player. It uses the kernel framebuffer device to display mng
77animations through the libmng interface.
78(currently for 16-bit buffers only)
79
80----------------------------------------------------------------------
81
82xmngview - Lesstif/Motif standalone player for MNG files
83         - by Winfried Szukalski
84
85Winfried contributed this MNG player for X-based systems.
86(recently updated)
87
88----------------------------------------------------------------------
89
90makemng - A delta-MNG creation utility for MSVC - by Alex Volkov
91
92Alex sent me this nice utility that will allow you to create highly
93optmized MNGs using the delta-PNG capabilities of MNG.
94
95----------------------------------------------------------------------
96