GRASS logo

NAME

r.in.png - Imports non-georeferenced PNG format image.

KEYWORDS

raster, import, png

SYNOPSIS

r.in.png
r.in.png help
r.in.png [-fh] input=name output=name [title=string] [gamma=float] [alpha=float] [--overwrite] [--verbose] [--quiet]

Flags:

-f
Create floating-point map (0.0 - 1.0)
-h
Output image file header only and exit
--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=name [required]
Name of input file
output=name [required]
Name for output raster map
title=string
Title for created raster map
gamma=float
Display gamma
alpha=float
Alpha threshold

DESCRIPTION

r.in.png imports a PNG image as a GRASS raster map.

SEE ALSO

r.in.gdal, r.out.png

AUTHORS

Michael Shapiro
Alex Shevlakov
Glynn Clements

Last changed: $Date: 2012-03-30 10:17:35 -0700 (Fri, 30 Mar 2012) $


Main index - Raster index - Full index

© 2003-2012 GRASS Development Team