This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
// Aperture library extractor -- copies all source images from a apimportgroup inside a aplibrary | |
// into any folder. | |
// | |
// Step 1. Create a new folder somewhere, for instance in ~/ap-rescue | |
// | |
// Step 2. Run this program, giving it the apimportgroup as the first argument and your | |
// destination directory as the second argument. | |
// | |
// e.g. node extract-aperture-images.js ~/'Pictures/Aperture Library 2000.aplibrary/Arkivet.approject/2006-01-15 @ 03:57:21 PM - 1.apimportgroup' ~/ap-rescue |