How to invert order of images in CS4?

hello
I got a range of frames, starting -130 to zero .
When played, its like my animation plays backwards.
How to invert the order of the images?
zero to 160 plays fine.
thanks for your time.

Welcome to the forum.
Are you saying that you have your still image sequence on the Timeline, starting with still # 1 through # 130, in that order, but that when you play the Timeline, it plays from # 130 (the last frame) back to # 1 (the first frame)?
Is the CTI (Current Time Indicator w/ the red Edit Line) playing backward from the End to the beginning of the Timeline?
Thanks for that info,
Hunt

Similar Messages

  • How to alphabetical order pages at indesign cs4?

    I have a text box at the beginning of each page and I want to alphabetical order pages based on that text box. Do you know how to do that?

    This will do it.
    But see also http://forums.adobe.com/thread/1082984?tstart=0 for a better workflow.
    For some reason the OP over there didn't get back to say thanks and mark the answer as correct .
    Trevor
    // Script to sort Pages according to alphabetical order of their top TextFrames contents
    // by Trevor (www.creative-scripts.com [coming soon]) custom and readymade scripts for InDesign
    // http://forums.adobe.com/thread/1405293?tstart=0
    // see also http://forums.adobe.com/thread/1082984?tstart=0 for a better workflow
    app.doScript("aToZPageSort()", ScriptLanguage.javascript, undefined, UndoModes.FAST_ENTIRE_SCRIPT, "Sort Pages By top text contents");
    function aToZPageSort () {
        var doc =  app.documents[0],
              myPageIndex = [],
              l = doc.pages.length,
              topFrameIndex = z= 0, pageFramesTops, i, topFrameHeight, topFrame;
        while (l--) {
            pageFramesTops = doc.pages[l].textFrames.everyItem().getElements().slice(0);
            n = i = pageFramesTops && pageFramesTops.length;
            if (!i) continue;
            while (n--) pageFramesTops[n] = pageFramesTops[n].geometricBounds[0]; // for some reason when one trys to get the geometricBounds[0] from teh everyItems without the elements it return y1, x1 and not just y1 ?-)
            topFrameHeight = pageFramesTops[0];
            topFrame = doc.pages[l].textFrames[0];
            for (var n = 0; n< i ; n ++) {
                if (pageFramesTops[n] < topFrameHeight) {
                    topFrameHeight = pageFramesTops[n];
                    topFrame = doc.pages[l].textFrames[n];
            myPageIndex [z++] = {page: topFrame.parentPage, contents: topFrame.contents.toLowerCase()}
        myPageIndex.sort (function (a,b) {return (a.contents.toLowerCase() > b.contents.toLowerCase())});
        l = myPageIndex.length;
        while (l--) myPageIndex[l].page.move (LocationOptions.AT_BEGINNING);

  • How can I add a PSD logo watermark file to an image in CS4 or Lightroom3?

    Hi,
    I have a psd file with my company logo as a watermark. How can I add that file to an image in CS4 or Lightroom3. I am sure it is really simple and I am just a bit dopey but would appreciate the help.
    Thanks.
    Natalie

    This is fully explained in the help file. Hit F1 and go to using the watermark editor, you will see there is is also a video tutorial so I won't repeat the advice here.
    You will need to change the PSD to a PNG in order to use it and retain any transparency layers. Open the file in Photoshop and choose save for web, then select either the PNG 8 or PNG 24 preset and save a copy of the file.

  • How do you shuffle the image order when creating a new slideshow in apterture 3?  i would like to do this automatically when creating a new slideshow.  i see how you do it when you just play a slideshow.

    how do you shuffle the image order when creating a new slideshow in apterture 3?  i would like to do this automatically when creating a new slideshow.  i see how you do it with presets when you just play a slideshow, but i don't see an option to randomly shuffle the slide order when you create a new slideshow.  i know you can sort it by different fields, but i want it to be random.  thanks.

    If you want to rearrange images in random order you can try an AppleScript:
    retrieve a list of selected images from Aperture
    shuffe the list properly
    create an album in Aperture and add the images from the list to the album (make sure that the album set to be orederd manually)
    Here  is a sample script that shuffles the selected images and displays them in random order in Full Screen Mode:
    on removeItem(ims, i)
      -- remove the item at position "i" from a list ims
              if ims is {} then return {}
              if (length of ims is 1) then return {}
              if i < 2 then return rest of ims
              if (i = length of ims) then return (items 1 thru (i - 1) of ims)
              if i > (length of ims) then return ims -- should be error?
              return (items 1 thru (i - 1) of ims) & (items (i + 1) thru (length of ims) of ims)
    end removeItem
    on shuffle_items(ims)
      -- shuffle the items of the list "ims" randomly
              local numitems, ims_shuffled, nextrest, nextpick, i
              set numitems to length of ims
              if length of ims < 2 then return ims
              set ims_shuffled to {}
              set nextrest to ims
              repeat until nextrest is {}
                        set i to (random number (numitems - 1)) + 1
                        set nextpick to item i of nextrest
                        set beginning of ims_shuffled to nextpick
                        set numitems to numitems - 1
                        set nextrest to removeItem(nextrest, i)
              end repeat
              return ims_shuffled
    end shuffle_items
    on shuffleIms()
      -- retrieve the selected images from Aperture
      -- and display them in random order in full screen mode
              local imageSel, shuffled, i
              tell application "Aperture"
      activate
                        set imageSel to (get selection)
                        set shuffled to my shuffle_items(imageSel)
                        set fullscreen to true
                        if imageSel is {} then error "Please select some images."
                        repeat with i from 1 to count of shuffled
                                  reveal {item i of shuffled}
      delay 3 -- chnage that to the time you want
                        end repeat
                        set fullscreen to false
                        return shuffled
              end tell
    end shuffleIms
    shuffleIms()
    Some more code snippets to go from here:
    To create an album:
                        tell library 1
                                  if not (exists album "shuffledAlbum") then
      make new album with properties {name:"shuffledAlbum", image version:shuffled}
                                  end if
                        end tell
    And to add the images from the shuffled list to the album:
                        repeat with i from 1 to count of shuffled
                                  duplicate item i of shuffled to album "shuffledAlbum"
                        end repeat
    Regards
    Léonie

  • How can i view nikon images in photoshop? i have cs4 so the camera raw plug-in is not an option and i've lost my disk from the initial purchase of the D90.

    how can i view nikon images in photoshop? i have cs4 so the camera raw plug-in is not an option and i've lost my disk from the initial purchase of the D90.

    The NEF file only gives a little "nef" icon.  i was able to convert the NEF to DNG on the old computer and then brought the files over to the new computer.  On the old computer, the NEF files were depicted as little jpeg's so I would be able to see a picture of what each file represented.  On the new computer, both the NEF files and the DNG files are depicted with icons, "nef" or "dng", but not as little pictures.  On the new computer, though, I am to import the DNG's into Adobe and edit them so that is working regardless of whether or not a picture is present for the icon of each file.  I've downloaded the DNG converter from Adobe and will try the conversion directly on the new computer when I get home from work.  I do appreciate your responses and will let you know how it works.
    I am curious then, since right now the files are represented by little "nef"'s and little "dng"'s: If I also download the viewNX (spelling might be wrong, sorry) from nikon, do you know if that maintains the file as a RAW format file but allows a picture representation of the RAW file for the icon?  (That would make it easier to choose which RAW files I would choose to edit and which to not even bother with as an initial culling if that makes sense.
    Cheers.

  • CS4- How do I anchor my image from floating when performing a crop?

    I just upgraded to CS4 from CS3. (I've had the disc for a year but delayed due to workshops I was giving)
    When I open an image (after ACR) and try a crop by clicking and dragging from top left to bottom right, then let go the image starts floating upward!  I then have to select the Hand tool and pull the image back down.  This is most agravating!
    It never did this in CS3, as the image stayed anchored and centered in the screen. I've gone through all the preferences and presets and find nothing about crop tool options or image handling for a crop.
    How do I anchor my image, so it doesn't move?
    On a related problem, when I open an image from ACR, by default, it goes into a reduced window, which I have to make full screen by pressing the F key. In full screen mode, the image then goes in behind my tool windows.
    In CS3, the image rested nicely within the working space between the tool window on the right and the screen on the left.
    How do I get the images that I open in CS4 to replicate what I had in CS3?
    Any assistance or ideas someone can render would be most appreciated.
    Cheers,
    Frederic in Montréal
    www.RemarkableImages.ca

    Thanks for taking the time to reply.
    "Why are you selecting the whole image to with the Crop Tool anyway?"
    Frequently I will quickly click and drag from top left to bottom right. The crop line then sits around the perimeter of the image. Then I will move the curser to the sides-top-bottom of the image and adjust it up or down for the desired crop, such as if I make a pano.  In CS 3 this worked like a charm.
    In CS 4, when I do the quick click and drag diagonally across, the window floats up as I continue the drag to the bottom of the page.
    CS 3 didn't care if I worked this way, the image didn't move. Pour CS 4 is touchy and doesn't like it! It wants to be treated with RESPECT! Hah! So I've had to change my ways and just slowly stop in the bottom right corner if I don't want the freakin image to drift up.  Wish I had a vid camera to show you what I mean.
    Talked to my webmaster 'bout this problem. He could not reporduce this either. Mind you he says he opens his windows in TABS, which I don't do. I'm going to change my preferences and see what happens.
    "You could try Window – Application Frame to see if you prefer that one’s behaviour."
    Super tip... many thanks!  I'll try it and see what happens. Is this how you are using your canvas?
    I'm looking at buying a 2nd cheapo 23inch screen to have all the windows and action panels on, so I leave my Cinema screen open for just the image.
    Maybe this way it will reduce the aggravation level. Grrrrrrrrrrr!
    Cheers,
    Frederic in Montréal

  • How do I export an image as transparent in CS4?

    I just upgraded from CS to CS4; in CS, to export a photo as transparent (EPS) was super easy, there was such an option in the Help menu and was done with just a few click of buttons. In CS4 this option is gone and I can't figure out how to do this operation. Does anyone have a clue?
    Thanks ahead.
    A.

    Is there anyone who can give a clear answer on how to easily create a clipping mask (with clipping path) around an object (item isolated from a photo using QuickMask mode in PS). Basically, i had a photo of a laptop and using quickmask I extracted it from all other elements in the photo leaving just the laptop with an apparently transparent area around it. I had also done this with an image of a person. I used to use the export as transparency wizard in CS2 to automatically make the clipping path around the object to help avoid issues with potential postscript printers.
    I am getting alot of great assistance and I am grateful for those taking their time out to help, but I am not getting a clear direction on how to accomplish this one task in CS4 PS which appears to be simple and also confusing for others as there are alot of people on the forums trying to figure the same info out.
    I understand InDesign may be better than AI for this layout work and importing this image there may solve all my problems, but for the sake of needing to find this solution for a task that was once possible and seems so simple, if someone can help by defining the new procedure, it would be appreciated. It would also put an end to the quantity of posts on the same subject.

  • HT204364 how do I order multiple card or postcard with different images each one in same order?

    how do I order multiple card or postcard with different images each one in same order?
    I keep paying separate shipping cost for each different photo

    That is not an option - with the exeption of photo prints you can only identical items on one order
    LN

  • How can I sort the order of images in photos / pictures?

    I've tried renaming them and it makes no difference.  What determines the order in which they are displayed????  I'm a pro photographer and this would be a great tool to show my work in casual situations - but I would love to have some control over what's presented, and how it's ordered.
    Post relates to: Pre p100eww (Sprint)

    Hello and thank you for using the Palm Help Forums!
    Connect your phone and your computer using the USB cable.
    On your phone, tap USB Drive. If prompted, tap OK. On your computer, your phone appears as a drive named Palm Pre.Note On a Windows computer, if the Found New Hardware wizard opens, click Cancel to close the wizard.
    Open My Computer (Windows XP), Computer (Windows Vista), or the Finder (Mac), and double-click the Palm Pre drive.
    To create an album, use your computer’s controls for creating a new folder. To ensure that the Photos application can find the album, create it at the root level of the Palm Pre drive, not as a subfolder of another folder.Note The Photos application displays an album you create only if the album contains at least one picture.
    Assign pictures to albums using your computer’s controls to copy or move items. It is easiest to find the pictures you want by displaying them as thumbnails.
    On a Windows computer, to end the connection safely, right-click the Palm Pre drive icon and click Eject. On a Mac computer, drag the Palm Pre drive icon to the Trash.
    Disconnect the USB cable from the computer when it is safe to do so.
    I hope this helps,
    -Pat

  • How to edit a PDF in Photoshop CS4

    Hi there,
    I'm having some real trouble trying to figure out how to edit a PDF in photoshop cs4. So i need to edit/change text, move things around, that type of thing.
    I work in Windows.
    Could someone give me a bit a low down on how this is done?
    Much appreciated,
    Victoria

    You can open them but you will totally rasterize everything.
    PDFs are not intended to be edited. They are a final format but as
    mentioned you can use Acrobat for some minor text edits or use it to
    extract the images to Photoshop for further editing.
    Bob

  • How do I change an image border color to another color - Dreamweaver CS5?

    Good day,
    I have just learned how to add a border to an image with Dreamweaver CS5 within the Properties Inspector.
    After typing the width in pixels in the Border Text Field and pressing the Enter key, Dreamweaver created a black border.
    How do I change the image border color to another color?

    I added your suggested rule to the Style Sheet "in any order" as you explained. See the image below.
    However this did not change the image border from black to light blue. In fact, nothing changed.
    Nothing changed because the CSS that has been written into DW is incorrectly written.
    You want the following (exactly as written below)
    img {border: 4px solid #0062C8;}
    You've inadvertently wrapped the rule inside a #main_image container rendering it meaningless.
    It's easiest to go into Code View and change
    #main_image {
         img {border: 4px solid #0062C8;
    to
    img { border: 4px solid #0062C8; }
    The Property Inspector added a border exactly as I wanted it, other than the color I wanted the border to be. What is the use of this function in Property Inspector if it can add a border within Property Inspector but not let me change the COLOR of the black border that Property Inspector added, to another color?
    That's a deceptively simple, yet valid, question with a long answer.
    Back in the dark old days of web design web designers were restricted to inline HTML formatting which offered  border properties but no colors.
    CSS styling offers colors and more but has to be written differently.
    These days. it's best to avoid HTML formatting. Unfortunately border="4px" in the PI still allows it. But does not permit color.
    Does anyone else out there ever add color borders to their IMAGES (not the containing box for the image) ?
    Yes, using CSS.

  • HT5525 How can I order more than one picture at a time in iphoto?

    How can I order more than one picture at a time in iphoto?

    It's also wise to crop the photos to the print size you're ordering so you have control over what portion of the image gets printed.  Otherwise, the image will be scaled so the smaller dimension fills the paper cropping off some of the oither dimension.
    OT

  • How to print a monochromatic image in a colour other than black?

    I have an image in photoshop that  is currently black and white, but I would like to print in a monochromatic green, as in just #00ff00 colour; so that it prints in green and white. How do I edit the image so that it prints like this?

    Use your B&W image, inverted, in the mask channel of a Solid Color Layer with the specific colour that you require. Underneath that put a solid white background layer.
    Use linear blending (Ps default is gamma 2.2). In Edit > Color Settings, set RGB blending to 1.00.

  • Reversed order of images emailed from LR5 on a Mac

    This has been a problem ever since LR3 and on previous versions of the MacOS. I hoped that it would be fixed in LR5, but not yet. When I select multiple images for email in LR5 on a Mac running Mavericks, the preview shows the images in the correct order, but in the email message itself, the order is reversed so that the last image is first and the first image is last. Nothing helps. If you select the images in a different order, the result is the same backwards order. Others have noted this problem, see messages from Bud, AJ, and SC in the middle of this page of comments on Julianne Kost's blog starting in December 2012: Lightroom – How Do You Change the Order of Images, Before Renaming? « Julieanne Kost's Blog
    The only workaround is to create a separate export for each image or to export a folder of images and manually add them to a single email. I can't imagine that this would be a hard bug to fix, so please, Adobe, do so!
    In addition, it would be helpful if there were a space between images in the email so that the images don't all run together in one long strip. There should be a way to have this happen by setting up a style or template so that it does not have to be done manually.

    SASanderson wrote:
    Do you have a suggestion for automatically adding a space between images?
    I don't think you have control if using the native email feature (but I could be wrong). I'm not a Mac expert, but I suspect the solution would be something like exporting to an applescript and having that talk to apple-mail. Or running an apple-script after exporting to the emailer to add the space post-facto. Or, if you could find a special Mac email plugin which had more flexibility..
    I use an Outlook macro for formatting messages with emails exported by Lightroom, but that wouldn't help you on the Mac (other than perhaps conceptually).
    Sorry I can't be more help.
    Rob

  • How do I place an image over the header?

    I am new to web design and new to Dreamweaver CS4.  I have used 2 column template with header and footer.  I have got a header title (an image) but I want to place an image to the left of it in the top left corner of the web page.  I want the header region to be the height of the title as I want the image to have a greater height than the header area.  When I insert the image it goes into the header region and the header automatically increases its height to fit the image.  How can I overlay the image on the header rather than inserting it in the header?  Any help would be appreciated.

    Designing web pages is nothing like designing for print.   To achieve what you want , you'll either need to create a special header image in Photoshop or Fireworks that contains white space and/or slices from surrounding images.  Insert this new image into your header region.
    Or, you could simply place image in the background using CSS.  Then align your message text using CSS floats and margins.  See demo below for an example.
    http://alt-web.com/TEMPLATES/I-page-with-floats.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

Maybe you are looking for

  • HTML in body issues/ Outlook 2003 displays HTML as attachement/PDFs

    Hi, I have a requirement to use email bursting to send out a PDF with a UPS ARS return label in it. We also send out plan HTML update emails for BI Publisher that we want to appear in the body of the email. I'm having two problems. Before we applied

  • Payment advice(F110) to be saved as file in application server

    Hi Experts my requirement is i have to send the payment advice created from F110 to respective vendors as mail in Alias name and i am able to send it succes fully with BTE2040. but the client came up with new requirement that we have to save this pay

  • Oracle 11gR2 RAC system Network Connection Problem among VMs

    Folks, Hello. I am installing Oracle Database 11gR2 RAC system using 2 Virtual Machines (rac1 and rac2) on the top of VMPlayer 3. I configure Network for rac1 and rac2 as following: rac1 eth0 192.168.138.35 eth1 192.168.137.35 rac2 eth0 192.168.138.3

  • How to convert 24bits png image into 8 bits image

    Hi, I have gone through some of threads in this forum on changing color bits. But, I still can find right way to change my image (24bits) into different color bits(8 bits). The reason i want to change the color bits because I am getting a GIF image f

  • IPods and Vista

    I recently got an error message about Vista corrupting iPods when ejecting, so I downloaded the necessary update. Everything worked fine until today when I ejected the iPod, the screen went black and all it does flash the Apple logo as if it restarti