wxpyimgview.html 709 B

123456789101112131415161718192021222324252627
  1. <h2>DESCRIPTION</h2>
  2. <i>wxpyimgview</i> is a simple wxWidgets image viewer for 32-bpp BMP images, as
  3. can be created with the <em><a href="pngdriver.html">PNG</a></em> and
  4. <em><a href="cairodriver.html">cairo</a></em> drivers. The display is
  5. continually refreshed.
  6. <h2>NOTES</h2>
  7. The display driver must be configure to map the file, with
  8. <em>GRASS_PNG_MAPPED=TRUE</em>. This ensures that the file will remain
  9. a constant size, rather than being truncated whenever it is updated.
  10. <h2>SEE ALSO</h2>
  11. <em>
  12. <a href="pngdriver.html">PNG driver</a>
  13. <a href="cairodriver.html">cairo driver</a>
  14. </em>
  15. <h2>AUTHOR</h2>
  16. Glynn Clements
  17. <p>
  18. <i>Last changed: $Date: 2008-08-15 07:16:42 +0100 (Fri, 15 Aug 2008) $</i>