Command line JPG 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 JPG batch converter

Joint Photographic Experts Group (JPG)

Today it is the most widely spread format for image storage and web publishing. Settings of this format are adjusted with the help of the following parameters:

  • bpp - color depth (default - 24 bpp)
  • quality - image quality (default - 85%)
  • mode - compression mode (default - baseline)
  • sample - compression sample (default - 1:1:1 [:1])
  • thumbnail - create thumbnail (default - no)
  • exif - save EXIF (default - no)
  • iptc - save IPTC (default - no)

bpp

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

  • 8 - 8 bpp (Grayscale)
  • 24 - 24 bpp (True color, YCbCr/RGB for Lossless)
  • 32 - 32 bpp (True color, YCCK)

The default value is: 24.

Example:

-convertto jpg bpp:32

quality

Quality parameter specifies image quality. The higher is its value, the better is image quality. Its allowed values are whole numbers from 25 to 100. The default value is: 85.

Example:

-convertto jpg quality:73

mode

Mode parameter specifies the compression algorithm used to create resulting files. Its allowed values are:

  • baseline - grayscale, YCbCr, RGB, YCbCrK, CMYK - it is the most widely spread modification of JPEG. Most images in the world are now stored as Baseline YCbCr JPEG.
  • progressive - used mostly in Internet to quickly display images "on the fly". Usually, a small part of transferred data is enough to display a rough version of the image.
  • lossless - this JPEG modification is often used in medical images. 12 и 16 bit grayscale JPEG is one of standard output formats for various types of medical equipment.

The default value is: baseline.

Example:

-convertto jpg mode:lossless

sample

Sample parameter specifies channels of image compression. Today most JPEG files have YcbCr format (where Y-channel stands for brightness while Cb and Cr channels stand for color). Human eye is built in such a way that it perceives brightness change of neighboring pixels first and color change next. If we write an average true color image of photo quality into JPEG format, we can skip every second horizontal value of color channels and still have an image of nearly same quality. Each two pixels of the saved image will have two values of Y channel and one value of Cb and Cr channels. In ImageConverter Plus command line, this write mode is specified with “sample 4:2:2” parameter. Sample parameter can accept the following values:

  • 111 - 1:1:1 - YY CbCb CrCr, YY CbCb CrCr
  • 422 - 4:2:2 - YY CbCb CrCr, YY .... ....
  • 421 - 4:2:1 - YY CbCb Cr.., YY .... ....
  • 422 - 4:2:2 - YY CbCb CrCr, YY CbCb ....
  • 411 - 4:1:1 - YY Cb.. Cr.., YY .... ....

The default value is: 111.

Example:

-convertto jpg sample:422

thumbnail

Thumbnail parameter specifies whether image thumbnails should be created. Thumbnails are used to quickly preview images in browsers and graphics viewers. Its allowed values are:

  • Yes - create thumbnails.
  • No - do not create thumbnails.

The default value is: No.

Example:

-convertto jpg thumbnail:Yes

exif

Exif parameter specifies whether EXIF (information on shooting parameters of the camera used) will be saved in resulting files. Its allowed values are:

  • Yes - save EXIF in resulting files.
  • No - do not save EXIF in resulting files.

The default value is: No

Example:

-convertto jpg exif:Yes

iptc

Iptc parameter specifies whether IPTC (metadata - name, copyright, category) will be saved in resulting files. Its allowed values are:

  • Yes - save IPTC in resulting files.
  • No - do not save IPTC in resulting files.

The default value is: No.

Example:

-convertto jpg iptc:Yes

ICPCL.exe -convertto jpg bpp:32 quality:60 mode:progressive sample:211 thumbnail:Yes exif:Yes iptc:Yes -source "C:\Original files" -dest "C:\Converted files"

tips

  1. EXIF information is saved in resulting files only if it exists in source files.
  2. IPTC data are saved in resulting files only if they exist in source files.

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