2JPEG.EXE is a full 32-bit Windows'9x/NT application.
You can launch converting from another program of using "Start=>Run" menu.
----------------------------------------------------------------------------
Supported source graphic formats:
BMP, DIB, RLE, TIFF, GIF, JPEG, PNG, PCX, DCX, TGA, DXF, part of EPSF, FPX,
WMF, IMG, WPG, PCD.
----------------------------------------------------------------------------
Command line syntax:
2jpeg.exe s=<SP> d=<DP> -q<Q> -w<W> -h<H> -prop -rot<ANGLE> -CD<CD> -sep -ov -sf

<SP>	- Source file(s) path. Can be mask:
		<folder path>\*.* - convert all graphics files from folder
		<folder path>\*.bmp - convert all Bitmap files from folder
		<folder path>\MyImage.* - convert all files with name MyImage from folder
		<folder path>\MyImage.bmp - convert only MyImage.bmp from folder
<DP>	- Destination folder path.

<Q>	- Destination file(s) quality(75 by default).
		Must be set within the range of 1..99.
<CD>	- Destination file(s) color depth(24 by default);
		Must be set as 8 or 24.

<W>   	- Destination image width (width of the source image by default).
<H>   	- Destination image height (height of the source image by default).
-prop	- Scaling will be proportionally if this key set.

-sep	- Separate multipage images (GIF, TIFF, DCX) if this key set.

-ov	- Overwrite existing destination files if this key set.

-sf	- Scan subfolders if this key set. Converted files will be placed into destination
		folder with source folders structure saving.

<ANGLE>	- Destination image rotation angle (0 by default)
		Must be set within the range of -360..0..360. The angle step is 1.
----------------------------------------------------------------------------
Command line examples:

2jpeg.exe s="C:\MyDocuments\*.*" d="C:\JPEG_Files"
2jpeg.exe s="C:\MyDocuments\*.*" d="C:\JPEG_Files" -w300 -h500
2jpeg.exe s="C:\MyDocuments\*.*" d="C:\JPEG_Files" -w300 -h500 -prop
2jpeg.exe s="C:\MyDocuments\*.*" d="C:\JPEG_Files" -w300 -prop
2jpeg.exe s="C:\MyDocuments\*.bmp" d="C:\JPEG_Files" -q80
2jpeg.exe s="C:\MyDocuments\*.png" d="C:\JPEG_Files" -q81 -cd8
2jpeg.exe s="C:\MyDocuments\name.*" d="C:\JPEG_Files" -w300 -h500 -prop -q50 -rot30 -cd24 -sf -ov -sep
2jpeg.exe s="C:\MyDocuments\name.*" d="C:\JPEG_Files" -rot30
----------------------------------------------------------------------------
Some tips:
If you want to convert vector or large raster files which have large width and height
(more than 2000 x 2000), and converting is not success, try to set less width and height
of destination file with using -w<W> and -h<H> keys. Use -prop key to save image proportions.
For example:
2jpeg.exe s="C:\MyDocuments\*.*" d="C:\JPEG_Files" -w1000 -h1000 -prop

You need ( 3 MB + source file size) free RAM to creating a file that has width and height 1000 x 1000;
You need (12 MB + source file size) free RAM ===//====//====//====//====//====//====//=== 2000 x 2000;
You need (26 MB + source file size) free RAM ===//====//====//====//====//====//====//=== 3000 x 3000;
You need (46 MB + source file size) free RAM ===//====//====//====//====//====//====//=== 4000 x 4000;
You need (72 MB + source file size) free RAM ===//====//====//====//====//====//====//=== 5000 x 5000.
This memory should be really free. We recommend to close all another applications before
converting large files.
----------------------------------------------------------------------------
Do you have any questions about this product?
Please send them by email: 2jpeg@fcoder.com 
----------------------------------------------------------------------------
Updated December 17, 1999
Version 2.01
System Requirements: Windows 95, 98, or NT
----------------------------------------------------------------------------
						With best regards,
						fCoder Team