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

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

Authors

       Michael Shapiro
       Alex Shevlakov
       Glynn Clements

Description

r.in.png imports a non-georeferenced Portable Network  Graphics  (PNG)  image  as  a  GRASS  raster  map.
       Georeferencing .wld files are not supported, for that r.import can be used.

Keywords

       raster, import, PNG

Name

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

Notes

       In order to assign georeferencing after import use r.region.

See Also

r.import,r.in.gdal,r.out.png,r.region

Source Code

       Available at: r.in.png source code (history)

       Accessed: Friday Apr 04 01:19:12 2025

       Main index | Raster 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                                                                                     r.in.png(1grass)

Synopsis

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

   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

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   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

See Also