source: trunk/src/3rdparty/libmng/README.contrib@ 9

Last change on this file since 9 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 2.8 KB
Line 
1The contrib directory contains contributions made by fellow enthousiasts.
2(Check the web-sites for the latest versions)
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 - A MSVC project to build libmng.dll - by Chad Austin
66
67Chad has contributed some project-files that you could use to build
68libmng.dll with MSVC. Please be sure to read the README file included.
69
70----------------------------------------------------------------------
71
72fbmngplay - A simple fbcon based mng player - by Stefan Reinauer
73
74Stefan has contributed this little example, based on Ralph's
75SDL player. It uses the kernel framebuffer device to display mng
76animations through the libmng interface.
77(currently for 16-bit buffers only)
78
79----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.