• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 图像  

资源简介

做的图像显示压缩处理

资源截图

代码片段和文件信息

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.Windows.Media.Imaging;
//JS图像压缩算法

namespace JS图像压缩
{
    public partial class Form1 : Form
    {
        string savePath;
        Bitmap image1;
        Bitmap image2;
        int JSAllpercentJStypeHaveDid;
        DateTime JSstartTime;

        public Form1()
        {
            InitializeComponent();
            JStypeHaveDid = 0;
            savePath = ““;
        }

        private void 导入图片_Click(object sender EventArgs e)
        {
            string t p;
            OpenFileDialog JSdlg = new OpenFileDialog();

            JSdlg.Filter = “图片格式(*.jpg*

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        159  2015-04-23 14:24  图像处理\图像压缩\app.config

     文件      11776  2015-04-19 14:05  图像处理\图像压缩\bin\Debug\图像压缩.exe

     文件        159  2015-04-23 14:24  图像处理\图像压缩\bin\Debug\图像压缩.exe.config

     文件      32256  2015-04-19 14:05  图像处理\图像压缩\bin\Debug\图像压缩.pdb

     文件      11600  2015-04-19 14:30  图像处理\图像压缩\bin\Debug\图像压缩.vshost.exe

     文件        159  2015-04-23 14:24  图像处理\图像压缩\bin\Debug\图像压缩.vshost.exe.config

     文件        490  2010-03-17 22:39  图像处理\图像压缩\bin\Debug\图像压缩.vshost.exe.manifest

     文件       4164  2015-04-26 22:05  图像处理\图像压缩\Form1.cs

     文件       6410  2015-04-25 20:47  图像处理\图像压缩\Form1.Designer.cs

     文件       5817  2015-04-25 20:47  图像处理\图像压缩\Form1.resx

     文件       3883  2015-04-25 20:22  图像处理\图像压缩\JS图像压缩.csproj

     文件       4501  2015-04-25 19:57  图像处理\图像压缩\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6625  2015-04-19 14:05  图像处理\图像压缩\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        418  2015-04-26 10:47  图像处理\图像压缩\obj\x86\Debug\GenerateResource.read.1.tlog

     文件       1146  2015-04-26 10:47  图像处理\图像压缩\obj\x86\Debug\GenerateResource.write.1.tlog

     文件       2144  2015-04-19 14:30  图像处理\图像压缩\obj\x86\Debug\JS图像压缩.csproj.FileListAbsolute.txt

     文件        180  2015-04-26 10:47  图像处理\图像压缩\obj\x86\Debug\JS图像压缩.Form1.resources

     文件        180  2015-04-26 10:47  图像处理\图像压缩\obj\x86\Debug\JS图像压缩.Properties.Resources.resources

     文件       8739  2015-04-26 21:30  图像处理\图像压缩\obj\x86\Debug\ResolveAssemblyReference.cache

     文件       4608  2015-04-26 09:38  图像处理\图像压缩\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        973  2015-04-25 19:57  图像处理\图像压缩\obj\x86\Debug\图像压缩.csproj.FileListAbsolute.txt

     文件      11776  2015-04-19 14:05  图像处理\图像压缩\obj\x86\Debug\图像压缩.exe

     文件      32256  2015-04-19 14:05  图像处理\图像压缩\obj\x86\Debug\图像压缩.pdb

     文件        495  2015-04-25 20:17  图像处理\图像压缩\Program.cs

     文件       1374  2015-04-23 11:37  图像处理\图像压缩\Properties\AssemblyInfo.cs

     文件       2867  2015-04-25 20:17  图像处理\图像压缩\Properties\Resources.Designer.cs

     文件       5612  2015-04-23 11:37  图像处理\图像压缩\Properties\Resources.resx

     文件       1113  2015-04-25 20:17  图像处理\图像压缩\Properties\Settings.Designer.cs

     文件        249  2015-04-23 11:37  图像处理\图像压缩\Properties\Settings.settings

     文件       1732  2015-04-25 20:01  图像处理\图像压缩\图像压缩_TemporaryKey.pfx

............此处省略14个文件信息

评论

共有 条评论