Is it possible to convert, through the command line, an image file to BMP format using native Windows tools?
I'm thinking of tools like MS Paint or WinXP's Image viewer or some call to a DLL or whatever.
I just need a command line like this:
some_command "inputFile.xxx" "outputFile.bmp"
which works on any default installation of Windows XP.
Wherexxx is any of the most popular and widely supported image formats (jpg, png, gif, etc...)