/src/FreeImage/Source/LibMNG/README.examples

https://bitbucket.org/cabalistic/ogredeps/ · Unknown · 48 lines · 32 code · 16 blank · 0 comment · 0 complexity · 13c565cbb2378b4e5353f7a5c35c9666 MD5 · raw file

  1. The samples are in platform-specific directories.
  2. !!! contributions are very welcome !!!
  3. bcb - Borland C++ Builder (3.0) (found under bcb/xxx)
  4. -----------------------------------------------------
  5. win32dll - sample project to create a Windows dll. Requires zlib1.2.1,
  6. IJG jpgsrc6b and lcms1.0.14. The directories containing these
  7. libraries must be at the same level as the libmng directory.
  8. So if you're in the directory with this file and the libmng
  9. sources, they should be in ..\zlib , ..\jpgsrc6b and ..\lcms
  10. respectively.
  11. !!! To run the other Win32 samples you need to copy the libmng.dll
  12. file from here into the sample's directory !!!
  13. mngtree - sample project to create a little command-line tool that dumps
  14. the chunk-structure of a given file onto stdout.
  15. bogus - a completely bogus example on how to create a perfectly valid
  16. (though slightly biased) MNG.
  17. mngview - port of the Delphi mngview sample. contributed by Andy Protano.
  18. see also README.contrib
  19. mngrepair- an example on how to fix invalid MNG files
  20. uses the new mng_copy_chunks() function and MNG_SOFTERRORS to
  21. 'ignore' certain input-errors. This conditional *MUST* only be used
  22. for exactly this kind of software; eg. repair utilities.
  23. delphi - Borland Delphi (3.0+) (found under contrib/delphi/xxx)
  24. ---------------------------------------------------------------
  25. mngview - sample project for a simple mng-viewer. The general unit in
  26. the delphi directory was translated from libmng.h It can be
  27. used in other projects to access libmng.dll created with the
  28. win32dll example above.
  29. unix - Unix (found under contrib/gcc/xxx)
  30. -----------------------------------------
  31. mngtree - basically a copy of the BCB sample. It includes a makefile for
  32. Linux and it's been tested on RedHat6.2