png转换bmp工具

png转换bmp工具
@import url(http://www.cppblog.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
PNG2BMP.EXE 可以将png图片转换成bmp图片。

下载地址

示例:PNG2BMP.EXE -X C:\\1.PNG -O 1.bmp -D c:\\

命令参数如下:

png2bmp, a PNG - to - BMP converter  -  version  1.62  (Sep  4 2005 )
   Copyright (C) 1999-2005 MIYASAKA Masaru
   Compiled with libpng 1.2.8 and zlib 1.2.3.

Usage: png2bmp.exe [-switches] inputfile(s) 
   or:   | png2bmp.exe [-switches] | 

List of input files may use wildcards (* and ?)
Output filename  is  same  as  input filename, but extension .bmp

Switches ( case -insensitive) :
   -A       Preserve alpha channel (save  in  32bit ARGB BMP format)
   -B       Preserve alpha channel (save  in  32bit Bitfield BMP format)
   -R       Convert transparent color to alpha channel (use with -A or -B)
   -O name  Specify name  for  output file
   -D dir   Output files into dir
   -E       Delete input files after successful conversion
   -T       Set the timestamp of input file on output file
   -Q       Quiet mode
   -L       Log errors to .\P2BERROR.LOG file
   -X       Disable conversion through standard input/output

你可能感兴趣的:(png转换bmp工具)