基本信息
源码名称:C#实现压缩图片
源码大小:0.10M
文件格式:.rar
开发语言:C#
更新时间:2022-08-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 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