1234567891011121314151617181920212223242526 |
- <h2>DESCRIPTION</h2>
- <i>wxpyimgview</i> is a simple wxWidgets image viewer for 32-bpp BMP images, as
- can be created with the <em><a href="pngdriver.html">PNG</a></em> and
- <em><a href="cairodriver.html">cairo</a></em> drivers. The display is
- continually refreshed.
- <h2>NOTES</h2>
- The display driver must be configure to map the file, with
- <em>GRASS_PNG_MAPPED=TRUE</em>. This ensures that the file will remain
- a constant size, rather than being truncated whenever it is updated.
- <h2>SEE ALSO</h2>
- <em>
- <a href="pngdriver.html">PNG driver</a>,
- <a href="cairodriver.html">cairo driver</a>
- </em>
- <h2>AUTHOR</h2>
- Glynn Clements
- <p><i>Last changed: $Date$</i>
|