Applescript create contact sheet Error

Hi all,
I'm using Applescript to filter my images and create a contact sheet from those filtered images. Now I'm stuck at creating the contact sheet. The error I get is:
error "Can’t get list of {alias \"Macintosh HD:Users:stopar:Desktop:sorted:OA0001-1.jpg\", alias \"Macintosh HD:Users:stopar:Desktop:sorted:OA0002-1.jpg\"....
My script looks like this:
tell application "Finder"
set sourceFolder to choose folder  -- temporary testing by selecting a folder. File filter script will be placed here
set filesList to (files of entire contents of sourceFolder) as alias list
end tell
tell application "Adobe Photoshop CS4"
activate
create contact sheet from files list of filesList
end tell

It looks at first glance that you are asking for a list twice… This worked for me… Just tested with a bunch of TIFFs. Put a basic filter in there too.
tell application "Finder"
set sourceFolder to choose folder
set filesList to (files of entire contents of sourceFolder whose file type is "TIFF") as alias list
end tell
tell application "Adobe Photoshop CS2"
activate
create contact sheet from files filesList
end tell
and as if by magik Im back to the other me… again…

Similar Messages

  • Create Contact Sheet II missing

    Hi,
    I'm trying to create a contact sheet in CS4 using <File><Automate><Create Contact Sheet II>
    The trouble is that <Create Contact Sheet II> is missing from the drop-down menu. This is the first time I've tried this since downloading and installing CS4, but I've done it often using CS3.
    How do I find/retrieve this menu option?
    Thanks

    c.pfaffenbichler wrote:
    Please read up on the changes in CS4.
    Contact Sheets can be created in Bridge now.
    Yes but they are not satisfactory for many reasons.
    You can get the legacy plug-ins from the Goodies folder or download them from the Adobe site.
    See http://www.adobe.com/go/kb404900

  • Creating Contact Sheets by selecting images in sub-folders

    I'm new to scripting, so not sure whether this is within the realms of possiblity, but hope that there's an expert out there up to the challenge!
    My goal is to develop a script to automate the process of creating contact sheets for each pupil of a school photoshoot.  The folder structure being used presently is:
    1st level folder:     School name (e.g. "Southbridge School")
    2nd level folders:     Class teachers name (e.g. "Smith")
    In each 2nd level folder (i.e. representing each class) there are always 3 images per child (post processed, so ready to convert to contact sheets).  The image numbers run sequentially, so the first 3 image numbers in the folder are of the 1st child, the next 3 are of the 2nd child, and so on....
    The script I'm looking for would allow me to point Photoshop to the 1st level folder and then automatically create a contact sheet for all children 'found' in the sub-folders.  To do this the script would need to do the following:
    Taking each 2nd level folder in turn, recognise each 'child' is represented by 3 consecutive images - and starting with the 1st 3 images in the folder create a contact sheet.  Then, move on to the next 3 images in sequence and create the next contact sheet, and finish after it completes the final 3 images in the folder.  Then, move on to the next 2nd level folder...
    Create each contact sheet with the 3 images in colour and then the same 3 images in black and white (so 6 images per contact sheet), including the image number under each and a copyright watermark
    Save all contact sheets generated from all of the classes all together in 1 new folder at the 2nd level called "Contact Sheets"
    Give each contact sheet a unique name in the format "<Class teachers name> - xxx"   (e.g. "Smith-1", "Smith-2" etc...)
    So, are there any Photoshop masters out there up to this challenge?!  Your help would be greatly appreciated because the learning curve on this one looks v. steep!
    Alternatively, if you can think of a better way of doing this I would also be keen to hear!
    Thanks

    Awesome! I didnt even know aperture could do that
    Now another quick question on this topic, if im using RAW files, does aperture need to convert the file to jpeg or tiff (like it does if you export version as jpeg)?
    If it does, that may be a problem as it takes forever for aperture on my macbook to convert raws and save as jpegs, like a good minute or two per photo, and if i have 200odd photos....not good, people will crack it waiting and leave.
    Or does it print as raw? Cause im pretty sure my printer (or any printer) can not print raw files. Will try it tonight on my printer but a heads up will be useful.
    I could just shoot in hi-res jpeg, but id rather shoot raw incase they want a large poster size print etc.
    Thanks.

  • Creating Contact Sheets

    Has anyone had trouble creating contact sheets through Bridge/Elements 8 (Mac)? It is driving me crazy!
    Many Thanks!
    Jennifer

    Can you please specify the exact problem that you are facing here.
    Regards,
    Chhaya

  • Adobe Bridge CS5, error when creating contact sheet "There is insufficient disk space..."

    I am running Bridge CS5 for the first time and I receive this error when attempting to create a contact sheet. "There is insufficient disk space to complete this operation." The image files I am using are web optimized and very small. The error even occurs when attempting one small image. I have gone back to using Bridge CS4 and it works just fine. Any help?
    Thanks!

    I think I narrowed this down to having a network volume mounted with a share name of "Users".  The strange thing is even you if unmount the volume you will still have problems.  However, if you avoid mounting the volume entirely (from boot) it will be OK.
    The solution, it appears, is to rename the sharepoint to something other than "Users".  This worked for us.  I'm not sure if it matters whether the server is Windows or Mac OS.  In our case the sharepoint was an AFP volume on Mac OS.
    We had other errors related to Bridge such as "unable to create folder" and the path in the message appeared to be /Users/currentUser/.....  which made no sense at all.  However, if Bridge was internally trying to use /Volumes/Users (the mounted sharepoint), it would not only not find "currentUser", but it would not have permissions to create that folder either.
    So, another possible solution could be to grant file creation rights on the network volume "Users".  Another not-so-great idea.
    Hope that helps someone else!

  • Create contact sheet based on source image dimensions?

    I have some video stills that need to be laid out in a contact sheet / storyboard. I don't care about the dpi, the paper size etc. None of that matters to me because this is simply for viewing on screen. I just need a contact sheet with these frames laid out 4 collumns x 3 rows, and I need the frames full rez, and I don't want any gaps or borders. In other words, if I have 12 frames, and each frame is 720x540 pixels... I want Bridge to spit out a file 2880x1620px with my frames laid out without any gaps/seams. Can Bridge do this? I haven't figured out how.
    thanks

    I would like to create a contact sheet of the pages. Can I?
    Bridge Output Module creates a multipage PDF with options to choose on size, orientation and amount of files per page but can't read all pages separately, it only uses the first page of a PDF.
    You can however extract the pages in PS itself. Open the PDF file using right mouse click in Bridge and choose Open With; Photoshop.
    Then you will see an option window with small thumbs of each pages. Select all the thumbs and set the options as you wish. Then hit Open and you have all the pages as separate files. Use Save as (or create an action to batch save the files if it are many) and then open the folder with the new files in Bridge. Now you can use the option for more files per page in the Output Module.
    Or use the Contactsheet II script that has returned in CS6 and choose to use the open files.

  • Create contact sheet from multi-page PDF

    I have a multi-page PDF (A brochure with 1 image on each page). I would like to create a contact sheet of the pages. Can I?

    I would like to create a contact sheet of the pages. Can I?
    Bridge Output Module creates a multipage PDF with options to choose on size, orientation and amount of files per page but can't read all pages separately, it only uses the first page of a PDF.
    You can however extract the pages in PS itself. Open the PDF file using right mouse click in Bridge and choose Open With; Photoshop.
    Then you will see an option window with small thumbs of each pages. Select all the thumbs and set the options as you wish. Then hit Open and you have all the pages as separate files. Use Save as (or create an action to batch save the files if it are many) and then open the folder with the new files in Bridge. Now you can use the option for more files per page in the Output Module.
    Or use the Contactsheet II script that has returned in CS6 and choose to use the open files.

  • OUTPUT tab is blank, it doesn't show options for creating contact sheet

    Bridge CS5 on 3.1 GHz Intel Core i5 iMac running 10.6.8
    The title says it all. When I go to the output tab to create a contact sheet. None of the options show up anymore.
    I've reset preferences and the issue still persists.
    Does anyone have any ideas on how to fix this issue?
    Thanks!

    I am connected to a network but we don't share applications. CS5 Design Premium is installed on my machine.
    See screenshot below:
    What is the relevance of this? We seem to have the same location for the output module file.
    Why does mine not work?
    See screenshot below:
    The Adobe Output Module is in my Startup Scripts but it still doesn't work.

  • Questions Re: (1) Creating Contact Sheets, and (2) Editing photos

    Hello,
    I have two questions about iPhoto '09:
    (1) Regarding the creation of a contact sheet, how do I select more than one photo at a time?!? I open up my photos, click on a photo to choose it. If I try to click the next photo I want on the contact sheet, the first one is un-chosen. I click File > Print > Contact Sheet, and sure enough, only the most-recently chosen photo is the only one on the sheet.
    (I have tried Edit > Select All > Print > Contact Sheet, but [as is implied in the "all" part of Select All], of course this results in a contact sheet full of photos I don't want.)
    (2) Sometimes when I pick a photo to edit, click the Edit icon at the bottom of the window, get the enlarged pic and start editing, none of my changes show up i in the enlarged image. But when I click "Done," the changes are there in the image in the album. This is annoying, since while editing, I have to click "Done" to see the effect of a change every time I make one, and then start all over with the "Edit" icon, make more changes, click "Done" to see them, etc.
    This does not happen with every photo. Weird.
    Thanks, anyone, for ideas and help.

    Light
    Welcome to the Apple user to user assistance forums
    (1) Regarding the creation of a contact sheet, how do I select more than one photo at a time?!?
    The same as all Mac selections:
    - you can click on the first of a set of contiguous photos and then depress the shift key and click on the last of the set and select all photos from the first to the last
    - you can click and drag across a set of photo to select the set
    - you can click on a photo and then depress the command (apple) key and click on additional non-contiguous photos to select them
    - you can make an album of the photos you want and display the album and select all
    and on and on and on - there are many, many ways to select multiple photos
    (2) Sometimes when I pick a photo to edit, click the Edit icon at the bottom of the window, get the enlarged pic and start editing, none of my changes show up i in the enlarged image. But when I click "Done," the changes are there in the image in the album. This is annoying, since while editing, I have to click "Done" to see the effect of a change every time I make one, and then start all over with the "Edit" icon, make more changes, click "Done" to see them, etc.
    quit iPhoto and with the finder Delete your iPhoto preference file - "your username" ==> library ==> preferences ==> com.apple.iPhoto.plist - launch iPhoto and it will create a new default preference file, set any personal preferences you want and if you have moved the iPhoto library repoint to it
    LN

  • CS3 and Contact Sheet error?

    I'm getting a program error when I try to do automated contact sheets in CS3. If I leave the filename/caption off then it works fine otherwise it makes the contact sheets and then repeatedly shows the error message. I'm on an Intel Mac Pro. Has anyone else had this problem or do you have any suggestions? Thanks.

    Neil,
    Ahem! Steve's post is at couple of months old.
    = = =
    Brian,
    Did you notice that Steve received
    no replies at all?
    That's because there are no clairvoyants and/or mind readers here. :/
    Like you, he did not indicate what exact version of Photoshop CS3 he's using, what OS, what machine, how much RAM, etc.
    CLICK HERE
    for advice on how to ask your question correctly for quicker answers. Thanks!

  • Create contact sheet

    I have adobe photoshop cs6.  I use the automate - picture package in my older versions.  It is not an option in cs6.  To create a contact sheet.  I would like to do 9 images, of the same image (for trading cards).  I input the 3 images across and 3 images down, choose my image, but only one comes up on my contact sheet.  How do I do 9 images of the same image?  Or, is there a plug in for picture package?

    Slow down. You wrote you have CS6.  Now you you write you have Windows 8.1 and a HP Envy. HP Envy  all in one or note book ?  In any case I guessing it has a 64bit processor.   The PDF is for CS5 not CS6.   Adobe made some configuration changes from CS5 to CS6.  There are two versions of Windows CS6 Preternatural and Subscription.  The CS5 plug-in will not work in the CS6 Subscription version of Photoshop.
    Adobe in CS6 also added back Contact Sheet II that was removed in CS5 but made available as an optional download.   CS5 Contact Sheet also contained Picture Package.  The Contact Sheet II added back into CS6 was stripped the Picture Package feature.
    The CS6 Windows installer  install both a 64Bit and a 32Bit Photoshop executables when you run a 64Bit Windows OS.  So there is a 32bit Plug-in folder for the 32 bit Photoshop and there is a 64 Bit Plug-folder for the 64 Bit Photoshop.  in the CS5 optional plug-ins download there are both 32 and 64 bit version of the plugins.  When you have a 64 bit Windows OS both the 32 and 64 bit Plug-ins. Should be installed.  There was a configuration change made in CS6 for Plug-in.  The Optional CS5 Plug-ins should be installed like third Party Plug.  Adobe moved where the install their required.  I you read the CS5 Optional Plug-in PDF you would find the both the CS6 32 bit and 64 Bit Plugins folders were empty.  These folders in CS6 were created by the Adobe Installer for third party to install thir Plug-ins in.  These two folders should be where you copy the CS5 optional Plug-ins to.  The 32 bit one into "C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Plug-ins"  and the 64 bit one into "C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins".  Note the two Contact Sheet II in My CS6 perpetual Automate menu.... On my other system I have CS6 Subscription version installed the CS5 plug-ins do not work in that CS6 version Adobe remove some Plug support or disables the CS5 Plug-ins...

  • I can't create contact sheet with Photoshop CC

    Hi,
    I have a problem,
    Since I have installed Adobe Photoshop CC, I have never been able to use the option Contact Sheet II
    Here the error message that I get when I use the option
    Please help me

    - Transformation impossible, car les disques de travail sont saturés.@8890
    2013-09-05T15:05:49 -
    ==============Exception==============
       Message: Erreur: Une erreur générale de Photoshop s'est produite. Cette fonction n'est peut-être pas disponible dans cette version de Photoshop.
    - Transformation impossible, car les disques de travail sont saturés.
       File: /c/Program Files/Adobe/Adobe Photoshop CC (64 Bit)/Presets/Scripts/ContactSheetII.jsx
       Line: 8890
       Error Name: Error
       Error Number: 9001
       Line: (8881)            if (e.number == 8007) {      // User cancelled
       Line: (8882)              try {
       Line: (8883)                layer.resize(100, 100, AnchorPosition.MIDDLECENTER);
       Line: (8884)              } catch (e) {
       Line: (8885)                if (e.number != 8007) {      // User cancelled
       Line: (8886)                  Error.runtimeError(9001, e.toString());
       Line: (8887)                }
       Line: (8888)              }
       Line: (8889)            } else {
       Line: (8890) >> Error.runtimeError(9001, e.toString());
       Line: (8891)            }
       Line: (8892)          }
       Line: (8893)   
       Line: (8894)        } catch (e) {
       Line: (8895)          if (e.number == 8007) { // User cancelled the operation
       Line: (8896)            Error.runtimeError(8007);
       Line: (8897)          }
       Line: (8898)   
       Line: (8899)          var msg = ('Image file not placed: ' + file + ' - ' + e.message +
       Line: (8900)                     '@' + e.line);
    [ContactSheetII.jsx]
    main()
    _main()
    process([Object:[object Object]])
    process([Object:ContactSheetIIOptions])
    _processX([Object:ContactSheetIIOptions])
    processFiles([Object:ContactSheetIIOptions])
    contactSheetX([Object:ContactSheetIIOptions])
    createCell([Document:[Document Planche contact-002]],[Object:ContactSheetIIOptions],800,2000)
    createCellHP([Document:[Document Planche contact-002]],[Object:ContactSheetIIOptions],800,2000)
    insertImageHP([Document:[Document Planche contact-002]],[Object:ContactSheetIIOptions],[Array:800,2000,1600,2958],[File:/e/_mac_a_t ransferrer/5_DGgraphisme/P1_SignesSymboles/recherche/YinYang.jpg])
    insertImageIntoBounds([Document:[Document Planche contact-002]],[ArtLayer:[ArtLayer YinYang]],[Object:ContactSheetIIOptions],[Array:800,2000,1600,2958],[File:/e/_mac_a_trans ferrer/5_DGgraphisme/P1_SignesSymboles/recherche/YinYang.jpg],true)
    logException([Error:Erreur: Erreur: Une erreur g\u00E9n\u00E9rale de Photoshop s'est produite. Cette fonction n'est peut-\u00EAtre pas disponible dans cette version de Photoshop.\n- Transformation impossible, car les disques de travail sont satur\u00E9s.])
    exceptionMessage([Error:Erreur: Erreur: Une erreur g\u00E9n\u00E9rale de Photoshop s'est produite. Cette fonction n'est peut-\u00EAtre pas disponible dans cette version de Photoshop.\n- Transformation impossible, car les disques de travail sont satur\u00E9s.])
    Log File:C:\Users\AnimateTrunks\AppData\Roaming\ContactSheetII.log
    ==============End Exception==============
    2013-09-05T15:05:49 - Sheet creation complete
    2013-09-05T15:05:49 - End Processing
    2013-09-05T15:05:49 - 1,212 seconds overall per image
    2013-09-05T15:05:49 - 0,518 seconds processing time per image
    2013-09-05T15:05:50 - ContactSheetII Shutting down.

  • Looking for a way to create Contact Sheets in InDesign CS5..

    I am looking for an easy way to make a Contact Sheet template in InDesign CS5, I am wondering can it be done using Live Captions? What I essentially want to do is create a page with a grid, say 3 across 3 down, and be able to simply import the photos, and have the photo's name appear below it.
    Thanks in advance for your reply,
    Sebastian

    http://layersmagazine.com/indesign-cs5-live-captions.html

  • Contact sheets and program error

    Recently updated to CS3 but today is the first time I've tried to create Contact sheets. Whenever I run Automate/Contact Sheet II, PS goes through the process fine until it is completed and then up pops an error box "Could not complete your request because of a Program error." The box won't go away no matter how many times I click OK and I end up having to force quit PS and losing the contact sheets it just made.
    I'm running OS 10.5.4 on a dual 2 ghz G5 with 2 gigs of RAM.
    I heard font conflicts might be the problem, so I tried it with Suitcase turned off. Still happened.
    I also reset PS preferences and created a new user. Still it happens.
    I have not moved any Adobe folders. Any help would be most appreciated.

    Many Apple applications rely on FontBook to show and manage fonts one way or the other as far as I know (like TextEdit, iLife and iWork - and yes, some of use DO use those as they are far more reliable than MS Office apps).
    I used Suitcase until about six months ago and since OSX was born. Never hade ANY problems with it.
    Before OS X I used ATM Dlx for many years - never had ANY problems with that either.
    Before that I used an app which I've forgotten the name of and before that the then Suitcasee in its first incarnation. That's when you used the Font and DA mover to install and remove fonts.... Things have become easier actually when it comes to font management. Compared to then.
    I do NOT use FAP. I've looked at now and again and never liked it. Just as I've looked at other font managers over the years. It's something about the UI that doesn't agree with my way of working.
    At work we use FontBook, nothing else. "Work" is Scandinavia's largest daily newspaper and the fonts used are restricted and fixed and centrally decided upon (I work at the Mac Helpdesk). There is no need for activating and deactivating. Personally I stopped using Suitcase not because I had problems with it (never had problems with it) but because I do not really need a font manager nowadays (I did in my previous job at an Apple Centre where I was in charge of all courses, made my own materials, all printed matters, ads etc). I've reduced my number of active fonts to those I really use. The rest I keep elsewhere and only put in in case of need. The less fonts, the faster the apps are. And no need of a font manager.
    Not every user needs a font manager. Only those who constantly activate and deactivate fonts do, which normally means people who work with clients one way or the other.
    That does NOT mean that you have to activate and/or deactivate fonts via FontBook, just that it needs to be there. The rule is to never use FontBook for activation/deactivation of fonts if you are using another font manager. (You CAN however use it to look at the fonts placed in the ordinary fonts folders that need no activation to be used). And to never use more than one font manager ever regardless of which brand it has. Because they get in each others way. Just letting FontBook be there doesn't do a thing to another font manager. You can even use it for quick looks of fonts and font-info if you want to - as long as you don't activate or deactivate fonts through it when another font manager is present.
    You DO need to remove fontcaches and to keep your fonts healthy - that does NOT mean that you need to remove FontBook. Most peoples aversion against FontBook stems from the very first version of it (I agree, that was sometimes a disaster). It has matured though over the years and only become better.

  • Creating pdf contact sheets at screen resolution using aperture/photoshop

    Can anyone advise me on how to create a pdf document of contact sheets- low resolution [72 screen res]that is less time consuming than the present work flow described below?
    At present I export jpegs 450pxl 72dpi from aperture. create contact sheets in photoshop and then
    create a pdf in photoshop. Average number of images per client is approx 800-1000,
    The pdf I have created with aperture has a resolutuin of 300dpi- which is a large file to email etc. I have tried reimporting the 450pxl jpegs but aperture still creates the document at 300dpi.
    Is it possible ...
    1/. to solely use aperture to create low res pdf's
    2/. If not is it possible to create an action in photoshop [or use automator] to speed up the process described above?
    I do have a little experience using actions in photoshop but am by no means an experienced user.

    Awesome! I didnt even know aperture could do that
    Now another quick question on this topic, if im using RAW files, does aperture need to convert the file to jpeg or tiff (like it does if you export version as jpeg)?
    If it does, that may be a problem as it takes forever for aperture on my macbook to convert raws and save as jpegs, like a good minute or two per photo, and if i have 200odd photos....not good, people will crack it waiting and leave.
    Or does it print as raw? Cause im pretty sure my printer (or any printer) can not print raw files. Will try it tonight on my printer but a heads up will be useful.
    I could just shoot in hi-res jpeg, but id rather shoot raw incase they want a large poster size print etc.
    Thanks.

Maybe you are looking for

  • Calling Web Service From Oracle PL/SQL do not invoke the webservice in SOA Server

    Hi , Trying to call the webservice from oralce pl/sql Function created a Function Not able to invoke the web service of SOA Server . CREATE OR REPLACE FUNCTION HelloWorld_WebServices(S_STRING Varchar2) RETURN VARCHAR2 AS      service_ sys.utl_dbws.SE

  • Migration from old MacPro to new MacPro?

    How will the migration of my data be handled with the new MacPro? My old MacPro has sATA hard disks and Firewire 800. The new one will have no internal sATA, no Firewire but just Thunderbolt and USB 3. In previous days I could transfer all my data th

  • WorkFlow - Binding / Container Operation

    Hi WF Gurus I am creating a Sale Order Change Start Event & want to collect a field (KNVV-KLABC) i.e. Customer ABC Class of that Sold-to-party of that sales order. Is it possible through binding or container operation. please give steps in details. M

  • Supress/ avoid posting downpayment to asset on settlement of WBS

    HI All, WBS/ internal order is an investment measure. downpayments are posted to the WBS which are getting settled to the asset. Accounting entry posted is CWIP Acquisition: down payments Dr CWIP Down-payments clearing account Cr However the business

  • Duplicate entries in Q0002-ANREX

    Hi, I'm working in a Belgian project and can't find a solution for the problem below. In IT0002, in the Q0002-ANREX field, we should see 4 entries (Mr, Mrs, Miss and Ms) but at present I see 5 entries (from table T522G). The 5th entry is a repeated M