프로젝트

일반

사용자정보

개정판 e52385b9

IDe52385b929e7d1a4e6d3d92a55e4fc5a9d088f46
상위 a258c140
하위 400060e9, 63817e27

이지연이(가) 5년 이상 전에 추가함

issue #000: BaseClientAddress MARKUS.ini File로 통합

Change-Id: I05d621ff60251bb08eb9c165e1309f4dff65a111

차이점 보기:

KCOM/Common/Converter/SvgConverter.cs
38 38
                        {
39 39
                            StartInfo = new ProcessStartInfo
40 40
                            {
41
                                //FileName = @"http://cloud.devdoftech.co.kr:5977/UserData/"+ "potrace.exe",
42 41
                                FileName = @AppDomain.CurrentDomain.BaseDirectory + "potrace.exe",
43
                                //Arguments = "-s -u 1", //SVG
44
                                //Arguments = "- -o- --svg",
45
                                //Arguments = filename2 + "  --backend svg",
46
                                //Arguments = @AppDomain.CurrentDomain.BaseDirectory + "potrace.bmp" + "  --backend svg -i",
47
                                //Arguments = "-b svg -i " + @AppDomain.CurrentDomain.BaseDirectory + "potrace.bmp",
48 42
                                Arguments = "-b svg " + @AppDomain.CurrentDomain.BaseDirectory + "potrace.bmp",
49 43
                                RedirectStandardInput = true,
50 44
                                RedirectStandardOutput = true,
51
                                //RedirectStandardError = Program.IsDebug,
52 45
                                RedirectStandardError = true,
53 46
                                UseShellExecute = false,
54 47
                                CreateNoWindow = true,

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)