[译]图标弹出器-图标转换工具
By robot-v1.0
本文链接 https://www.kyfws.com/applications/icon-ejector-the-icon-conversion-tool-zh/
版权声明 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
- 4 分钟阅读 - 1568 个词 阅读量 0[译]图标弹出器-图标转换工具
原文地址:https://www.codeproject.com/Articles/9675/Icon-Ejector-The-Icon-Conversion-Tool
原文作者:IBone©
译文由本站 robot-v1.0 翻译
前言
Extract icon instances from icon files to both icon or bitmap format .
从图标文件中提取图标实例为图标或位图格式.
- 下载源代码+演示-237 Kb(Download source code + Demo - 237 Kb)
- 下载原始的Microsoft IconPro-96.1 KB(Download original Microsoft IconPro - 96.1 KB)
- 下载演示高质量水晶XP图标包演示-1.37 MB(Download demo High-Quality Crystal XP Icon Pack - 1.37 MB)
重要的提醒(IMPORTANT NOTICE)
重要的提醒(Important Notice):(:)**你要确认一下(You have to confirm if)**你按(you Press the)**擦拭输出文件夹(Wipe output folder)**按钮.(button.)
介绍(Introduction)
在互联网上,您会发现非常大的图标库.由于一个ICO实际上包含至少一个具有不同大小的图标,因此将它们包括为资源可能会大大增加您exe的大小.(On the internet you’ll find very large icon libraries. Including them as resources might substantially increase your exe’s size due to the fact that one ICO actually contains at least one icon having different sizes.)
此应用程序将允许您提取所有ICO以分离ICO或BMP文件,然后仅使用应用程序中所需的文件.(This application will allow you to extract all ICOs to separate ICO or BMP files and then use only those that you need in your application.)
关于申请(About the application)
应用程序的演示输出.(Demo output of application.)
我不相信该代码.它主要是对Microsoft IconPro的翻版,您会在其中找到它.(I do not take credit for the code. It’s mostly a remake of Microsoft’s IconPro which you’ll find attached.)
它包含管理ICO文件所需的所有功能.(It contains all the functions you need for managing ICO files.)
如何使用?(How to use?)
将您要处理的ICO文件放在一个文件夹中,并创建一个空的输出文件夹.然后选择ICO文件夹和输出文件夹.工具提示将教您如何编辑文件命名模式.如果提取为位图格式,请确保选择背景颜色.(Place the ICO files you wish to process in a folder and create an empty output folder. Then select the ICO folder and the output folder. The tooltip will teach you how to edit the file naming pattern. If you extract to bitmap format, make sure you pick a background color.)
该软件适用于(This software works great with)**汤姆`凯特(TomKat)**的(’s) 工具栏生成器(ToolBar Generator) .(.)
技术细节(Tech details)
这个过程非常简单.此ICO文件的标头将您指向文件的每个部分.您将在应用程序内部找到结构.(The process is very simple. This ICO files have headers that point you to each part of the file . You’ll find the structures inside the application.)
实际上,实际上并不需要任何技术细节,因为我认为没有多少人会真正下载源代码.如果您获得了演示和图标包,您会感到非常高兴.(Actually no technical details are really required, because I don’t think many will actually download the source code. If you get the demo and the icon pack, you’ll be more than happy.)
在MSDN上以及通过实际阅读和理解源代码可以找到更多信息.(More info can be found on MSDN and by actually reading and understanding the source code.)
历史(History)
-
2005年2月24日(24.02.2005)首次发布.(First release.)
-
2005年2月25日(25.02.2005)现在,您可以自动擦除输出文件夹.您也可以使用图标处理子文件夹.输出结构将保留为原始结构.接口不再冻结,可以中止进程(使用VB(You can now wipe output folder automatically. You can also process subfolders with icons. Output structure will be kept as original.Interface doesn’t freeze anymore and process can be aborted (Using VB)
DoEvents
功能).(like function).) -
2005年9月9日(09.03.2005)添加了确认以清除输出文件夹.(Added confirmation for wiping output folder.)
最后(Finally)
任何反馈(Any feedback)**和等级(and ratings)**非常感谢.用于商业用途请与我联系.(are most appreciated. For commercial use contact me.)
冷静点.(Be cool.)
**PS:(PS:)**对于很酷的图标,您可以考虑访问(For cool icons you might consider visiting)**iconfactory.com(iconfactory.com)**要么(or)deviantart.com(deviantart.com).(.)
许可
本文以及所有相关的源代码和文件均已获得The Code Project Open License (CPOL)的许可。
C++ VC7.1 WinXP Win2003 Windows Win2K Visual-Studio VS.NET2003 Dev 新闻 翻译