QTVR Authoring studio ?
QTVR Authoring studio ?
- Subject: QTVR Authoring studio ?
- From: Ian King <email@hidden>
- Date: Sun, 08 Sep 2002 00:28:22 +0100
Hi Team,
I'm a beginner, and a colleague is trying to write a simple script to create
a new Panorama stitcher in QTVR Authoring Studio, however, AppleScript
doesn't seem to understand what he is writing.
Any clues would be appreciated!
--on open item_list
tell application "QTVR Authoring Studio"
activate
open file "Macintosh HD:script:finished"
-- empty file for writing to??
Panorama stitcher with properties {panorama PICT :
"Macintosh HD:script:New Pano Pict", save panorama PICT file : true,
tile file : "Macintosh HD:script:New Pano Tile", save tile file : true}
image (every file of ,
"Macintosh HD:desktop:AUTOMATE" whose name contains ".jpg")
-- not sure if this is even needed? could be done by next item;
--Panorama Maker
--Elements:
-- stitcher source image by numeric index, by name
-- Properties: { name string -- The panorama makers name
-- source panorama "Macintosh HD:script:New Pano Pict"
-- tile file alias -- Destination tile (compressed) file
-- save tile file true}
end tell
--end open
I'm not familiar with the App either, not sure of difference between
"stitcher" and "Maker", (maybe view on screen and saved image).
Used QuickTime Player as a stand in, to get _some_ sort of formatting.
This is from dictionary;
--Class stitcher source image: Source image file using to stitch panoramas
--Add Images: Add a list of images
-- Add Images reference -- object to add images to
-- [Append boolean]
-- Set true to add all images to single view in object
--Make Content: Begin the make process
-- Make Content reference
Has anyone used this before?
&B-) Ian
No Spam, Please reply to newsgroup!
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.