Create a duplicate image

How do I create a duplicate of an image from within the Organizer? I want to do this so I can edit the duplicate while keeping the original intact. I want two versions of the image in the folder where only one existed previously. I would add a suffix to the filename, unless the Organizer or Editor can do this automatically.

Hello there!
Here is one way to create a duplicate image and colorize it. As you can see below, I have one image right now, that I want to duplicate.
My layers panel looks like below.
To duplicate your image, click the downward arrow on the right side of your Layer Panel.
Select Duplicate Layer. This will duplicate the layer that the image is on.
Select "OK" to approve the duplication.
As you can now see in the Layers panel, the image is duplicated. The new layer is now at the top of the Layer panel.
Now to colorize your image, go to Window > Adjustments.
The Adjustments panel will now be opened. Select the Hue and Saturation icon as seen circled in red.
The Hue and Saturation propertied panel will be opened. I selected "Colorize", and adjusted the hue and saturation bar to achieve the level red in my photo.
As you can see below, the image is now red.
Now i want to make sure only ONE of my image layers is red. I moved the Hue and Saturation layer to only be on top of the bottom layer. The image on the top layer now will not be affected by the red.
Select the move tool, so I can now move the image layers so we can see both of them.
With each image layer selected, you can take the move tool and move the images. I moved mine on top of eachother and you can see my red layer (bottom) and the non red layer (top).
I hope that helps. i have also included helpful links.
Please post back with any questions,
Janelle

Similar Messages

  • How do I create a duplicate image inside the same page? Then how do I change the color of that image

    how do I create a duplicate image inside the same page? Then how do I change the color of that image from black to red?

    Hello there!
    Here is one way to create a duplicate image and colorize it. As you can see below, I have one image right now, that I want to duplicate.
    My layers panel looks like below.
    To duplicate your image, click the downward arrow on the right side of your Layer Panel.
    Select Duplicate Layer. This will duplicate the layer that the image is on.
    Select "OK" to approve the duplication.
    As you can now see in the Layers panel, the image is duplicated. The new layer is now at the top of the Layer panel.
    Now to colorize your image, go to Window > Adjustments.
    The Adjustments panel will now be opened. Select the Hue and Saturation icon as seen circled in red.
    The Hue and Saturation propertied panel will be opened. I selected "Colorize", and adjusted the hue and saturation bar to achieve the level red in my photo.
    As you can see below, the image is now red.
    Now i want to make sure only ONE of my image layers is red. I moved the Hue and Saturation layer to only be on top of the bottom layer. The image on the top layer now will not be affected by the red.
    Select the move tool, so I can now move the image layers so we can see both of them.
    With each image layer selected, you can take the move tool and move the images. I moved mine on top of eachother and you can see my red layer (bottom) and the non red layer (top).
    I hope that helps. i have also included helpful links.
    Please post back with any questions,
    Janelle

  • Why does PE7 create a duplicate still image file

    I loaded PE7 and it located my Photoshop element calalog. That was fine however PE7 created duplicate or edited files. Not good when you photoshop elements catalog contains 20 thousands pictures. Is there a way to prevent PE7 from creating a duplicate still image. I had to delete the catalog and start over/

    I've never seen or heard of this, md, and I don't know any reason this would happen.
    Since this is a Photoshop Elements problem, I'd recommend you try posting your question to the Photoshop Elements forum and see if someone there can help you.

  • Every time I sync my iPhone (IOS 7) in iPhoto it creates duplicate images

    Every time I sync my iPhone (IOS 7) in iPhoto it creates a duplicate, but not on my Mac, how do I slove or fix this? even if I delete all of the duplicates manually on my phone or Mac, if I sync, it creates duplicates 

    Have you ever had all 7 of them synced before? Are these ringtones you made yourself? Is there a chance they could exceed 30 seconds in length? Is there a chance you have moved the original file location on the computer? May need the answers to a couple more questions to try and determine an answer.

  • IPhoto '08 -- does image rotation create a duplicate photo?

    My biggest bugbear with iPhoto is that when I rotate one of my imported photos (I have over 7000) it creates a duplicate of the 'original'. When I imported my photos there were hundreds of them which needed rotating, so this 'feature' has taken up several GB of disk space -- all unnecessarily. This, to me, is crazy because rotation can be done simply by changing the EXIF data within the photo.
    Can anyone tell me whether this problem ('feature') has changed in iPhoto '08? If it hasn't, can anyone explain the logic behind not rotating using the EXIF data?
    Many thanks

    That's not true for my library. When I rotate a file a new,modified file is created in the Modified folder.. Also when an auto-rotated photo is imported a modified file is created.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Illustrator script to create symbols from images in folder

    Time to give back to the community...
    Here is a script I recently devised to bulk create symbols from images in a folder. Tested with Illustrator CC 2014.
    // Import Folder's Files as Symbols - Illustrator CC script
    // Description: Creates symbols from images in the designated folder into current document
    // Author     : Oscar Rines (oscarrines (at) gmail.com)
    // Version    : 1.0.0 on 2014-09-21
    // Reused code from "Import Folder's Files as Layers - Illustrator CS3 script"
    // by Nathaniel V. KELSO ([email protected])
    #target illustrator
    function getFolder() {
      return Folder.selectDialog('Please select the folder to be imported:', Folder('~'));
    function symbolExists(seekInDoc, seekSymbol) {
        for (var j=0; j < seekInDoc.symbols.length; j++) {
            if (seekInDoc.symbols[j].name == seekSymbol) {
                return true;
        return false;
    function importFolderContents(selectedFolder) {
        var activeDoc = app.activeDocument;     //Active object reference
      // if a folder was selected continue with action, otherwise quit
      if (selectedFolder) {
            var newsymbol;              //Symbol object reference
            var placedart;              //PlacedItem object reference
            var fname;                  //File name
            var sname;                  //Symbol name
            var symbolcount = 0;        //Number of symbols added
            var templayer = activeDoc.layers.add(); //Create a new temporary layer
            templayer.name = "Temporary layer"
            var imageList = selectedFolder.getFiles(); //retrieve files in the folder
            // Create a palette-type window (a modeless or floating dialog),
            var win = new Window("palette", "SnpCreateProgressBar", {x:100, y:100, width:750, height:310});
            win.pnl = win.add("panel", [10, 10, 740, 255], "Progress"); //add a panel to contain the components
            win.pnl.currentTaskLabel = win.pnl.add("statictext", [10, 18, 620, 33], "Examining: -"); //label indicating current file being examined
            win.pnl.progBarLabel = win.pnl.add("statictext", [620, 18, 720, 33], "0/0"); //progress bar label
            win.pnl.progBarLabel.justify = 'right';
            win.pnl.progBar = win.pnl.add("progressbar", [10, 35, 720, 60], 0, imageList.length-1); //progress bar
            win.pnl.symbolCount = win.pnl.add("statictext", [10, 70, 710, 85], "Symbols added: 0"); //label indicating number of symbols created
            win.pnl.symbolLabel = win.pnl.add("statictext", [10, 85, 710, 100], "Last added symbol: -"); //label indicating name of the symbol created
            win.pnl.errorListLabel = win.pnl.add("statictext", [10, 110, 720, 125], "Error log:"); //progress bar label
            win.pnl.errorList = win.pnl.add ("edittext", [10, 125, 720, 225], "", {multiline: true, scrolling: true}); //errorlist
            //win.pnl.errorList.graphics.font = ScriptUI.newFont ("Arial", "REGULAR", 7);
            //win.pnl.errorList.graphics.foregroundColor = win.pnl.errorList.graphics.newPen(ScriptUIGraphics.PenType.SOLID_COLOR, [1, 0, 0, 1], 1);
            win.doneButton = win.add("button", [640, 265, 740, 295], "OK"); //button to dispose the panel
            win.doneButton.onClick = function () //define behavior for the "Done" button
                win.close();
            win.center();
            win.show();
            //Iterate images
            for (var i = 0; i < imageList.length; i++) {
                win.pnl.currentTaskLabel.text = 'Examining: ' + imageList[i].name; //update current file indicator
                win.pnl.progBarLabel.text = i+1 + '/' + imageList.length; //update file count
                win.pnl.progBar.value = i+1; //update progress bar
                if (imageList[i] instanceof File) {         
                    fname = imageList[i].name.toLowerCase(); //convert file name to lowercase to check for supported formats
                    if( (fname.indexOf('.eps') == -1) &&
                        (fname.indexOf('.png') == -1)) {
                        win.pnl.errorList.text += 'Skipping ' + imageList[i].name + '. Not a supported type.\r'; //log error
                        continue; // skip unsupported formats
                    else {
                        sname = imageList[i].name.substring(0, imageList[i].name.lastIndexOf(".") ); //discard file extension
                        // Check for duplicate symbol name;
                        if (symbolExists(activeDoc, sname)) {
                            win.pnl.errorList.text += 'Skipping ' + imageList[i].name + '. Duplicate symbol for name: ' + sname + '\r'; //log error
                        else {
                            placedart = activeDoc.placedItems.add(); //get a reference to a new placedItem object
                            placedart.file = imageList[i]; //link the object to the image on disk
                            placedart.name =  sname; //give the placed item a name
                            placedart.embed();   //make this a RasterItem
                            placedart = activeDoc.rasterItems.getByName(sname); //get a reference to the newly created raster item
                            newsymbol = activeDoc.symbols.add(placedart); //add the raster item to the symbols                 
                            newsymbol.name = sname; //name the symbol
                            symbolcount++; //update the count of symbols created
                            placedart.remove(); //remove the raster item from the canvas
                            win.pnl.symbolCount.text = 'Symbols added: ' + symbolcount; //update created number of symbols indicator
                            win.pnl.symbolLabel.text = 'Last added symbol: ' + sname; //update created symbol indicator
                else {
                    win.pnl.errorList.text += 'Skipping ' + imageList[i].name + '. Not a regular file.\r'; //log error
                win.update(); //required so pop-up window content updates are shown
            win.pnl.currentTaskLabel.text = ''; //clear current file indicator
            // Final verdict
            if (symbolcount >0) {
                win.pnl.symbolLabel.text = 'Symbol library changed. Do not forget to save your work';
            else {
                win.pnl.symbolLabel.text = 'No new symbols added to the library';
            win.update(); //update window contents
            templayer.remove(); //remove the temporary layer
        else {
            alert("Action cancelled by user");
    if ( app.documents.length > 0 ) {
        importFolderContents( getFolder() );
    else{
        Window.alert("You must open at least one document.");

    Thank you, nice job & I am looking forward to trying it out!

  • Trying to split large library, I exported a folder of 3000 images to a new library.  The new library was created with these images, but it still remained in the original library.  How can I remove it from the original library while keeping it in the new l

    Splitting a library does not remove the folder I moved from the original library.  I exported a folder of 3000 images from the original library to a new library.  The new libraryb was created alright, but the folder and the 3000 images remain in the original library.  Why? And how do I safely remove them?

    The new libraryb was created alright, but the folder and the 3000 images remain in the original library.  Why? And how do I safely remove them?
    Exporting a library will  create a duplicate of the exported library items. Usually you do this to work on a partial library on another computer and later merge the changed images back. Splitting the library is not the primary purpose of exporting.
    If you want to remove the library items that you exported, select them in the source list of the library inspector and delete them (File > Delete Original Images and all Versions).  Then empty the Aperture Trash, after checking that you did not trash more than you wanted.
    But check, if the backup of your Aperture library is in working condition, and check the exported library carefully, before you do such a massive delete.
    Regards
    Léonie

  • PS Elements Version Sets = Duplicate Images in Revel

    I am using Elements 12 and Revel. I have a very large library with many version sets containing my master RAW file and an edited JPG copy. Prior to Revel acepting RAW files, I had no problem. Only my JPEGs were uploaded. Now however, I am seeing hundreds of duplicate photo images in my library, ie both the master RAW and my JPEG of the exact same image. While I love the fact that Revel can accept RAW images I am now frustrated over the fact that I have to scroll through so many duplicate images when viewing my photos on my iPad. Is there any way to hide images in Revel? Any suggestions as to how I can fix this (prevent Revel from uploading both the RAW and JPEG images in a version set) or having an option to hide either the RAW or JPEG image after Revel uploads them?
    Mark

    PS Elements creates and uploads the JPEG versions for RAW files. As a workaround for this problem, you can create an album under library  in PS Elements and add all the RAW files to this album. This way all the JPEG versions of RAW files would be present in an album and this change would be propagated to iPad as well. So it would help in filtering out duplicate JPEG versions in your library.

  • Duplicate Image object in PDF file with low resolution

    Hi all,
    On creating images in bitmap mode using illustrator into eps format and convert the eps file into pdf using acrobat distiller.
    On pdf file its showing two objects in the content panel with one object present in low resolution other one same as its original.
    It will not happen in direct pdf from illustrator
    Please anyone help on this.
    Note: It will not happen in grayscale mode.
    Regards,
    Jaya Krishnan

    Hard to follow what you are experiencing, can you post  screenshots?
    You may want to experimnent with your .eps settings, especially preview & inlcude linked files since you have duplicate images.

  • Duplicate Images In Lightroom 1.0

    In CS 2 & 3, I always make a duplicate image copy before editing. I do not see a way to do this in Lightroom 1.0 unless it is the virtual copy but that doesn't seem to quite be the same thing and there is no explanation in the manual. Am I missing something here?

    Daniel, In CS you make a duplicate because CS editing changes the given file. LR uses a new paradigm - you have a master image (e.g. RAW) that is like a negative. Whenever you want to make a new copy, you edit in a "virtual" world. The edits are nothing but movements of sliders, and other inputs and these commands are stored in the library as virtual copies. If you want to use a copy for something like printing or emailing to your grandmother, then you export. At that point, LR creates a new file, using the edit instructions applied to the master image.
    As Sean indicated, PS's editing is destructive (unless you save a copy or use some layers trick).
    - Pierre

  • How can I view then rotate or crop duplicate images

    My wife has a large photo collection (50,000+ images) and has created a copy of a hundred or so pictures to include in a video I'm working on.
    The problem is that I can't get Elements Organizer to display these images because they are "duplicate images".
    I had to switch to "Display | Folder Location" mode to even find the directory.  When I did I noticed the 10 subdirectories had not been imported, so I tried to import them and got this error:
        Nothing was imported.  The file(s) or folder(s) selected to import did not contain any supported file types, or the files are already in this Catalog.
    I realize that they are duplicates but I WANT to see them so that I can edit them (crop, rotate, etc).
    (Q) Is there a way to get Elements to "jump" me to the  original photo so that I can rotate or crop the "original".  NOTE: I  would use the Version Set feature or save my edits as a "new image"  altogether.  I think if this worked, I could create an "Album" that has the "duplicate" photo's my wife  has given to me and achieve what I need to do.
    I'm brand new to Elements (previously I used ACDSee and it could do this without any hassle).  I've heard and read that Elements 9's Organizer is much improved so I wanted to give it a try.
    (Q) Does Elements have a simple checkbox to allow me to work with duplicate images?
    (Q) Is the solution to create another catalog?    I've done this to work around this problem (for now).
    Also
    (Q) Does Elements 9, have a way to show all of the images in all of the folders underneath a given folder?  I found that if I have a directory that contains 10 sub-directories, when I'm in the top-level directory no images are shown.  In ACDSee, it would show me all of the images under a given directory including all of the sub-directories.  Is this possible to do in Adobe Elements 9?
    Thanks for any help.

    The organizer is not a browser, it is a database : even if it can show photos in your folders structure, it only works on the files wich have been 'imported' and registered in the catalog. It can show your registered pictures displayed according to the real folder structure based on the paths registered with each present file, but you'll have problems if some upper level folder is empty.
    On the other hand, the items registered in a catalogue can't be duplicates, and the Organizer prevents duplicates to be registered. There is no simple one click way to override this constraint, which would mean a different database 'key', that is to rename the duplicates you want to register.
    Practical way : since you have to rename the duplicates before importing them, you could do this directly in Windows or any other freeware like Faststone photoresizer.
    Or you could open those pictures directly from the editor, browsing in your folder structure.
    Imagine you have duplicates in a folder and want to rename them and import them using only PSE :
    - From the editor, use the 'process multiple files' to export the files from this folder and rename them, for instance 'IMG_0012.jpg' + 'dupl' stating the same destination folder
    - Try again to 'get files and videos' from the organizer.

  • I'm struggling to find a way to find and delete duplicate images

    Hi,
    I recently upgraded to a newer iMac and Aperture 2 to handle my growing library of photos. Since I started college two years ago, I've taken close to 20,000 images. I stored and organized those as I always had with my others in iPhoto. Now when I imported my iPhoto library (~30,000 images) into Aperture, I made sure to click the "do not import duplicates" box. However, as I scrolled through the library, just checking, I came across what has to be several hundred duplicate images that were created whenever I rotated my photos in iPhoto.
    Strange thing is, it didn't happen with my new images. These are all old jpeg images.
    I'm not sure (and I doubt) if it has anything to do with the new photos being in RAW format, but regardless, it's taking up a lot of space.
    Is there a way to search for and delete these duplicates? I noticed it made a stack for each image with the original and the rotated version, if that means anything.
    Just something to enter in the search box or whatever to bring them all up and delete them would be great, because I've been trying forever and asking around and haven't found a solution.
    One other small question: If I've backed up my Aperture library using Time Machine, does it make any sense to make a Vault on another (or the same) drive?
    Thanks in Advance,
    Chris

    Unfortunately iWeb cannot read or import previously published files, only generate them.  You'll have to recreate your site from scratch.
    However, Chapter 2.3 on the iWeb FAQ.org site has tips on using some of the existing files, image, audio, video, etc., from the published site in the recreation of the site.
    OT

  • Editing with photoshop gives duplicate images

    Prior to going to Lion and iLife 11, when I edited photos with Photoshop that were in iPhoto, the edited images was all that was visible in the iPhoto window, but could revert to the original image that was filed "invisibily" in background if necessary.
    Now as soon as I begin to edit a photo (which is nearly all my digital photos) a duplicate image is created to the right of the original image in iPhoto and both remain in the iPhoto window. However, if I edit using iPhoto (which the tools I need for my editing), a second image is not created and the revert to original image option is now available. This behavior is what happened when using Photoshop to edit previously.
    If my1000  or more photos each year are doubled on the Mac as well as what is synched to the iPad, this is going to really eat up space at 2-4 MB per high resolution picture. Importing images to iMovie or iDVD will be a nightmare having to chose what appears to be the corrected image since they both appear to have the same film ID when do a get info. If I so  grab of a group of pictures I will have to delete them in iMovie/iDVD or have to select one by one (which my be the most time consuming).
    Am I doing something wrong? Was this a change in behavior with edits? If it is, I sure don't like it.
    I don't want to try to delete an original image so there is only one image showing  if I can't revert to the orginal image from the edited version.
    Is there anyway to just see the edited image in the iPhoto window?????

    This is a change introduced with iPhoto 11. You can't change the behaviour.
    IPhoto menu -> Provide iPhoto Feedback and let them know what you think.
    If you're worried about space then you can run a Library from an External Disk very easily.
    Regards
    TD

  • Why duplicate images uploaded from iPhoto to Elements?

    Uploading images from iPhoto to PS Elements 13 created duplicates of every image.  I have a MAC with Maverick OS.  Is this a problem for others?  How does one organize in Elements with twice the number of images to handle?  Very frustrating!!

    Thanks for your reply, Barbara B. 
    iPhoto is slated to be discontinued in January 2015.  I didn't mention that because of this, Elements will be my photo organizing software of choice, thus the upload.
    Specifically, the issue I am having is that when uploading my 'unique' images from iPhoto to Elements, Elements duplicated each image, so now I have twice the number of images than were actually in iPhoto.   There is no change in metadata, these are true duplicate images. 
    This seems to be an issue with Elements, and I wondered if anyone else has noticed the same problem? 

  • It is not unusual for me to have a half dozen + copies of a single image. I am not creating these additional images which appear spontaneously myself so system must be  causing them. I have Elements 12 and operating system Windows 7.

    I have Elements 12 and operating system Windows 7. It is not unusual for me to  have a half dozen + copies of a single image. I am not creating these additional images myself, so must be the system. Deleting (including from the hard drive) does not help. Can anyone help please?

    1- The only way for picture files to be automatically added to the catalog is to allow the 'watch folders' option in the file menu and not choosing to have the organizer warn you of any addition. If those files are already in the catalog they should be ignored, only new files should be added.
    2- Otherwise, there is a downloader option to ignore duplicates when you import from camera or card reader to avoid importing several times from the same card.
    The Organizer considers files are duplicate when they have the same 'date taken' and size in Kb.

Maybe you are looking for

  • Classic -- Virtul OS 9 possible?

    Is it possible to run classic in OS X in the same way that Virtual PC works? What I mean is can Classic be set up so that a window stays open where you can see the screen that you would see on a machine booting up in OS 9?

  • Bridge Flash Gallery in Firefox- great troubles!

    Hi everyone, I've noticed a problem in the usability of the Bridge CS4 generated Flash gallery online- in fact, it is so unseeable in Firefox browsers, while it works really fine in Safari and IE! Here's the link http://tiny.cc/JwACz Thanks in advanc

  • Seting action on exit of page

    Is there any way to set an action on exit of the page? I mean, in one window i'm uploading files to temp directory and if user presses 'correct' button it targets custom tag which deletes these files. My concern is that if user will leave page withou

  • Adobe acrobat error - unable to send mail

    I`m using Win 7 pro 64bit with acrobat 9.0 pro 32 bit. I am now unable to send .PDF`s from either the toolbar or from the File, attach mail. The system says Ädobe acrobat error - unable to send mail" Any hep would be appreciated. Many thanks

  • Nokia E6 Full Screen Browser?

    Hello, I was wondering if anyone knows how can I make the Web Browser on my Nokia E6 appear full screen.  I have updated my Nokia E6 is Belle but there seems to be no easy way to know how to enable full browser in my Nokia E6. Can anyone help me in t