Re: Copy image to clipboard
Re: Copy image to clipboard
- Subject: Re: Copy image to clipboard
- From: Hanaan Rosenthal <email@hidden>
- Date: Wed, 31 Mar 2004 08:31:20 -0500
This should work:
set gifPath to "Macintosh HD:tmp.gif"
set gifData to read file gifPath as data
set the clipboard to gifData
Hanaan
On Mar 31, 2004, at 5:36 AM, Simon Forster wrote:
>
Very simple question but one I'm stuck on. I have an image on my
>
desktop - for arguments sake tmp.gif, and I want to copy it to the
>
clipboard. What's the best way of doing this using OS X items which
>
are part of a standard instal. i.e. NOT using graphic converter but
>
using Quicktime or the like.
>
>
I just can't get a copy of a standard GIF from a file loaded onto the
>
clipboard so that I can then paste it into a document.
>
>
Help!
>
>
Simon Forster
>
_____________________________________________________
>
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
>
Tel: +44 (0)70 9230 5244 Fax: +44 (0)70 9230 5247
>
_____________________________________________________
>
_______________________________________________
>
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.
>
>
--
Hanaan Rosenthal * Custom Flow Solutions
MEDIA AUTOMATION CONSULTING
401-487-2957 * email@hidden
* www.customflowsolutions.com *
be successful... ...work less.
_______________________________________________
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.