Re: Image thumbnails question
Re: Image thumbnails question
- Subject: Re: Image thumbnails question
- From: Steve Mills <email@hidden>
- Date: Wed, 24 Sep 2003 09:52:59 -0500
On Wednesday, Sep 24, 2003, at 09:22 US/Central, William M. Smith wrote:
However, I'd love to know the reasoning behind ID's need to distinguish
between EPS images and Tiff images and the rest as opposed to just
"Image".
You can only insert one image into a picture box, but to script
anything
with the image you must know beforehand what kind of image it is: EPS,
Tiff,
etc., to call it as something like "EPS 1". I've found myself using
more
"try" statements or "if" statements just to make a workaround.
Probably because they have different properties maybe? Like EPS files
can have spot colors in them, but raster images (tiff, jpg, etc) can't.
We have only one graphic element class in Creator, and it contains all
the properties needed for any type of graphic. Much easier on the
scripter.
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
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.