GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gsd_img_ppm.c File Reference

OGSF library - PPM stuff. More...

#include <stdlib.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/ogsf_proto.h>
#include <grass/gstypes.h>
Include dependency graph for gsd_img_ppm.c:

Go to the source code of this file.

Functions

int GS_write_ppm (const char *name)
 Save current GL screen to ppm file. More...
 
int GS_write_zoom (const char *name, unsigned int xsize, unsigned int ysize)
 Write zoom to file. More...
 

Detailed Description

OGSF library - PPM stuff.

GRASS OpenGL gsurf OGSF Library

(C) 1999-2008 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
Bill Brown USACERL, GMSL/University of Illinois
Markus Neteler
Bob Covill
Jaro Hofierka
Doxygenized by Martin Landa <landa.martin gmail.com> (May 2008)

Definition in file gsd_img_ppm.c.

Function Documentation

int GS_write_ppm ( const char *  name)

Save current GL screen to ppm file.

Parameters
namefile name
Returns
1 on failure
0 on success

Definition at line 42 of file gsd_img_ppm.c.

References b, fclose(), g, G_free(), G_warning(), gsd_getimage(), NULL, r, and y.

Referenced by wxnviz.Nviz::SaveToFile().

int GS_write_zoom ( const char *  name,
unsigned int  xsize,
unsigned int  ysize 
)

Write zoom to file.

Parameters
namefile name
xsize,ysize
Returns
1 on failure
0 on success

Definition at line 86 of file gsd_img_ppm.c.

References b, fclose(), free(), g, G_warning(), gsd_writeView(), NULL, r, and y.