• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Screen Capture
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Screen Capture


  • Subject: Re: Screen Capture
  • From: Deivy Petrescu <email@hidden>
  • Date: Tue, 9 Dec 2003 23:54:30 -0500

At 4:36 PM -0800 12/9/03, Alatorre, Michael wrote:
> 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)

one can script the capture of the window to the clipboard.
I wrote a script a while ago for capturing screenshots. It beats pressing all those keys at the same time.

do shell script "screencapture -ic" . The clipboard has a tiff file
The funny thing is, I have no man entry for screencapture.
I know it was supposed to be there.
I've used it.
Anybody else with this problem ?

Regards
Saudagues

Deivy
http://www.dicas.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.

References: 
 >Re: Screen Capture (From: "Alatorre, Michael" <email@hidden>)

  • Prev by Date: Re: [OFF] Panther Question
  • Next by Date: Re: Screen capture
  • Previous by thread: Re: Screen Capture
  • Next by thread: Re: Screen Capture
  • Index(es):
    • Date
    • Thread