"Larry Bud" wrote in message
I am creating frames for an avi image file using PS 7. I started
with
several gifs that where transparent, then saved them as bitmaps.
Each
individual bitmap has a transparent background but when the avi
file
is
created there is a white background.
Any information on how to make avi's with no background?
On 2nd thought, are you referring to the practice of superimposing an image on top of a movie? The editing software usually has a mask function which will make a certain color transparent.
The AVIs are for software development and are displayed in a dialog box using the MS CAnimateCtrl control class like the ones Microsoft uses in Windows for copying, searching, etc. These avi files are embedded as resources in the Shell32.dll file. The CAnimateCtrl opens an avi file and displays it in the control. I have to create each frame (bmp) and of course compile into an avi. They work fine but have an ugly whitish background.
I thought about masking the background color, which is easy to do when displaying a bitmap on a button for example, but to my knowledge it can't be done with a compiled AVI file. You can set the background of the control (CAnimateCtrl) to transparent however with no effect on the actual avi image.
I will experiment with your suggestion of the black background.