将 png/jpg/gif 转换为 ico
我有多个图像,其中一些是 png,其中一些是 jpg 和 gif,我想将它们显示在列表视图中,因为缩略图 TImageList 仅支持图标,我如何将它们转换为能够将它们插入到 TImageList 中。
我使用的是德尔福XE
I have multiple images some of them are png some of them jpg and gif and i want to display them in a listview as thumbails TImageList supports only icons how can i convert them to be able to insert them in TImageList.
I am using Delphi XE
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了具体回答这个问题,还要考虑简单的调整大小(对于缩略图),一些示例代码:
或者,不创建图标:
To specifically answer the question, also to take simple resizing into account (for thumbnails), some example code:
or, without creating an icon: