Features.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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> <b>XPM</b></li>
  34. <li> and more</li>
  35. </blist>
  36. </li>
  37. <li>
  38. Many internal image data formats:
  39. <blist>
  40. <li> 8, 16, 24, 32, 48 and 64 bit <b>RGB</b> and <b>ARGB</b> formats</li>
  41. <li> indexed formats</li>
  42. <li> grayscale formats</li>
  43. <li> floating point formats (<b>IEEE754</b> and <b>half</b> precision)</li>
  44. <li> compressed formats like <b>DXT1</b>/<b>3</b>/<b>5</b>, <b>3Dc</b>, and <b>BTC</b></li>
  45. </blist>
  46. </li>
  47. <li>
  48. Basic image manipulation functions working for all supported data formats and
  49. conversions between them (bilinear/bicubic resizing, mipmap generation,
  50. color reduction, ...).
  51. </li>
  52. <li>
  53. Low level library interface (accessible by other programming languages)
  54. and high level OOP one.
  55. </li>
  56. <li>
  57. Extensions for creating <b>OpenGL</b>, <b>Direct3D</b>, and <b>SDL</b> textures/surfaces.
  58. </li>
  59. <li>
  60. <b>VCL</b> and <b>LCL</b> graphic classes and functions.
  61. </li>
  62. <li>
  63. Image drawing with blending, linear and nonlinear filters, point transforms,
  64. binary morphology, drawing lines, ellipses, rectangles, etc.
  65. </li>
  66. <li>
  67. Support for mipmaps, multiimages, direct access to image data,
  68. user-specified file formats, overriding default read and write functions,
  69. and more.
  70. </li>
  71. </blist>
  72. </chapter>
  73. </doc>