using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.Drawing.Drawing2D; using System.Net; using System.IO; using KT_Product_Show_V3.Models; using KT_Product_Show_V3.Controllers; using…
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.IO; using ReligionServer.constant; namespace ReligionServer.util { /// <summary> /// 图片操作的工具类 /// </summary> public class I…