Features.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xsl" href="../Xsl/doc2html.xsl"?>
  3. <doc>
  4. <title>Features</title>
  5. <chapter>
  6. <title>Features</title>
  7. <blist>
  8. <li>
  9. Native <b>Object Pascal</b> open source crossplatform library with no dependencies
  10. on any dynamically linked libraries or other platform specific binaries.
  11. Supported platforms are:
  12. <blist>
  13. <li><b>Windows</b> x86/AMD64</li>
  14. <li><b>Linux</b> x86/AMD64</li>
  15. <li><b>FreeBSD</b> x86/AMD64</li>
  16. <li><b>DOS</b></li>
  17. <li><b>.NET</b> (using unmanaged DLL)</li>
  18. </blist>
  19. </li>
  20. <li>
  21. Loading and saving of these image file formats:
  22. <blist>
  23. <li> <b>BMP</b></li>
  24. <li> <b>JPEG</b>, <b>JPEG2000</b></li>
  25. <li> <b>PNG</b>, <b>MNG</b>, <b>JNG</b></li>
  26. <li> <b>GIF</b></li>
  27. <li> <b>TGA</b></li>
  28. <li> <b>DDS</b></li>
  29. <li> <b>PBM</b>, <b>PGM</b>, <b>PPM</b>, <b>PAM</b>, <b>PFM</b></li>
  30. <li> <b>TIFF</b></li>
  31. <li> <b>PSD</b></li>
  32. <li> <b>PCX</b></li>
  33. <li> and more</li>
  34. </blist>
  35. </li>
  36. <li>
  37. Many internal image data formats:
  38. <blist>
  39. <li> 8, 16, 24, 32, 48 and 64 bit <b>RGB</b> and <b>ARGB</b> formats</li>
  40. <li> indexed formats</li>
  41. <li> grayscale formats</li>
  42. <li> floating point formats (<b>IEEE754</b> and <b>half</b> precision)</li>
  43. <li> compressed formats like <b>DXT1</b>/<b>3</b>/<b>5</b></li>
  44. </blist>
  45. </li>
  46. <li>
  47. Basic image manipulation functions working for all supported data formats and
  48. conversions between them (bilinear/bicubic resizing, mipmap generation,
  49. color reduction, ...).
  50. </li>
  51. <li>
  52. Low level library interface (accessible by other programming languages)
  53. and high level OOP one.
  54. </li>
  55. <li>
  56. Extensions for creating <b>OpenGL</b>, <b>Direct3D</b>, and <b>SDL</b> textures/surfaces.
  57. </li>
  58. <li>
  59. <b>VCL</b>, <b>CLX</b>, and <b>LCL</b> graphic classes and functions.
  60. </li>
  61. <li>
  62. Drawing, effects, and filters.
  63. </li>
  64. <li>
  65. Support for mipmaps, multiimages, direct access to image data,
  66. user-specified file formats, overriding default read and write functions,
  67. and more.
  68. </li>
  69. </blist>
  70. </chapter>
  71. </doc>