Re: Screen Capture
Re: Screen Capture
- Subject: Re: Screen Capture
- From: "j.e.b." <email@hidden>
- Date: Tue, 09 Dec 2003 17:59:44 -0800
Michael
Thanks! Works great! I made 3 versions (just because) i.e. one for PNG, JPG
and TIFF
I appreciate you taking the time to provide this information.
Jim
>
> How would I save this PNG to the Desktop rather than the /tmp/ directory?
>
>
do shell script "screencapture -S ~/Desktop/screengrab.pdf ; sips -s format
>
png ~/Desktop/screengrab.pdf --out ~/Desktop/screengrab.png"
>
>
BTW, you can also use the TIFF format doing it this way (as Bill Briggs
>
suggests), but the output file can be large (my test PDF 444 KB : output
>
tiff 2.5 MB):
>
>
do shell script "screencapture -S ~/Desktop/screengrab.pdf ; sips -s format
>
tiff ~/Desktop/screengrab.pdf --out ~/Desktop/screengrab.tif"
>
>
Perhaps, someone on the list can suggest a CLI or AS method for LZW
>
compressing that output tiff?
>
>
HTH
>
>
Michael Alatorre (mailto:email@hidden)
_______________________________________________
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.