How can I save a selected graphic, preferably as a Windows Bitmap?
Either it’s darn near impossible, or my mind is going through one of its lengthier periodic brownouts.
I have a set of GIF and JPeg etc files. I’d like to process them all, programmatically, and somehow convert them to BitMap form. Setting their image attributes would be nice, but not essential.
In Word97/VBA as an example, I can write code that will Insert, Picture, From file and then Select the graphic.
I can’t see a way to save the graphic in BMP format.
I’ve looked within PPT in VBA, but have very little experience there.
I’ve even fired up Microsoft Photo Editor and Corel Photo House, but there’s no macro/program capability there, as far as I can see.
I don’t care if the solution involves a DOS BATch file.
I should add that I’m reasonably comfortable with working with Clipboard objects ….
Ideally I’d like to point some procedure (VBA/DOS etc) at a directory and have it process each file in that directory. Each file would pop up on the screen in front of me (as in Word, Insert, Picture, FromFile) and I would choose to save it or ignore it. Ignore is to go on to the next file, Save is to somehow save the image as a Windows BitMap.
I’m wondering now whether there might not be a solution if I saved it in RTF format, but that seems to me to be clutching at straws.