Luisa said:<br><br>
>>I'm using r.out.png to generate PNG files from a small patch (like 6x15<br>
>>pixels) but I'm obtaining a really small PNG file. Sicne I want to<br>
>>display it a little bit bigger in a website I need to "create a bigger<br>>>(in size) PNG". What can I do to do this?<br>
<br>
Ben said:<br><div class="gmail_quote"><br>>You can simply increase the resolution of your<br>>current working region. Then you will get more<br>>cells (and a bigger image) but exactly the same<br>>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>