Image Converter Plus command line syntax :: Add operations :: Color Profile
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

Image Converter Plus command line syntax :: Add operations :: Color Profile

Color Profile

Color profiles are data sets used to transform values of color range. They include information on color, hue, saturation and brightness. Color profiles are used to describe compliance of colors of input and output devices in color model terms. Use color profile operation to make sure that graphics files received from a device are correctly displayed or printed on other devices in full compliance with source images. This operation is used to apply internal or external color profiles to images. Adjust its settings with the help of the following parameters:

  • mode - color profile mode (default - ignore)
  • profile_path - path to external profile

mode

Mode parameter specifies operation mode. Its allowed values are:

  • ignore - ignore color profiles contained in the files.
  • builtin - transform images in compliance with color profiles contained in them.
  • external - transform images in compliance with an external color profile.

Mode default value is: ignore.

Example:

-oper ColorProfile mode:builtin

profile_path

Profile_path parameter specifies the path to an external color profile. It is a string containing full path to the file with the needed profile.

Example:

-oper ColorProfile profile_path:"c:\WideGamutRGB.icc"

ICPCL.exe -convertto bmp -source "C:\Original files" -dest "C:\Converted files" -oper ColorProfile mode:external profile_path:"c:\WideGamutRGB.icc"

tips

  1. If mode parameter has builtin value, and there is no built-in color profile in the source image, the operation is ignored.
  2. Profile_path parameter is considered only if mode parameter value isexternal.
  3. To execute this command line, make sure that the specified file is available for reading. This regards all executions including those from other applications or with other user names.

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