[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[格式转换] png2ico

GANT PNG to ICON converter
(c) Andreas Verhoeven 2005, [email]averhoev.2@hccnet.nl[/email]
GANT is copyright Mattahan 2005
------------------------------------------------

Commandline options:
-? for help
-i <dir>, specifies the input folder that contain the PNG files to convert
-o <dir>, specifies the output folder for the new ICON files
-s <size,bpp>, specifies a size of the ICON files. Use multiple -s <size><bpp>bp
p for multiple sizes and bits per pixels
-noconfirm, don't ask the user for confirmation
-silent, no progress output

Example: png2ico.exe -s 16 32bpp -s 32 32bpp -s 48 32bpp -i c:\pngs\ -o c:\icons
\

This will convert all PNG files in c:\pngs\ to icons with 16x16, 32x32 and 48x48
(all in 32bits per pixel) icons and output them to c:\icons\


http://latresbellevie.free.fr/reserves%20prog/Utilitaire/Customize/gant%20icone/Buuf/Buuf%20(Retail)/png2ico.zip

http://bcn.bathome.net/s/tool/index.html?key=png2ico
1

评分人数

    • CrLf: 幸苦了技术 + 1

这个不错,不需要上网站在线转换了

TOP

幸苦了

向语文老师致敬

TOP

回复 3# BAT-VBS


    多打了个g...

TOP

你好 请问你这个批处理程序的源文件能不能传一份给我? 最近在研究这个 非常感谢 [email]1308820588@qq.com[/email]

TOP

你好 请问你这个批处理程序的源文件能不能传一份给我? 最近在研究这个 非常感谢
pro 发表于 2013-10-18 13:47



你好,这个程序不是我写的。

TOP

回复 6# tmplinshi


    这个是做什么用的?怎么用?谢谢!
初九的冬天

TOP

本帖最后由 tmplinshi 于 2013-10-19 18:59 编辑
回复  tmplinshi


    这个是做什么用的?怎么用?谢谢!
1270697389 发表于 2013-10-19 08:08



就是把 .png 图片转为 .ico 图标。例如:
  1. png2ico.exe -s 16 32bpp -s 32 32bpp -s 48 32bpp -i c:\pngs\ -o c:\icons
复制代码
这样会把 c:\pngs\ 文件夹(包括子文件夹)内的所有 png 转为 ico

(注:只能转换整个文件夹,不能转换某个文件。)

TOP

就是把 .png 图片转为 .ico 图标。例如:这样会把 c:\pngs\ 文件夹(包括子文件夹)内的所有 png 转为 ...
tmplinshi 发表于 2013-10-19 18:54


谢谢!
初九的冬天

TOP

返回列表