Using ReaConverter

Command line utility :: Overview


ReaConverter command line utility allows you to process image files in console mode using actions file (*.act) created by ReaConverter or any text editor.

Format of usage the command line utility:

1) cons_rcp.exe config.cfg actions.act
2) cons_rcp.exe config.cfg

or, if you do not need to print anything to the screen

1) cons_rcp.exe config.cfg actions.act /hide
2) cons_rcp.exe config.cfg /hide

Where config.cfg is configuration file like this:

[Main]
Source_folder=C:\WINXP
Source_ext=
Dest_path=C:\Result
Same_as_source=0
Dest_ext=BMP
Use_file_list=C:\rcp1944138751.lst
Show_transp=1
Transp_red=255
Transp_green=0
Transp_blue=128

[GIF]
Transparent=0
Auto_transp=0
Color_red=255
Color_green=255
Color_blue=255
Interlaced=0

[JPG]
Use_quality=1
Quality=75
Size=50
Progressive=0
Color_space=0

[TIF]
Compresion=5

[PNG]
Transparent=0
Auto_transp=1
Color_red=255
Color_green=255
Color_blue=255
Interlaced=0
Compression=7

[BMP]
Compression=0

[PCX]
Compression=0

[TGA]
Compression=0

[JP2]
Quality=75

[File_name]
Mask=
Mask_prefix=
Mask_suffix=
Start_number=0
Replace=0
Substring_1=
Substring_2=
Lower_case_ext=1
Case_option=1
Change_case=0

[Multipage]
Option=3

[Colors]
Option=1
Bits_per_sample=8
Samples_per_pixel=3

[DPI]
Option=2
X_dpi=72
Y_dpi=72

[Save]
Copy_alpha=0
Copy_iptc=1
Copy_exif=1
Overwrite=1
Same_date=0
Save_path=0
Save_path_option=1
Delete_files=0

And actions.act is a text actions file like this:

Canvas_size(100;100;5;255;255;255)
Rotate(0;255;255;255;-1)
Mirror(2)
Crop(10;10;10;10)
Resize(100;100;1;1;2)
Change_to_256(1)
RGB(0;0;0)
HLS(0;0;0)
HSV(0;0;0)
BC(0;0)
Blur(2.50)
Sharpen(20)
Add_border(10;160;160;164;1)
Add_shadow(20;10;160;160;164;255;255;255)
Color_replace(255;255;255;255;255;255;10)


See also:

Format of file with actions

Format of configuration file