嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#实现压缩图片
.
├── 压缩图片
│ ├── Compositing
│ │ ├── Compositing
│ │ │ ├── Compositing.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Compositing.exe
│ │ │ │ ├── Compositing.pdb
│ │ │ │ ├── Compositing.vshost.exe
│ │ │ │ └── Compositing.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Compositing.Form1.resources
│ │ │ ├── Compositing.Properties.Resources.resources
│ │ │ ├── Compositing.csproj.FileListAbsolute.txt
│ │ │ ├── Compositing.csproj.GenerateResource.Cache
│ │ │ ├── Compositing.exe
│ │ │ ├── Compositing.pdb
│ │ │ └── TempPE
│ │ ├── Compositing.sln
│ │ └── Compositing.suo
│ └── 无损压缩
│ ├── CompressImg
│ │ ├── CompressImg.csproj
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CompressImg.exe
│ │ │ ├── CompressImg.pdb
│ │ │ ├── CompressImg.vshost.exe
│ │ │ └── CompressImg.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── CompressImg.Form1.resources
│ │ │ ├── CompressImg.Properties.Resources.resources
│ │ │ ├── CompressImg.csproj.FileListAbsolute.txt
│ │ │ ├── CompressImg.csproj.GenerateResource.Cache
│ │ │ ├── CompressImg.exe
│ │ │ ├── CompressImg.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── 文件夹打开.png
│ ├── CompressImg.sln
│ └── CompressImg.suo
└── 好例子网_压缩图片.rar
18 directories, 47 files