Luisa said:<br><br>
&gt;&gt;I&#39;m using r.out.png to generate PNG files from a small patch (like 6x15<br>
&gt;&gt;pixels) but I&#39;m obtaining a really small PNG file. Sicne I want to<br>
&gt;&gt;display it a little bit bigger in a website I need to &quot;create a bigger<br>&gt;&gt;(in size) PNG&quot;. What can I do to do this?<br>
<br>
Ben said:<br><div class="gmail_quote"><br>&gt;You can simply increase the resolution of your<br>&gt;current working region. Then you will get more<br>&gt;cells (and a bigger image) but exactly the same<br>&gt;information.<br>
<br><br>Or I guess you could export it with a larger number of pixels by setting some environment variables.<br><br>export GRASS_WIDTH=<br>export GRASS_HEIGHT=<br><br>Cheers,<br>Marcello.<br></div>