Hi all,
I have been working on a program that extracts pictures
from movies. Now I want to do this by by allowing the
user to browse the frames and then select the image they
want to save as a picture. I got the browsing part working
but I can't get it to export it to the TImage component.
I have tried codes like this:
Now this seems to do some good but when I save the image
I only get a large gray area.
Does anyone have any information or tips I might
be able to use?
Thanx allot,
BobbaFet Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net
I have been working on a program that extracts pictures
from movies. Now I want to do this by by allowing the
user to browse the frames and then select the image they
want to save as a picture. I got the browsing part working
but I can't get it to export it to the TImage component.
I have tried codes like this:
Code:
[b]MediaPlayer1.Display.PaintTo(Image1.Picture.Bitmap.Canvas.Handle ,-1,-1);[/b]
Now this seems to do some good but when I save the image
I only get a large gray area.
Does anyone have any information or tips I might
be able to use?
Thanx allot,
BobbaFet Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net