How to distribute photos on a page when they are all smart objects

Hi there,
I have 5 images on a page in 3 columns, 2 each of 2 and 1 of 1
They are all Smart Objects that have been resized and cropped to fit the openings they now occupy.
I've been sizing, aligning and distributing these things by eye but watched the tutorial on how to use the alignment and distribution buttons so thought I'd try that.
Things seem to go ok when aligning edges ...for example if I select the two images in the center column and align their left or right edges that works OK. Similarly I can select the top or bottom edges of the large on in the column of its own on the right and align its top edge with those in the other two columns and ditto for the bottom edge.
When 'distributing' them however, things don't work, The distribution tool seems to be working off the underlying images rather than the visible images which have been resized ...and sometimes changed ...via the 'replace contents' command.
Is there a way to get PSCC 2014, latest build ...to distribute based on what is visible instead of what the underlying image is?
Thanks,
jj

Photo Collage Toolkit (Image File are placed in as smart object layers.)
Photoshop scripting is powerful and I believe this package demonstrates this A video showing a 5 image collage PSD template  being populates with images:
The package includes four simple rules to follow when making Photo Collage Template PSD files so they will be compatible with my Photoshop scripts.
Size the photo collage templates for the print size you want - width, height and print DPI resolution.
Photo collage templates must have a Photoshop background layer. The contents of this layer can be anything.
Photo collage templates must have alpha channels named "Image 1", "Image 2", ... "Image n".
Photo collage templates layers above the background layers must provide transparent areas to let the images that will be placed below them show through.
There are twelve scripts in this package they provide the following functions:
TestCollageTemplate.jsx - Used to test a Photo Collage Template while you are making it with Photoshop.
CollageTemplateBuilder.jsx - Can build Templates compatible with this toolkit's scripts.
LayerToAlphaChan.jsx - Used to convert a Prototype Image Layer stack into a template document.
InteractivePopulateCollage.jsx - Used to interactively populate Any Photo Collage template. Offers most user control inserting pictures and text.
ReplaceCollageImage.jsx - use to replace a populated collage image Smart Object layer with an other image correctly resized and positioned.
ChangeTextSize.jsx - This script can be used to change Image stamps text size when the size used by the populating did not work well.
PopulateCollageTemplate.jsx - Used to Automatically populate a Photo Collage template and leave the populated copy open in Photoshop.
BatchOneImageCollage.jsx - Used to Automatically Batch Populate Collage templates that only have one image inserted. The Collage or Image may be stamped with text.
BatchMultiImageCollage.jsx - Used to Automatically Batch Populate Any Photo Collage template with images in a source image folder. Easier to use than the interactive script. Saved collages can be tweaked.
BatchPicturePackage.jsx - Used to Automatically Batch Populate Any Photo Collage template with an image in a source image folder
PasteImageRoll.jsx - Paste Images into a document to be print on roll paper.
PCTpreferences.jsx - Edit This File to Customize Collage Populating scripts default setting and add your own Layer styles.
Documentation and Examples
Any size image can be fitted to any image location however it works better when images and image locations have the same orientation. Landscape to Landscape Portrait to portrait.
Note the difference in the populated images here when Image and image location orientations don't match up.

Similar Messages

  • How can i delete songs from iPhone when they are grayed out

    how can i delete songs from iPhone when they are grayed out. It doesnt let me delete from itunes either and its just taking up space on my iphone and i cant even listen to the song that are grayed out

    I did this with about 100 songs, and the problem is everytime I connect my iphone with itunes, It will automatically sync back every single song I did delete on the phone by swiping.
    I did search on google and found out that serveral people has this problem. The songs wont delete from itunes library.
    So why do they even make this function if it only deletes the songs for a short time?
    Best regards PelleRPG.

  • How can I watch my tv shows when they are in the cloud and I am not near wifi?

    I can't watch my tv shows on my phone when they are in the cloud and I am not near wifi.  How can I get them out of the cloud?

    You have to download them or sync them to your phone ahead of time.

  • How to see inserted or updated record when they are inserted or updated?

    Hello friends ,
    I have a huge table with, it do NOT contain any field with date or date and time.
    I want date and time when record are inserted or updated.....
    There are many row inserted in table ,So how to know when rows are inserted in particular table.
    & How to retrieve it using  SQL query?
    My database is 10gR2 and win-xp is the OS.

    Try some thing like this
    select  Field, Filed2, ORA_ROWSCN, SCN_TO_TIMESTAMP(ORA_ROWSCN)  from Table Name
    You will get the recent  date of  insert/update of record

  • What is the easiest way to sort photos within an album.  I have photos from a trip but they are all mixed up.  Photos from one part of the trip are showing up in other parts.  Please help.

    I have a MacBook Pro laptop and am trying to use iPhoto.  I uploaded pictures but they uploaded out of order.  Photos taken from different locations on my trip are all mixed up and I would like to sort them in chronological order.  Things I have tried have been time consuming and often take several attempts before the moved photo "takes" to its new location within the album.  If anyone can provide step by step instructions for this senior, it would be very much appreciated.  Thank you.

    following article tells how to sort photos in iphoto:
    http://support.apple.com/kb/PH2397
    also
    http://support.apple.com/kb/PH2388
    article on smart albums in iphoto as well:
    http://support.apple.com/kb/PH2389
    these should help answers your questions, also in every apple application if you look on the main menu bar they all have a help section that is very useful in getting basic how to instructions.

  • How to hide multiple XsltListViewWebPart when they are empty using OOTB or script?

    Hello,
    I have a SharePoint 2013 page that displays a few XsltListViewWebParts i.e.(Lists).
    All the lists contains rows of data when we open: 
    http://Server/Pages/MyPage.aspx
    But, We have some customized filters and views in place, and when we open e.g.: http://Server/Pages/MyPage.aspx?FilterField1=LinkTitle&FilterValue1=250
    The page opens correctly, But all the XsltListViewWebParts which do not meet the filtering will still be shown but as empty web parts - How to hide those?
    In other words, In my SharePoint 2013, How to fully hide multiple XsltListViewWebParts on a page when they are empty ?
    I have already tried:
    http://mmman.itgroove.net/2014/06/22/hiding-empty-sharepoint-web-parts-using-javascriptjquery-on-a-dashboard-page/
    http://sharepoint.stackexchange.com/questions/340/setting-displaynone-for-empty-web-part-zones
    https://social.technet.microsoft.com/Forums/en-US/f26383dd-b53d-4ffa-8075-0ef8e46ab0b1/hide-list-view-web-part-when-list-is-empty?forum=sharepointgenerallegacy
    Nothing works - Am I doing it incorrectly or am I missing anything ?
    I would be thankful for your suggestions !

    Hi,
    The problem was due to JQuery is not loaded in the page.
    Please follow the steps given in the URL :http://mmman.itgroove.net/2014/06/22/hiding-empty-sharepoint-web-parts-using-javascriptjquery-on-a-dashboard-page/ 
    Instead of referring the JQuery link provided in that page, use the Google CDN (<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> )Link in script editor before calling 
    $(document).ready(function(){
         setTimeout(waitForSPReady, 100);
    Thanks.
    A'Kumar

  • How to avoid printing a blank page when there is 'no data' in the report.

    how to avoid printing a blank page when there is 'no data' in the report.

    try like this
    if@section:IND=1
    this template
    end ifsectionbreak
    if@section:IND=2
    this template
    end if

  • How to get photos off an iPad 2 that are not from the camera roll?

    I have photos from previous iPhones and digital cameras on my iPad 2. I do not have the original laptop I used to put them on the iPad. How can I transfer them from this iPad to a different laptop? I do not want to lose them.

    To copy photos that were originally synced from a computer you will need a third-party app on your iPad such as Simple Transfer which can copy them to a computer via your wifi network. But as photos are 'optimised' when they are synced to the iPad, any that you then copy back to a computer may not be exactly the same as they originally were on your computer.

  • I have uploaded photos from the past and they are grouped by dates.  How do I seperate those photos into their own folder/album so that I can easily identify the contents.  Also, what is the difference between Album, Smart Album and folders?

    I have uploaded photos from the past and they are automatically arranged by date.  As a result, there are many events grouped into one library/event/folder/album (not sure of the proper terminology) I'd like to separate them into folders/albums/smart albums so that I can easily identify the contents.  How do I do that and do I delete the originals?

    It would be good to take the tutorials and learn iPhoto - these are for the previous version but the concepts are the same and much of the command is the same - and it would be a worthwhile investment of time to take the iphoto tutorials - http://www.apple.com/findouthow/photos/ - they are very helpful and will save you a lot of time and frustration. - also the tutorials in iPhoto Help will be helpful - while iPhoto is easy and intuitive it does have a learning curve and it will save you time and pain if you spend a few minutes learning the basics
    as to organization - events are generally time based and are the basic automatic organization - you can merge and split them to make them work better for you but they are not a good way to do detailed organization - best to leave them time based
    albums are logical things that contain photos and are just pointers to the photo in the event so they take no extra space and all changes to a photo anywhere are reflected everywhere
    Smart albums are the same except they are automatically filled based on the criteria you set when you create them
    Folders are containers that you create and a folder can contain albums, smart albums or other folders so they are a big help in organization - like a vacation folder that holds folders for France, USA, China with each of thos folders holding albums of photos from the country
    LN

  • The some words in perfectly formatted messages I email are merging or joining together likethis or evenlikethis when they are recieved. How do I fix this?

    When I send emails that are perfectly formatted they are being somewhat truncated when they are received by whomever I'm sending them to. Words will be joined together throughout the email in combinations of two or three.
    I know this is happening because when someone responds to my email, I see the email that I have sent them (in their response email) and it is messed up as described above. I recently asked one of my recipients if this was something that was common with my emails and I was told yes.
    Here is an example, cut and pasted from an email sent via Thunderbird: "A number of years ago we were speaking with Stephanie MacDonaldat CIT about our film/video production services. Our Account Exec assigned to your account left a number of months later and we subsequently lost contact.
    I just visited your web site and noticed thatyou are using video to help define your services and corporate culture. We'd love to be considered if you are planning any more productions.
    One genre of web video thatyou may be interested in is 'Recruiting'.
    Companies that wish to attract young, bright talent, arereaching out with fun and engaging videos distributed online and through social marketing. I noticed that you have a Careers page, but no video. Is this something that you could be interestedinat some point?
    We recently produced one of these videos for an IT company located in Torontoand I'd be delighted to send you alink if you like..."
    The version of Thunderbird I am using is 17.0 and I am running the program on a MacBook Pro with OS X 10.7.5 installed.
    Fixing this issue is critical as my emails look very unprofessional and leave a negative impression with my contacts. Please tell me what I can do to fix this.
    Best regards,
    Derek Shipman

    are you pasting text from another source into Thunderbird?
    Does it appear correctly in your send folder?

  • I want to transfer my photos from the PC (windows explorer) to my Ipad. The problem is that a keep my photos i different categories and they are in one large folder and subfolders (2 or 3 levels of subfolders).When I sent it to the Ipad, it just respect t

    I want to transfer my photos from the PC (windows explorer) to my Ipad. The problem is that a keep my photos in different categories and they are in one large folder and several subfolders (2 or 3 levels of subfolders).When I sent it to the Ipad, it just respect the first level of folder. After the first subfolder, all the photos are mixed. Any idea how to keep my original organization just transferring from PC to the Ipad (folder having a subfolder also having another subfolder)?
    Thanks
    Diogo

    The Photos app doesn't currently support subfolders, it only has the one level of folder/album. You will either need to change your folder structure on your computer to be just one level, see if there is a third-party photo app in the store that copes with subfolders, or just make do. You can try leaving feedback for Apple : http://www.apple.com/feedback/ipad.html

  • How the upgrade to Creative Cloud happens when you are already a signed member of Typekit?

    Hello everybody. I have a signature for Typekit. When I purchase a Creative Cloud the price I had payed is discounted? How the upgrade to Creative Cloud happens when you are already a signed member of Typekit?
    Thanks

    Hi rogeriovelloso,
    This page explains how your Typekit account may change if you sign up for a Creative Cloud subscription:
    http://help.typekit.com/customer/portal/articles/529513-link-an-existing-typekit-account-t o-a-new-creative-cloud-subscription
    Please let me know if you have any other questions, here or at [email protected]!  Best,
    -- liz
    Typekit Support

  • Hi All, I have question about the iMac operating system. I have the last updated. The problem when I manage the place of the folder windows they are all mixing up. I mean they not on the place where I left them. how to set they stay on the same place. Tks

    Hi All, I have question about the iMac operating system. I have the last updated. The problem when I manage the place of the folder windows they are all mixing up. I mean they not on the place where I left them. how to set they stay on the same place? I know there are different possibilities to set.
    I tried but it not helped for me. What I can do? How and where can set this they stay on their place?
    Thanks.
    laci

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 
    Regards
    TD 

  • I have a Nano gen 6.  When I download photos they are all color negative.  What gives, and what is the fix?

    I have a Nano gen 6.  When I download photos from itunes/iphoto they are all color negative.  What gives?  What is the fix?

    It worked!  Thanks so much.  Now my next question is how in the world is anyone supposed to figure this out on one's own?

  • When I save photos or videos from my iPhone 4S to my PC they are all sideways.  Is there a way to prevent this from happening?  All are taking with the phone in portrait mode.

    When I save photos or videos from my iPhone 4S to my PC they are all sideways.  Is there a way to prevent this from happening?  All are taken with the phone in portrait mode.

    Shot videos ONLY in landscape. For photos choose what's you like. Maybe you have to rotate photos on PC. What's your operating system?

Maybe you are looking for

  • PL/SQL does not work in Oracle 8i Personal Edition

    I just installed Oracle 8i Personal Edition for Win 98. Everything works perfectly, except the PL/SQL. Then I tried to install Oracle 8i EM, but I always get the listener or adapter error. Even when I tried to start the listener from lsnrctl prompt,

  • SWF Won't Play Locally or In Browser

    I put an .swf file on the home page of my site. When I try to play it locally (preview in Safari, Firefox, or Chrome) I am in given this message. When I try to view it online on any of 3 previous browsers I simply get a blank screen. On IE it attempt

  • Video recording - why can't I switch cams like face time?

    I do interviews and video blogs and I would like to be able to setup a clip with the camera facing me and then switch to camera on back to let subject speak. If you can do it with face time, PLEASE put in a fix so I can do it while recording. I would

  • Due date in purchase requisition

    Hi experts, I want to know in which table "Due Date" will be stored during the purchase requisition generation???

  • Weird things going on with my contacts. Anyone else???

    My phone lost almost all internet and phone signal after the last update. I took it in the the local apple store and they traded me a new phone for my old one. New phone still had 1.1.2 on it. Took it home, downloaded the new itunes, and did the sync