Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Sunshow Pro V3.0 - <b>jpeg2tga</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
JPEG2TGA

Convert a JPEG image to Targa


Syntax

JPEG2TGA [<switches>] <cINFILE.JPG> <cOUTFILE.TGA>


Switch

/f
Use fast DCT.

/yiq
Use YIQ colorspace instead of YUV.

/targa16
Write as Targa 16-bit uncompressed (default is a Targa 24-bit).

/t
Print execution time.


Arguments

<cINFILE.JPG>
The JPEG image file to be converted.

<cOUTFILE.TGA>
The Targa filename to save the newly converted image to.


Remarks

JPEG to Targa 16 or Targa 24 Decompressor. Compliant with current JPEG 
committee standards, Image Alchemy, Xing, and many other third party image 
compression software packages. Not all JPEG software, however, fully 
supports the standard, and there are unique ways to implement JPEG that are 
not compatible with other compression software packages. You must convert 
from JPEG to Targa, then, as a second operation, convert to an 8-bit format 
of your choice. This is a file-to-file conversion routine requiring no 
screen memory or grabbing. It does require LIM 4.0 EMS memory to build the 
JPEG image file. The resulting Targa file will be in the uncompressed 
format. You may specify Targa 16-bit uncompressed output or Targa 24-bit 
uncompressed format.


Example

To convert ELEGANT.JPG to an uncompressed 24-bit Targa image file, 
ELEGANT.TGA using YUV colorspace model using the slow algorithm:

JPEG2TGA ELEGANT.JPG ELEGANT.TGA



See Also: TGA2JPEG J2T16 J2T24

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson