.TH d.slide.show 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBd.slide.show\fR\fR - Slide show of GRASS raster/vector maps. .SH KEYWORDS display, slideshow .SH SYNOPSIS \fBd.slide.show\fR .br \fBd.slide.show help\fR .br \fBd.slide.show\fR [\-\fBv\fR] [\fBprefix\fR=\fIstring\fR] [\fBacross\fR=\fIinteger\fR] [\fBdown\fR=\fIinteger\fR] [\fBmapsets\fR=\fIstring\fR[,\fIstring\fR,...]] [\fBdelay\fR=\fIinteger\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-v\fR" 4m .br Show vector maps rather than raster maps .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBprefix\fR=\fIstring\fR" 4m .br Map prefix. Specify character(s) to view selected maps only .IP "\fBacross\fR=\fIinteger\fR" 4m .br Map number show across the monitor .IP "\fBdown\fR=\fIinteger\fR" 4m .br Map number show down the monitor .IP "\fBmapsets\fR=\fIstring[,\fIstring\fR,...]\fR" 4m .br Mapsets to use. Specify multiple mapsets comma separated .IP "\fBdelay\fR=\fIinteger\fR" 4m .br Number of seconds to pause between slides .br Options: \fI0-60\fR .br Default: \fI0\fR .PP .SH DESCRIPTION \fId.slide.show\fR is a UNIX Bourne shell macro which clears the entire screen, creates a series of display frames on the graphics monitor, and displays in slideshow format each of the raster/vector map layers listed in the user-specified \fImapsets\fR. This is a shell script example which makes extensive use of GRASS and UNIX commands. Users are encouraged to examine this macro and develop similar on-line demos using their own data files. .SH EXAMPLE The following command sequence shows the available raster maps, saves the view to a PNG file and then converts it into a PDF file: \fC .DS .br # reset region: .br g.region \-dp .br .br # open GRASS monitor with defined size: .br GRASS_WIDTH=800 GRASS_HEIGHT=1000 d.mon x0 .br .br # we have around 40 maps in the Spearfish PERMANENT mapset: .br d.slide.show across=5 down=8 mapsets=PERMANENT .br .br # From Monitor to PNG to PDF: .br d.out.png out=spearfish_maps.png res=2 .br .br convert spearfish_maps.png spearfish_maps.pdf .br xpdf spearfish_maps.pdf .br .DE \fR .SH SEE ALSO \fI d.erase .br d.frame .br d.text .br g.mapsets .br xganim .br \fR .br .SH AUTHOR James Westervelt, U.S.Army Construction Engineering Research Laboratory .br Vector update, fixes: Markus Neteler .PP \fILast changed: $Date: 2011-11-08 12:29:50 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team