資源簡介
不改變圖片尺寸對圖片進行壓縮,親測10M的圖片壓縮成了1M左右,圖片還沒有失真,真可謂無損壓縮,棒棒噠
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.Text.Regularexpressions;
using?System.Drawing.Imaging;
namespace?PhotoZIP2
{
????public?partial?class?frmZIpPhoto?:?Form
????{
????????public?frmZIpPhoto()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnAdd_Click(object?sender?EventArgs?e)
????????{
????????????
????????????openFileDialog1.ShowDialog();
????????????if?(openFileDialog1.FileName?!=?““)
????????????{
????????????????txtPhotoF.Text?=?openFileDialog1.FileName;
????????????????txtPhotoZF.Text?=?openFileDialog1.FileName.Replace(openFileDialog1.SafeFileName?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-02-24?14:09??PhotoZIP2\
?????文件?????????869??2013-08-09?13:28??PhotoZIP2.sln
?????文件????????2238??2013-08-09?13:37??PhotoZIP2\BESCRO~1.ICO
?????目錄???????????0??2019-11-25?14:10??PhotoZIP2\bin\
?????目錄???????????0??2019-11-25?14:10??PhotoZIP2\bin\Debug\
?????文件???????14848??2013-08-09?13:32??PhotoZIP2\bin\Debug\PhotoZIP2.exe
?????文件???????22016??2013-08-09?13:32??PhotoZIP2\bin\Debug\PhotoZIP2.pdb
?????文件???????11600??2013-08-09?13:34??PhotoZIP2\bin\Debug\PhotoZIP2.vshost.exe
?????文件?????????490??2010-03-17?22:39??PhotoZIP2\bin\Debug\PhotoZIP2.vshost.exe.manifest
?????目錄???????????0??2019-11-25?14:10??PhotoZIP2\bin\Release\
?????文件???????18432??2013-10-23?16:47??PhotoZIP2\bin\Release\PhotoZIP2.exe
?????文件???????26112??2013-10-23?16:47??PhotoZIP2\bin\Release\PhotoZIP2.pdb
?????文件???????22984??2013-11-04?15:05??PhotoZIP2\bin\Release\PhotoZIP2.vshost.exe
?????文件?????????490??2010-03-17?22:39??PhotoZIP2\bin\Release\PhotoZIP2.vshost.exe.manifest
?????文件????????3607??2013-10-23?16:47??PhotoZIP2\Form1.cs
?????文件????????8874??2013-10-23?16:47??PhotoZIP2\Form1.Designer.cs
?????文件???????10086??2013-10-23?16:47??PhotoZIP2\Form1.resx
?????目錄???????????0??2019-11-25?14:10??PhotoZIP2\obj\
?????目錄???????????0??2019-11-25?14:10??PhotoZIP2\obj\x86\
?????目錄???????????0??2019-11-25?14:10??PhotoZIP2\obj\x86\Debug\
?????文件????????4501??2013-08-09?13:34??PhotoZIP2\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6275??2013-08-09?13:32??PhotoZIP2\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????526??2013-08-09?13:32??PhotoZIP2\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件?????????502??2013-08-09?13:32??PhotoZIP2\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件?????????643??2013-08-09?13:34??PhotoZIP2\obj\x86\Debug\PhotoZIP2.csproj.FileListAbsolute.txt
?????文件???????14848??2013-08-09?13:32??PhotoZIP2\obj\x86\Debug\PhotoZIP2.exe
?????文件????????2804??2013-08-09?13:32??PhotoZIP2\obj\x86\Debug\PhotoZIP2.frmZIpPhoto.resources
?????文件???????22016??2013-08-09?13:32??PhotoZIP2\obj\x86\Debug\PhotoZIP2.pdb
?????文件?????????180??2013-08-09?13:32??PhotoZIP2\obj\x86\Debug\PhotoZIP2.Properties.Resources.resources
?????目錄???????????0??2013-08-09?13:28??PhotoZIP2\obj\x86\Debug\TempPE\
?????目錄???????????0??2019-11-25?14:10??PhotoZIP2\obj\x86\Release\
............此處省略19個文件信息
評論
共有 條評論