Commit f11c7e2b authored by nanahira's avatar nanahira

fix

parent d8ec1168
...@@ -238,7 +238,7 @@ public void ConvertImages(string imgpath, string gamepath, bool isreplace) ...@@ -238,7 +238,7 @@ public void ConvertImages(string imgpath, string gamepath, bool isreplace)
} }
//小图,如果替换,或者不存在 //小图,如果替换,或者不存在
//if (isreplace || !File.Exists(jpg_s)) //if (isreplace || !File.Exists(jpg_s))
{ //{
// MyBitmap.SaveAsJPEG(MyBitmap.Zoom(bmp, imgSet.w, imgSet.h), // MyBitmap.SaveAsJPEG(MyBitmap.Zoom(bmp, imgSet.w, imgSet.h),
// jpg_s, imgSet.quilty); // jpg_s, imgSet.quilty);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment