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

jpegquality=100

parent ffdc7c08
No related branches found
No related tags found
No related merge requests found
/* $Id: Options.h,v 1.9 2000-12-21 08:02:05 geuzaine Exp $ */
/* $Id: Options.h,v 1.10 2000-12-21 10:19:56 geuzaine Exp $ */
#ifndef _OPTIONS_H_
#define _OPTIONS_H_
......@@ -196,7 +196,7 @@ StringXNumber PostProcessingOptions_Number[] = {
StringXNumber PrintOptions_Number[] = {
{ "Format" , GMSH_INT, (void*)&CTX.print.format , FORMAT_AUTO },
{ "EpsQuality" , GMSH_INT, (void*)&CTX.print.eps_quality , 1 },
{ "JpegQuality" , GMSH_INT, (void*)&CTX.print.jpeg_quality , 75 },
{ "JpegQuality" , GMSH_INT, (void*)&CTX.print.jpeg_quality , 100 },
{ "FontSize" , GMSH_INT, (void*)&CTX.print.font_size , 12. },
{ NULL , GMSH_DOUBLE, NULL , 0. }
} ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment