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.

Similar Messages

  • 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.

  • 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…

  • 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

    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 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.

  • 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

  • Contact sheet only shows single image; need multiple duplicates

    I'm trying to print an image using the "Contact Sheet" setting. I need to output a page containing multiple instances of one single image. When I select the image and select "Contact Sheet," it shrinks the single image down and sticks it in the top-left box of what should be a page full of that single image ... but it's only creating a single instance of the image, and the rest of the blocks on the contact sheet are blank.
    I'm ready to put my fist through the monitor. Please help before it's too late. Thanks.

    {quote:title=LarryHN wrote:}
    In the customize window when you click the settings icon ther is a pull down menu in teh resulting screen that lets you select multiple photos pre page and multiples of a photo{quote}
    Oh, how I do so wish that were the case, but when I click "Customize" and then get to the subsequent screen containing the "Settings" button, and then click said "Settings" button, I get, as previously stated, nothing but a dropdown that allows me to changes settings only for the text that one can select to accompany one's image, as shown in the screen capture found here:
    http://dl.getdropbox.com/u/1009048/iphoto-customize-settings.jpg

  • 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...

  • Contact sheet with name of images

    i saw a couple of references to this. one involved printing out of aperture to pdf, one involved image buddy and one appeared to involve exporting to html.
    is there a good way to get a set of contact sheets out with the names of the files so I can review them?
    i believe I am looking for something like a photoshop capability that lets me spec number of columns and rows and text size etc.
    thanks for any help on getting there.
    - Jon

    Check out the utility of the built-in "Contact Sheet" preset in the print dialog before you look elsewhere.  You can specify number of columns and rows and print metadata below each image (as well as lots of other options).
    Don't know from your message whether you are planning to print or review on a computer.  I assume you can't just review the images in Aperture?

  • 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.

  • 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

  • How to create a Contact Sheet with Adobe Photoshop CS5 from a disc with images in different folders

    I got a disc with images files (mainly ai and psd files) in different folders and subfolders, how can I create a contact sheet including all the image files in different folders. (It seems that Adobe Bridge can only create a contact sheet by clicking the image files directly but not a folder including the images files)
    thx!

    Use the optional Contact Sheet II plugin which is found in Adobe's Downloads:
    1) search for contact sheet in PS CS5 help
    2) choose the first result and read carefully about the Photoshop Optional Plug-In Picture Packager
    3) follow the instructions to download the zip file and note the location that you download it to.
    4) follow the instructions to install the files.
    I'm not sure how PS CS5 will handle ai vector image files or if you have to batch convert them to raster images first before using Contact Sheet II.  Contact Sheet II allows you to choose a folder and Include All SubFolders as an option so you could create a Contact Sheet folder and copy all of your desired folders into that folder which will become subfolders of the main folder you choose for your contact sheet.

Maybe you are looking for

  • Error while generating ARE doc. Internal number .

    Error while generating ARE doc. Internal number . Message no. 4F238 while creating ARE1 ,whilke saving the system is giving a message. please help. points will be rewarded.

  • Runtime error in my program

    *& Report  ZGSCREEN                                                    * REPORT  ZGSCREEN no standard page heading tables :zgtable,sscrfields. data:begin of itable occurs 0,      mandt like zgtable-mandt,      trackid like zgtable-trackid,      artis

  • How can I avoid image 'distortion' when saving jpegs from Photoshop?

    I've created a logo with a transparent background and saved as an eps in Illustrator CS3.  To create a jpeg I then opened opened the eps in Photoshop CS3, set the resolution at 300ppi and then saved the image as a jpeg.  The image views ok on screen

  • Garageband version 10.0.2 vs. version 6.0.5?

    This is more of an opinion survey than anything. Just wondering how other Garageband users are finding the new version so far (version 10.0.2)? I've mostly stuck to the old one (version 6.0.5), since I know how to do everything I need to do with it.

  • Problem when droing quicktime movie into idvd

    Hi, i have created a movie in final cut express and exported it using quick time movie. i then drop this into idvd and burn the disc. Although when previewing the footage in final cut express everything looks ok when i play the movie from the disc it