Description: This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), the experimental compression efficiency is very good. Basically, the Internet did not see the binary using c# coding to compress the image with the trip, because I am doing a project just to use this algorithm, like lazy search of a source, unfortunately, is not found, it is only their hands to write a . After a debugging program can run. Want to help you
To Search:
- [jbig] - dramatic binary image is compressed to i
- [ImageCodec] - Image codec is mainly used for image sto
- [CHENGXU] - RLC
- [C_sharp] - Including C# some basic image processing
- [tuxing] - A variety of image processing, such as m
- [csharp] - c# typical examples of digital image pro
File list (Check if you may need any files):
RLEcoding\binarray.sln
.........\binarray.suo
.........\........\Form1.Designer.cs
.........\........\Form1.cs
.........\........\binarray.csproj
.........\........\About.cs
.........\........\About.Designer.cs
.........\........\Form1.resx
.........\........\About.resx
.........\........\Program.cs
.........\........\obj\Debug\ResolveAssemblyReference.cache
.........\........\...\.....\binarray.About.resources
.........\........\...\.....\binarray.Form1.resources
.........\........\...\.....\binarray.Properties.Resources.resources
.........\........\...\.....\binarray.pdb
.........\........\...\.....\binarray.csproj.FileListAbsolute.txt
.........\........\...\.....\binarray.exe
.........\........\...\.....\binarray.csproj.GenerateResource.Cache
.........\........\bin\Debug\binarray.vshost.exe
.........\........\...\.....\binarray.vshost.exe.manifest
.........\........\...\.....\RLEcoding.dll
.........\........\...\.....\binarray.exe
.........\........\...\.....\binarray.pdb
.........\........\Properties\Resources.resx
.........\........\..........\Settings.settings
.........\........\..........\AssemblyInfo.cs
.........\........\..........\Resources.Designer.cs
.........\........\..........\Settings.Designer.cs
.........\........\实验二值图像\3.bmp
.........\........\............\4.bmp
.........\........\............\test.bmp
.........\........\............\2.bmp
.........\........\............\comress.rar
.........\........\............\decomress.bmp
.........\........\............\comress1.rar
.........\........\............\decomress1.bmp
.........\........\obj\Debug\TempPE
.........\........\...\.....\Refactor
.........\........\...\Debug
.........\........\bin\Debug
.........\........\obj
.........\........\bin
.........\........\Properties
.........\........\实验二值图像
.........\binarray
RLEcoding