You are here

2 posts / 0 new
Last post
How to iterate thru every image in a Library? #1
gNeil's picture
by gNeil
March 23, 2014 - 9:52pm

The demos typically iterate thru a (get selection) set of images. I realize that I can ‘select all’ in the Photos browser but what I’d really like to do is get a handle on all the images. How do I operate on the Library to get all the images/versions?

...Neil

Scott Davenport's picture
by Scott Davenport
April 27, 2014 - 6:58am

If you haven’t solved this already … you may try:

tell application “Aperture”
    tell library 1
        tell project “Photos”
            tell every image version to … <whatever you want to do>

 

And then the appropriate “end tell” lines.

I haven’t tried this personally, but if “Photos” works like all other projects, this should put you on the right path.

Good luck.

 

You may login with either your assigned username or your e-mail address.
Passwords are case-sensitive - Forgot your password?