Gif.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>Graphics Interchange Format</title>
  5. <chapter>
  6. <title>Graphics Interchange Format</title>
  7. <par>
  8. GIF was
  9. (and is still used) popular format for storing images supporting
  10. multiple images per file and single color transparency.
  11. Pixel format is 8 bit indexed where each image frame can have
  12. its own color palette. GIF uses lossless LZW compression
  13. (patent expired few years ago).
  14. Imaging can load and save all GIFs with all frames and supports
  15. transparency.
  16. </par>
  17. <table>
  18. <title>GIF File Format Support</title>
  19. <row>
  20. <th>Format</th>
  21. <th>TImageFormat equivalent</th>
  22. <th>Loading</th>
  23. <th>Saving</th>
  24. </row>
  25. <row>
  26. <td>up to 256 colors indexed</td>
  27. <td><icode>ifIndex8</icode></td>
  28. <td>Yes</td><td>Yes</td>
  29. </row>
  30. </table>
  31. </chapter>
  32. </doc>