• 大小: 0.09M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 压缩  图片  

资源简介

不改变图片尺寸对图片进行压缩,亲测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个文件信息

评论

共有 条评论