Skip to content
Snippets Groups Projects
Commit 77850105 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

set jpeg quality to 100 %

parent 6893ad69
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
General.GraphicsWidth = 320 ; General.GraphicsWidth = 320 ;
General.GraphicsHeight = 240 ; General.GraphicsHeight = 240 ;
Print.JpegQuality = 100;
For i In {1:View[0].NbTimeStep} For i In {1:View[0].NbTimeStep}
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
General.GraphicsWidth = 320 ; General.GraphicsWidth = 320 ;
General.GraphicsHeight = 240 ; General.GraphicsHeight = 240 ;
Print.JpegQuality = 100;
// Hide all views // Hide all views
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment