MCPcopy Create free account
hub / github.com/Singular/Singular / getSurfCode_Part2

Method getSurfCode_Part2

Singular/LIB/surfex/EquationAdmin.java:700–707  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

698 }
699
700 public String getSurfCode_Part2(String filename) {
701 String strSurf = "";
702 strSurf += "color_file_format=" + fileFormatFromExt(filename) + ";\n";
703// strSurf += "jpeg_quality=100;";
704 strSurf += "save_color_image;\n";
705
706 return strSurf;
707 }
708
709 public String getSurfCode_Dither_Part1(int res) {
710 String strSurf = "";

Callers 2

surfcodePart2_surfWebMethod · 0.80

Calls 1

fileFormatFromExtMethod · 0.95

Tested by

no test coverage detected