About.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xsl" href="../Xsl/doc2html.xsl"?>
  3. <doc>
  4. <title>About</title>
  5. <chapter>
  6. <title>About</title>
  7. <par>
  8. <b>Imaging</b> is native <b>Object Pascal</b> image loading, saving and
  9. manipulation library. It is available for several platforms
  10. and does not require any third party dynamic libraries or other compiled binaries.
  11. </par>
  12. <par>
  13. Main development language is <b>Object Pascal</b>
  14. (<b>Delphi</b> and <b>Free Pascal</b> compilers are supported)
  15. and there are interfaces to the library
  16. (compiled into dll/so) for other languages like <b>C/C++</b> and
  17. <b>Delphi.NET</b>. Currently supported operating systems are <b>Windows</b>,
  18. <b>Linux</b>, <b>FreeBSD</b> (and some other Unixes), and <b>Mac OS X</b> (on Intel).
  19. Supported CPU architectures are <b>x86</b> and <b>AMD64</b>.
  20. </par>
  21. <par>
  22. Currently supported image file formats
  23. are: (loading and saving) <b>BMP</b>, <b>JPEG</b>, <b>PNG/APNG</b>, <b>GIF</b>,
  24. <b>TGA</b>, <b>DDS</b>, <b>MNG</b>, <b>JNG</b>,
  25. <b>JPEG2000</b>, <b>PSD</b>, <b>TIFF</b>, <b>PGM</b>,
  26. <b>PPM</b>, <b>PAM</b>, <b>PFM</b>, <b>XPM</b>,
  27. (loading only) <b>PCX</b>, and <b>PBM</b>.
  28. Many internal image data formats are supported:
  29. 8/16/24/32/48/64 bit <b>RGB</b> and <b>ARGB</b> formats, indexed formats,
  30. grayscale formats, half/single precision <b>floating point</b> formats,
  31. and compressed formats <b>DXT1/3/5</b>, <b>3Dc</b>, and <b>BTC</b>.
  32. </par>
  33. </chapter>
  34. </doc>