Re: Open .tiff files in Rev?

2006-07-09 Thread Ian Wood
On 9 Jul 2006, at 06:22, Ken Ray wrote: Rev 2.6.1 / OS X You can AppleScript the Image Events application to do this. See: http://www.apple.com/applescript/imageevents/03.html And look for the header called File Conversion. :-) Ken Ray You can also load TIFFs into a QuickTime player

Re: Open .tiff files in Rev?

2006-07-09 Thread Garrett Hylltun
On Jul 9, 2006, at 2:12 AM, Ian Wood wrote: [snip] You can also load TIFFs into a QuickTime player object, although this will be slower than command line conversion. A player object also doesn't have the image size limitation of image objects on OS X. Thanks, but this also reminds me of

Re: Open .tiff files in Rev?

2006-07-09 Thread Ian Wood
On 9 Jul 2006, at 10:46, Garrett Hylltun wrote: On Jul 9, 2006, at 2:12 AM, Ian Wood wrote: A player object also doesn't have the image size limitation of image objects on OS X. Thanks, but this also reminds me of another question. I could swear that just the other day someone posted

Re: Open .tiff files in Rev?

2006-07-09 Thread Klaus Major
Hi Ian, On 9 Jul 2006, at 10:46, Garrett Hylltun wrote: On Jul 9, 2006, at 2:12 AM, Ian Wood wrote: A player object also doesn't have the image size limitation of image objects on OS X. Thanks, but this also reminds me of another question. I could swear that just the other day

Re: Open .tiff files in Rev?

2006-07-09 Thread Ton Kuypers
This should do the trick for Image Events: ON mouseUp answer file Select an image... IF it = empty THEN exit mouseUp put it into vFile put tell application quote Image Events quote cr into vAS put launch cr after vAS put set vImage to open quote vFile

Re: Open .tiff files in Rev?

2006-07-09 Thread sims
At 8:36 PM -0700 7/8/06, Garrett Hylltun wrote: For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev? I'm a little late

Re: Open .tiff files in Rev?

2006-07-09 Thread Garrett Hylltun
On Jul 9, 2006, at 4:53 AM, Ian Wood wrote: On 9 Jul 2006, at 10:46, Garrett Hylltun wrote: On Jul 9, 2006, at 2:12 AM, Ian Wood wrote: A player object also doesn't have the image size limitation of image objects on OS X. Thanks, but this also reminds me of another question. I could

Re: Open .tiff files in Rev?

2006-07-09 Thread Garrett Hylltun
Rev 2.6.1 / OS X Greetings, Is it possible to set the background of the QT Player object to transparent when loading a .tiff file into it? And or, is it possible to save out the .tiff image in the player to a .png? If no to both then I'll stick with the applescript method that Ken Ray

Re: Open .tiff files in Rev?

2006-07-09 Thread Garrett Hylltun
The AppleScript route that Ken Ray suggested works just fine. Thanks to everyone who helped out, -Garrett ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Open .tiff files in Rev?

2006-07-08 Thread Garrett Hylltun
Rev 2.6.1 / OS X Greetings, For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev? Thanks, -Garrett

Re: Open .tiff files in Rev?

2006-07-08 Thread Ken Ray
Rev 2.6.1 / OS X Greetings, For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev? What platform(s)? Ken Ray Sons

Re: Open .tiff files in Rev?

2006-07-08 Thread Garrett Hylltun
Ken Ray wrote: Rev 2.6.1 / OS X Greetings, For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev? What platform(s)? Rev

Re: Open .tiff files in Rev?

2006-07-08 Thread Garrett Hylltun
Garrett Hylltun wrote: Ken Ray wrote: Rev 2.6.1 / OS X Greetings, For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev

Re: Open .tiff files in Rev?

2006-07-08 Thread Ken Ray
Rev 2.6.1 / OS X You can AppleScript the Image Events application to do this. See: http://www.apple.com/applescript/imageevents/03.html And look for the header called File Conversion. :-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/