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?
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.
Scott
http://scottdavenportphoto.com/