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

[其他] pvw32con:查看图片尺寸、转换图片

官网:http://www.pictview.com/
下载:
http://pan.baidu.com/share/link?shareid=3915485095&uk=1124163200
  1. PictView32 1.14 - ultra-fast freeware image converter
  2. Copyright (c) 1994-2003 Jan Patera, support@pictview.com
  3. PictView can be called with parameters on the command line to convert images
  4. between different file formats:
  5. PVW32Con.exe File [Target_fmt] [--o Path] [--tX] [--xXX] [--yXX] [--k] [--g]
  6.   [--cXX | -cfName | --24 | --32] [--pXX] [--sXX] [--i] [--ta] [--tp] [--tsX]
  7.   [--h] [--v] [--rXXX] [--jh] [--jqXX] [--jsX]
  8. File - name and extension (may include a path) (wildcards may be used)
  9.    of the file(s) to be converted.
  10. Target_fmt - a switch from the following table describing the target format:
  11. -a TrueVision Targa TGA    -j JPEG                   -r SunRaster RAS
  12. -A PC Paint/Pictor PIC     -k PBM/PGM/PNM/PPM        -s ColorRIX SCX
  13. -c Dr.Halo/Dr.Genius CUT   -l Amiga IFF/ILBM         -S SKA Video renting box
  14. -C Autodesk Animator CEL   -n Silicon Graphics IMG   -t TIFF
  15. -e Intergraph Raster File  -o OS/2 BitMap            -u Utah RunLength Encoded
  16. -g GIF                     -p ZSoft PCX              -w Windows BitMap
  17. -i MS Windows Icon         -R Raw uncompressed data  -W Wireless BitMap WBMP
  18. If no format is specified, only image info is displayed (no conversion)
  19. --cXXX   - Reduces color palette to XXX colors
  20. --cfName - Convert to color palette stored in file Name
  21. --cu     - Convert to uniform 216-color palette for web
  22. --24     - Convert to 24bit TrueColor
  23. --32     - Convert to 32bit TrueColor (with alpha)
  24. --g      - Convert to grayscale
  25. --i      - Create interlaced file (GIF)
  26. --o Path - Specifies output file name or path (if ended by \ or
  27. --pXXX   - XXX is page/image of input file (1 is default), --pa for all pages
  28. --sX     - X is compression: 0:raw, 1:RLE, 2ackBits, 3:Huffman, 4ZW, 5:JPG
  29. --tXXX   - XXX specifies transparent color index in output GIF file
  30. --ta     - Append as a new page to multipage TIFF
  31. --tp     - Predict LZW-compressed TIFFs (usually smaller files)
  32. --tsXXX  - XXX is TIF strip size in KB (default 8, max 64, 0 for single strip)
  33. --h      - Horizontal mirror (left to right)
  34. --v      - Vertical mirror (top to bottom)
  35. --rXXX   - Rotation clockwise (XXX can be 90, 180, 270)
  36. Resizing (rescaling) of images:
  37. --x, --y - XXX is target width and/or height in pixels
  38. --k      - Keep aspect ratio, if only one of --x and --y is specified
  39. JPEG options:
  40. --jh     - Use high quality decoder (on read, slower)
  41. --jqXXX  - Output image quality (1 worst, 100 best, 75 default)
  42. --jsXXX  - Output subsampling (1: 1x1x1, 2: 2x1x1 - default, smaller files)
复制代码
C:\>pvw32con 测*.gif
测.gif:       15x16, 8 colors, GIF89a, LZW
测试.gif:     31x16, 8 colors, GIF89a, LZW

nconvert之外的又一利器,收藏之。
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

TOP

有中文帮助就好了.......

TOP

返回列表