Xpm.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xsl" href="../Xsl/doc2html.xsl"?>
  3. <doc>
  4. <title>X Window Pixmap Image</title>
  5. <chapter>
  6. <title>X Window Pixmap Image</title>
  7. <par>
  8. X Pixmap is an ASCII-text-based image format used by the X Window System.
  9. It was created in 1989 at the INRIA, France, and was later enhanced.
  10. It is intended primarily for creating icon pixmaps,
  11. and supports transparent color.
  12. It has a simple structure.
  13. It can be created and manipulated using any text editor
  14. and can be included in a C language file.
  15. </par>
  16. <par>
  17. Imaging supports loading and saving of XPM files (not XPM2 or XBM).
  18. </par>
  19. <table>
  20. <title>XPM File Format Support</title>
  21. <row>
  22. <th>Format</th>
  23. <th>TImageFormat equivalent</th>
  24. </row>
  25. <row>
  26. <td>Indexed, custom number of colors</td>
  27. <td><icode>ifA8R8G8B8</icode></td>
  28. </row>
  29. </table>
  30. </chapter>
  31. </doc>