> On 19 Mar 2019, at 23:13, andre bianchessi <[email protected]> 
> wrote:
> 
> Hi!
> 
> I have a script that saves an image using
> Print Sprintf("image.png");
> 
> I wanted to know if there's a way to increase the exported image's resolution.

Yes, you can set e.g.

Print.Width = 2000;

before your print command, to print the image with the same aspect ratio, but 
with a width of 2000 pixels. Note that the maximum size depends on the 
capabilities of your graphics hardware.

Christophe


> 
> Thanks in advance!
> 
> -- 
> André Bianchessi
> Mechatronics Engineering Student - Polytechnic School of the University of 
> São Paulo
> +55 11 997667070
> _______________________________________________
> gmsh mailing list
> [email protected]
> http://onelab.info/mailman/listinfo/gmsh

— 
Prof. Christophe Geuzaine
University of Liege, Electrical Engineering and Computer Science 
http://www.montefiore.ulg.ac.be/~geuzaine




_______________________________________________
gmsh mailing list
[email protected]
http://onelab.info/mailman/listinfo/gmsh

Reply via email to