logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

d.out.file - Saves the contents of the active display monitor to a graphics file.

Author

       Anna Petrasova, NCSU GeoForAll Lab

Description

d.out.file saves the content of the currently selected monitor into graphic file. The active monitor  can
       be selected with d.mon. d.out.file can be run from GUI Console tab, too.

Keywords

       display, export, output

Name

d.out.file  - Saves the contents of the active display monitor to a graphics file.

See Also

d.redraw,d.erase,d.rast,d.vect,d.mon

Source Code

       Available at: d.out.file source code (history)

       Accessed: Friday Apr 04 01:21:10 2025

       Main index | Display index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                   d.out.file(1grass)

Synopsis

d.out.filed.out.file--helpd.out.fileoutput=nameformat=string    [size=width,height]    [--overwrite]   [--help]   [--verbose]
       [--quiet]  [--ui]

   Flags:--overwrite
           Allow output files to overwrite existing files

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:output=name[required]
           Name for output file

       format=string[required]
           Graphics file format
           Options: png,jpg,bmp,gif,tif
           Default: pngsize=width,height
           Width and height of output image

See Also