文件名称:IconLib_src
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 119kb
- 下载次数:
- 0次
- 提 供 者:
- fei***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
At some point in the last month, I needed to create an .ICO file on the fly with a couple of images inside preferably I was looking at code in C#. The .NET fr a mework 2.0 only supports HICON that basically is one Icon with just a single image in it. When I was searching out there, to my frustration, I did not find any Icon Editor with the source code. So the only solution was to create my own library capable of creating and parsing ICO files.-At some point in the last month, I needed to create an. ICO file on the fly with a couple of images inside preferably I was looking at code in C#. The. NET fr a mework 2.0 only supports HICON that basically is one Icon with just a single image in it. When I was searching out there, to my frustration, I did not find any Icon Editor with the source code. So the only solution was to create my own library capable of creating and parsing ICO files.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IconLib
.......\IconLib.csproj
.......\Properties
.......\..........\AssemblyInfo.cs
.......\Resources
.......\.........\EmptyDll.dll
.......\System
.......\......\Drawing
.......\......\.......\IconLib
.......\......\.......\.......\AuthorAttribute.cs
.......\......\.......\.......\BitmapEncoders
.......\......\.......\.......\..............\BMPEncoder.cs
.......\......\.......\.......\..............\ImageEncoder.cs
.......\......\.......\.......\..............\PNGEncoder.cs
.......\......\.......\.......\ColorProcessing
.......\......\.......\.......\...............\EuclideanQuantizer.cs
.......\......\.......\.......\...............\FloydSteinbergDithering.cs
.......\......\.......\.......\...............\IColorQuantizer.cs
.......\......\.......\.......\...............\IDithering.cs
.......\......\.......\.......\...............\IPaletteQuantizer.cs
.......\......\.......\.......\...............\OctreeQuantizer.cs
.......\......\.......\.......\Enums.cs
.......\......\.......\.......\Exceptions
.......\......\.......\.......\..........\IconNameAlreadyExistException.cs
.......\......\.......\.......\..........\ImageAlreadyExistsException.cs
.......\......\.......\.......\..........\ImageTooBigException.cs
.......\......\.......\.......\..........\InvalidFileException.cs
.......\......\.......\.......\..........\InvalidICLFileException.cs
.......\......\.......\.......\..........\InvalidIconFormatSelectionException.cs
.......\......\.......\.......\..........\InvalidIconSelectionException.cs
.......\......\.......\.......\..........\InvalidMultiIconFileException.cs
.......\......\.......\.......\..........\InvalidMultiIconMaskBitmap.cs
.......\......\.......\.......\..........\InvalidPixelFormatException.cs
.......\......\.......\.......\IconImage.cs
.......\......\.......\.......\LibraryFormats
.......\......\.......\.......\..............\IconFormat.cs
.......\......\.......\.......\..............\ILibraryFormat.cs
.......\......\.......\.......\..............\NEFormat.cs
.......\......\.......\.......\..............\PEFormat.cs
.......\......\.......\.......\MultiIcon.cs
.......\......\.......\.......\Resource.Designer.cs
.......\......\.......\.......\Resource.resx
.......\......\.......\.......\SingleIcon.cs
.......\......\.......\.......\Structs.cs
.......\......\.......\.......\Tools.cs
.......\......\.......\.......\Win32.cs
MultiIcon
.........\Form1.cs
.........\Form1.Designer.cs
.........\Form1.resx
.........\Form2.cs
.........\Form2.Designer.cs
.........\Form2.resx
.........\MultiIcon.csproj
.........\MultiIcon.sln
.........\Program.cs
.........\Properties
.........\..........\AssemblyInfo.cs
.........\..........\Resources.Designer.cs
.........\..........\Resources.resx
.........\..........\Settings.Designer.cs
.........\..........\Settings.settings
.......\IconLib.csproj
.......\Properties
.......\..........\AssemblyInfo.cs
.......\Resources
.......\.........\EmptyDll.dll
.......\System
.......\......\Drawing
.......\......\.......\IconLib
.......\......\.......\.......\AuthorAttribute.cs
.......\......\.......\.......\BitmapEncoders
.......\......\.......\.......\..............\BMPEncoder.cs
.......\......\.......\.......\..............\ImageEncoder.cs
.......\......\.......\.......\..............\PNGEncoder.cs
.......\......\.......\.......\ColorProcessing
.......\......\.......\.......\...............\EuclideanQuantizer.cs
.......\......\.......\.......\...............\FloydSteinbergDithering.cs
.......\......\.......\.......\...............\IColorQuantizer.cs
.......\......\.......\.......\...............\IDithering.cs
.......\......\.......\.......\...............\IPaletteQuantizer.cs
.......\......\.......\.......\...............\OctreeQuantizer.cs
.......\......\.......\.......\Enums.cs
.......\......\.......\.......\Exceptions
.......\......\.......\.......\..........\IconNameAlreadyExistException.cs
.......\......\.......\.......\..........\ImageAlreadyExistsException.cs
.......\......\.......\.......\..........\ImageTooBigException.cs
.......\......\.......\.......\..........\InvalidFileException.cs
.......\......\.......\.......\..........\InvalidICLFileException.cs
.......\......\.......\.......\..........\InvalidIconFormatSelectionException.cs
.......\......\.......\.......\..........\InvalidIconSelectionException.cs
.......\......\.......\.......\..........\InvalidMultiIconFileException.cs
.......\......\.......\.......\..........\InvalidMultiIconMaskBitmap.cs
.......\......\.......\.......\..........\InvalidPixelFormatException.cs
.......\......\.......\.......\IconImage.cs
.......\......\.......\.......\LibraryFormats
.......\......\.......\.......\..............\IconFormat.cs
.......\......\.......\.......\..............\ILibraryFormat.cs
.......\......\.......\.......\..............\NEFormat.cs
.......\......\.......\.......\..............\PEFormat.cs
.......\......\.......\.......\MultiIcon.cs
.......\......\.......\.......\Resource.Designer.cs
.......\......\.......\.......\Resource.resx
.......\......\.......\.......\SingleIcon.cs
.......\......\.......\.......\Structs.cs
.......\......\.......\.......\Tools.cs
.......\......\.......\.......\Win32.cs
MultiIcon
.........\Form1.cs
.........\Form1.Designer.cs
.........\Form1.resx
.........\Form2.cs
.........\Form2.Designer.cs
.........\Form2.resx
.........\MultiIcon.csproj
.........\MultiIcon.sln
.........\Program.cs
.........\Properties
.........\..........\AssemblyInfo.cs
.........\..........\Resources.Designer.cs
.........\..........\Resources.resx
.........\..........\Settings.Designer.cs
.........\..........\Settings.settings