/src/FreeImage/Source/LibMNG/README.contrib

https://bitbucket.org/cabalistic/ogredeps/ · Unknown · 95 lines · 60 code · 35 blank · 0 comment · 0 complexity · 4a504ac53c793509027dbaf5ac9132d7 MD5 · raw file

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