~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to visualization/ximgview/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
 
3
 
<i>ximgview</i> is a simple X11 image viewer for 32-bpp BMP images, as
4
 
can be created with the <em><a href="pngdriver.html">PNG</a></em> and
5
 
<em><a href="cairodriver.html">cairo</a></em> drivers. The display is
6
 
continually refreshed.
7
 
 
8
 
<h2>NOTES</h2>
9
 
 
10
 
The display driver must be configure to map the file, with
11
 
<em>GRASS_PNG_MAPPED=TRUE</em>. This ensures that the file will remain
12
 
a constant size, rather than being truncated whenever it is updated.
13
 
 
14
 
 
15
 
<h2>EXAMPLE</h2>
16
 
 
17
 
(bash shell syntax)
18
 
<div class="code"><pre>
19
 
export GRASS_PNGFILE=map.bmp
20
 
export GRASS_WIDTH=640
21
 
export GRASS_HEIGHT=480
22
 
export GRASS_RENDER_IMMEDIATE=PNG
23
 
export GRASS_PNG_MAPPED=TRUE
24
 
export GRASS_PNG_READ=TRUE
25
 
 
26
 
d.erase
27
 
ximgview $GRASS_PNGFILE percent=50 &
28
 
d.rast elevation.dem
29
 
d.vect roads
30
 
</pre></div>
31
 
 
32
 
 
33
 
<h2>SEE ALSO</h2>
34
 
 
35
 
<em>
36
 
<a href="pngdriver.html">PNG driver</a><br>
37
 
<a href="cairodriver.html">cairo driver</a><br>
38
 
<a href="wximgview.html">wximgview</a>
39
 
</em>
40
 
 
41
 
 
42
 
<h2>AUTHOR</h2>
43
 
Glynn Clements
44
 
 
45
 
<p>
46
 
<i>Last changed: $Date: 2010-02-15 11:21:49 +0100 (Mon, 15 Feb 2010) $</i>