Convert from ANI to a JPG (Convert a single file)

Specify the source (/S) and output files (/T), the ANI format (/F14) of the input, the JPG format (/C1) of the output, with on-screen confirmation (/V):

 

ConvertImage.EXE /S "C:\Samples\organic.ani" /T "C:\Output\gourmet.jpg" /F14 /C1 /V

 

To change the output file type change the /T{Output File} and /C# switch. To change the input file type simply change the /S{Input File} and the /F# switch. The /C# /F# switches are not always needed (see Helpful Hints for Creating a Command Line for more information).

 

See Also: Command Line Examples