wxpyimgview.html 662 B

1234567891011121314151617181920212223242526
  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><i>Last changed: $Date$</i>