<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div><div>I was trying to render some maps automatically but I'm having problems with setting the size of the image. I set size like this: <br></div><div><br>export GRASS_RENDER_HEIGHT=1350<br>export GRASS_RENDER_WIDTH=1500<br><br></div><div>But with cairo I get still the default size:<br></div><div><br>d.mon cairo<br>d.rast aspect<br></div># map.png size is now 640x480<br></div>d.mon stop=cairo<br></div>rm map.png<br><br></div><div>With png I get an error:<br></div><div><br>d.mon png<br>d.rast aspect<br>ERROR: PNG: input file has incorrect dimensions: expected: 640x480 got:<br>       1500x1350<br></div># map.png is now empty but it has the correct size<br>d.mon stop=png<br>rm map.png<br><br></div>With wx0 I get the error but also an image in GUI. The main GUI works without any errors. I observe same behavior in 70 branch and when using height and width parameters of d.mon. I exited the session and started again.<br><br></div>Any idea what's happening or what should I try?<br><br></div>Thanks,<br>Vaclav<br></div>