How to convert PCX file into TIFF?
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

How to convert PCX file into TIFF?


PCX format originally was designed by Zsoft for PC Paintbrush MS-DOS. That is why, it is also known as PC Paintbrush format. Zsoft entered into a treaty with Microsoft. The latter was entitled to use PCX format with other products, including Microsoft Paintbrush for Windows (Microsoft Paintbrush program is delivered with each copy of MS Windows). As a result, the format became of great importance not only for computers, based on Intel processors, but also for the whole computer industry. Image data are encoded with the help of one of the RLE algorithm variants (read more about this compression algorithm here). Using RLE algorithms, it is difficult to foresee the end, for compressing factor is highly depended on image data and on the number of colors, used in the concrete. Generally, image data, which contain not more than 16 colors, decrease by 40-70% as compared with the original file size. While 64 or 256 color images, which were scanned or videoed, decrease only by 10-30%. Sometimes you can increase PCX file size via using compression algorithm for complex images.

Today PCX format is not very popular. There are newer algorithms providing much better graphics file compression than RLE. E.g. CCITT Group 4 algorithm used by TIFF format compresses black-and-white images much better than RLE. LZW format is preferable when compressing grayscale and color images.

To convert PCX files to TIFF:

  • Download and install Image Converter Plus program
  • Press 'Start" button, then select 'Run...' and press it
    • To convert PCX files to black-and-white TIFF, enter the following command line:

      ICPCL.exe –convertto tiff –source " C:\PCX Images\*.pcx" –dest "C:\out\" -save_opt convert_subfolders:yes restore_subfolders:yes compression:CCITT_Fax

    • To convert files to grayscale TIFF, enter:

      ICPCL.exe –convertto tiff –source " C:\PCX Images\*.pcx" –dest "C:\out\" bpp:8 -save_opt convert_subfolders:yes
      restore_subfolders:yes Effect effect:grayscale

    • To convert PCX files to color TIFF, enter:

      ICPCL.exe –convertto tiff –source " C:\PCX Images\*.pcx" –dest "C:\out\" -save_opt convert_subfolders:yes restore_subfolders:yes

  • Press 'OK' button
  • A DOS mode window will open and the conversion process will start
  • Converted files will be stored in 'C:\out' folder

If you do conversions often you may found it more convenient to make a conversion script as a BATCH-file.


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