Image and Player Image Problems

2005-08-04 Thread David Burgun
Hi, I have a Player object which I use to display a TIFF file, I use the following code to do this and all works fine: set the fileName of player 1 to A-TIFF-File.tif Which works fine. However I want to be able to get the imageData of the image that is being displayed. On an image object

Re: Image and Player Image Problems

2005-08-04 Thread Klaus Major
Hi David, Hi, I have a Player object which I use to display a TIFF file, I use the following code to do this and all works fine: set the fileName of player 1 to A-TIFF-File.tif Which works fine. However I want to be able to get the imageData of the image that is being displayed. On an

Re: Image and Player Image Problems

2005-08-04 Thread Derek Bump
David Burgun wrote: How do I get the Image Data for a Player Object? Well, looking at the documentation you will see that you can't get the imageData directly. You can, however, download the EnhancedQT external. Use it to convert the TIFF to a format that Revolution supports...like PNG.