Converting BMP Images to GIF Images

Converting BMP Images to GIF Images

It is possible to convert a BMP file (a type of Image file format) into a GIF file.

For this, the filter

<directory in which MicroAVS is installed>/BIN/IMGCONV.EXE

is used.
Method :

IMGCONV.EXE < AAAAA.BMP > AAAAA.GIF

The bitmap file is specified inside the brackets and file in which to output the GIF data is specified following that. While doing this, an extension GIF must be specified for the GIF file.

Further, in addition to conversion from BMP to GIF, two-way conversion of images in JPG, TIF and other formats is also possible. In these cases, the filename of the file to be converted is specified inside brackets and the file name of the file that is generated is specified after that. However, the file extension of these files is fixed depending on whether the file is a BMP, JPG or a TIF file etc. Fo r more about file extensions, see the table of Image Types in Data Types that can be Written .



UP © 1999-2008 KGT Inc. All rights reserved.