Command line BMP batch converter
Image Converter Plus
Image Converter Plus Home FeaturesDownloadOrderSupport

Introduction of ImageConverter Plus command line
Program Overview
Program Features
Comand line syntax
Script
Makebat
Source
Convertto
BMP
JPG
GIF
PNG
TGA
TIFF
PSD
EXR
DDS
PDF
EPS
MNG
Dest
Save_opt
Template
Target_opt
Add operations (-oper)
Crop
Effect
Mirror
Resize
Rotate
Replace_color
Canvas
Color_profile
Watermark
Page_filter
Sort
How to...
Launching the program
Launch the program?
Launch the program from BATCH-file?
Launch the program from another application?
Use ImageConverter Plus command line on Web-server?
Launch the program from PERL script under Windows server?
Launch the program from Cold Fusion?
Launch the program from ASP?
Hide concole window when I launch the program from my application?
Working with files and folders
Convert files from local network?
Convert files from folder with all subfolders?
Specify name of output file?
Delete source images after conversion?
Overwrite files?
Convert CALS Raster files to TIFF?
Convert DICOM image file into TIFF?
Convert PCX file into TIFF?
Convert PDF file into TIFF in batch mode?
Convert SFF files into TIFF?
Convert TIFF file with Wang OldJPEG compression into standard TIFF?
Convert WinFax files into TIFF?
Convert WPG clipart into TIFF?
Convert color image into grayscale TIFF?
Convert Group3 and Group4 Fax files into TIFF format?
Changing image size and resolution
Stretch image proportionally?
Change image resolution?
Change image size and keep resolution?
Working with border and margins
Crop white margins from photo and fax?
Add a solid border to all images?
Working with colors and transparency
Change one color to another?
Invert colors?
Convert file with CMYK color space?
Make colors transparent?
Other questions
Save each page of multipage file separately?
Find out what version of batch converter you have?
Convert TIFF file with rotation?
Create a multipage file?
Find out numeric color code?
Additional Information
Color effects
Features in details
Supported formats
Registration and licensing
License agreement
Order ImageConverter Plus
fCoder On-line
About
Online support form
Custom development

Command line BMP batch converter

MS Windows Bitmap (BMP)

Bitmap is a home Windows raster format, which is used practically for all possible raster data storage. The following parameters are used to adjust settings of this format.

  • bpp - color depth (default - 24 bpp)
  • rows - rows direction (default - "Bottom - Top")
  • quant - quantization (default - 8)
  • dither - dithering (defaylt - yes)

bpp

Bpp parameters specifies the number of bits used to transfer the color of one pixel. Its allowed values are.

  • 1 - 1 bpp (Mono)
  • 4 - 4 bpp (Indexed)
  • 8 - 8 bpp (Indexed)
  • 16565 - 16 bpp (5:6:5, RGB Hi color)
  • 16 - 16 bpp (5:5:5:1, RGB Hi color)
  • 160 - 16 bpp (5:5:5:1, RGBA Hi color)
  • 24 - 24 bpp (True color)
  • 32 - 32 bpp (True color, RGB)
  • 320 - 32 bpp (True color, RGBA)

The default value is: 24.

Example:

-convertto bmp bpp:16

rows

Rows parameter specifies the order of saving rows in the resulting file. Its allowed values are:

  • bottom_top - rows are saved from bottom to top
  • top_bottom - rows are saved from top to bottom

The default value is: top_bottom.

Example:

-convertto bmp rows:top_bottom

quant

Quant parameter reduces the number of distinct colors used in an image while preserving visual image quality. Its value is any whole number from 0 to 8.

The default value is: 8.

Example:

-convertto bmp quant:4

dither

Dither is a form of noise, or 'erroneous' signal or data which is added to sample data to minimize quantization error. Dither parameter can accept two values: yes and no.

The default value is: yes.

Example:

-convertto bmp dither:no

ICPCL.exe -convertto bmp bpp:8 rows:top_bottom quant:1 dither:no -source "C:\Original files" -dest "C:\Converted files"

tips

  1. Use quant parameter only if bpp parameter value is 1, 4 or 8 bpp.

    Example:

    ICPCL.exe -convertto bmp bpp:8 quant:3 -source "C:\Original files" -dest "C:\Converted files"

  2. Use dither parameter only if bpp parameter value is 1, 4 or 8 bpp.

    Example:

    ICPCL.exe -convertto bmp bpp:8 dither:no -source "C:\Original files" -dest "C:\Converted files"


© 2007, fCoder Group, Inc.
Site Map | Other Projects