Screenshot save into iphoto library?

Right now when I take a screenshot in osx it auto saves to desktop. I would like it to autosave into my iphoto library. Is this possible?

Mac OS X (10.4.3)

Posted on Aug 20, 2011 7:04 AM

Reply
6 replies

Apr 15, 2017 12:47 AM in response to Chuck_it

As TD said, you can create an Autoimport folder for iPhoto with Automator. I described the procedure here for Photos: Automator Service for an Auto Import Folder for Photos

This workflow will add a folder action to import any photo dropped into the watched folder into Photos.

Just replace the action "Import to Photos" by "Import to iPhoto" in the workflow, if you rather want to import into iPhoto.


But first you have to change the default location for the screenshots to a separate folder, where you attach the folder action to. You will probably not want to find any document you drop onto your Desktop in iPhoto. I created a folder named Screenshots in my Pictures folder for this. (from: http://osxdaily.com/2012/10/09/best-defaults-write-commands-mac-os-x/)


Change Where Screen Shots Are Saved To

If you take a lot of screenshots you know how fast your desktop gets littered with them. The best solution is to create a new folder in /Pictures/ or ~/Documents/ and then set that to the new defaultscreen shot save location with a defaults write command:
defaults write com.apple.screencapture location ~/Pictures/Screenshots

Change the Default Screen Shot Image Type

Speaking of screen shots, you can change the default file type from PNG to JPG or a variety of other options with a defaults write command. JPG offers the best file size and compression while still looking decent:
defaults write com.apple.screencapture type jpg && killall SystemUIServer

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Screenshot save into iphoto library?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.