CompuServe Messages

FlicRaster -> WinBitmap?

    02-Jun-95 11:05:19
Fm: Brian Rudolph [Adesk] 71722,170
To: Andy 71612,2407
Andy, Here is the reply from the programmer: "Yes, in the internals of player it does create a DIB to blit to the screen, but there isn't a function that converts a specific frame into a DIB, its more like we paint the flic deltas into the same DIB over and over and then blit that to the screen. " So it sounds like if you could grab that intermediary DIB frame, after the delta had been painted, you could get your BMP file. However there are no program hooks already built in to do this. Can you reverse engineer that from the .DLL? -Brian