How can I edit image duplicates without changing the original?

I have an imac 2.8ghz intel core duo, running iphoto '11.
Id like to edit a large number of images whilst keeping a seperate album of originals.
I've tried duplicating an album of images and then editing but the program edits all copies of the image in both albums.
Ive tried relabeling the images before editing but that doesnt work either,
any ideas?

1 - iPhoto NEVER modifies the original and at any time you can revert to it or see it in edit mode
2 - albums do not duplicat photos but are simply pointers to photos so they take no space so a change to the photo from any location changes it is all
3 - if you want two copies then duplicate the photo - generally it is uncessary
LN

Similar Messages

  • Everything on all the webpages are so small, and only take up half the screen. How can I make it bigger, without changing the settings on my computer and by that change the size of everything on my computer.

    Everything on all the webpages are so small, and only take up half the screen. How can I make it bigger, without changing the settings on my computer and by that change the size of everything on my computer.

    The Firefox [https://support.mozilla.com/en-US/kb/Page+Zoom Page Zoom] feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox, as with some other browsers.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • How can I re use titles without effecting the original title?

    Im new to Premiere pro CS5  was originaly an Avid user and I'm currently working on a sequence  where i use a lot of titles for lower thirds and I have added keyframes to the titles to animate them in and out of the screen ,  in avid instead of recreating titles every time, i copy and paste the title and just change the name of the title but in Premiere everytime i change the title it changes all of the the titles from where i copied it from. do i always have to recreate titles in premiere pro or is there a way i can re use an existing title copy and paste it  without effecting the original title? help.

    Open up the original title and click on the 'New Title Based on Current Title' button (A film frame with a T in it). This will then ask you to give it a new name. If you have effects on your first title just copy it and 'Paste Attributes' to the new title.
    Richard Knight

  • Can I add a syscall without chang the original kernel

    I want to add a new syscall to a existent solaris10 system. I don't want to chang the orginal system's kenerl. How can I do it? thanks.

    Hi there.  Not sure how to get to where I can ask you a question so I just jumped in here.  Hope thats ok with you.
    You seem extremely knowledgeable with solutions to all kinds of questions,
    My problem is I tried to add a playlist from Itunes to my Iphone (5) and it will not add it.  I have been doing this for years with all my Iphones and this is the first time its happened.  I still have room to add them, so cannot understand what I am doing wrong. 
    I would really appreciate any help you could offer, thanks in advance!

  • I want to download an audiobook, but my daughter has a giftcard credit on the account. How can I download my audiobook without using the money from her giftcard?

    I want to download an audiobook, but my daughter has a gift card on the account.  How can I download my audiobook without using the money from her gift card?

    go directly to your ibook app. and you're going to find it. it's only with ibooks app.
    best
    Olivier
    <Edited by Host>

  • I have a new Macbook pro and can't recall the password I used with my Time capsule - How can I (ideally) retrieve or possibly change the time capsule password?

    I have a new Macbook pro and can't recall the password I used with my Time capsule - How can I (ideally) retrieve or possibly change the time capsule password?

    Remember security on a TC is an illusion.
    Simply press the reset button for 1-2 sec.. you must not do too long .. it will then hard reset.. but soft reset will revert all passwords to default for 5min. ie TC password is now public.
    Remember this the next time because anybody at all can change your passwords.
    Once into the TC you can then open the view passwords if you wanted any weaker security. Click and open the TC.. and click on edit.. then go to the top menu..
    Voila .. all your passwords in plain sight to any Tom Dick and Fred.

  • How can I edit my apple ID in the app store the enable update some applications because it not my own that is showing

    How can I edit my apple ID in the app store the enable update some applications because it not my own that is showing

    It sounds like some apps were purchased using another Apple ID.
    ALL purchases are permanently associated with whatever Apple ID was used to originally obtain them.  Apps can not be updated without knowledge of that ID and, more importantly, its password.  Apple IDs can not be merged and purchases can not be transferred from one ID to another.

  • HT201240 I've forgotten my administrator password and can't download software. can anyone advise how to reset a new password without having the original?

    I've forgotten my administrator password and can't download software. can anyone advise how to reset a new password without having the original?

    Forgot Your Account Password
    For Snow Leopard and earlier
         Mac OS X 10.6- If you forget your administrator password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password and
         OS X Lion- Apple ID can be used to reset your user account password.
    If you are unable to boot from an installer DVD:
    (these will only work on Leopard or earlier)
      1. Boot to Safe Mode by restarting and after the chime press and hold down
          the COMMAND-S keys until a black screen with white type appears.
      2. At the prompt, type the following commands pressing return after each
          command line:
         /sbin/fsck -yf
         If you do not receive a "Filesystem OK" message then repeat this command
         until you do.  If after seven tries you still do not receive a "Filesystem OK"
         message, then the system is corrupted and needs to be reinstalled.
         mount -uw /
         cd /private/var/db/netinfo
         mv local.nidb local.old
         rm ../.AppleSetupDone
         shutdown -r now
    The second-to-last command above will cause OS X to think that the operating system is newly installed, and when the new owner starts up the computer it will send him/her to the startup wizard where he/she can start a new user without reinstalling.
    This last method does not actually change a password. It simply removes the user accounts and lets you create an initial admin account as if the computer were new out of the box.
    Reset Admin Password Using The Terminal
    You can reset the password by printing out (or writing down) and carefully following these steps.
    First, find the short name of the admin user on the machine. The easiest way of doing this is by looking at what the directory is called in the Users folder.
    Now, start in Single-user Mode. It should boot into a command line.
    Enter these exact lines. Press RETURN after each.
    mount -uw /
    ifconfig lo0 up
    cd /var/db/netinfo
    netinfod -s local
    Now you'll need that short name. Enter "passwd", a space, and the short name of the admin. For example, if the admin was rather prosaically called "imadmin", you would enter "passwd imadmin".
    The computer will now prompt you to change the password for "lmadmin" (or whatever the short name was). Go ahead and enter a new password.
    Now, enter:
    sync
    reboot
    and the machine will reboot. The admin password should now be changed.

  • I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up und one account.

    I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up under one account.

    You can have a different receiving email in the Messages app on each device : Settings > Messages > Receive At . I'm not sure that there is a different way to have the message only go to one device.

  • I had an apple ID which I used for iCloud.  I upgraded the iCloud account and changed the apple ID to a @me address. Now I can't view what was in my original apple ID account.  How can I get what was stored on the original account?

    I had an Apple ID which I used for iCloud.  I upgraded the iCloud account and changed the apple ID to a @me address. Now I can't view what was in my original apple ID account.  How can I get what was stored on the original account?

    cathorio wrote:
    I recently changed my lap top. My problem is the new lap top won't accept my apple I D it asked me to sing up for a new one which I did.
    I am puzzled by this. The laptop doesn't need the Apple ID - but iTunes does. I could be missing something but ....
    Why would you not be able to use your existing Apple ID and iTunes account on a new laptop? If you authorized the computer - you should be able to use your existing account - unless you already had 5 computers authorized with the existing ID - and that was why iTunes would not accept the ID. However, I'm sure that you would have received a popup message from iTunes telling you that you had reached the limit.
    I just received a new MBP and my daughter did as well. My entire family shares an Apple ID and we had no issues at all with my Apple ID and iTunes on our new computers and I did not have to sign up for a new account. Did you even try the old ID?

  • How can I add new games without overwriting the old ones?

    I have just purchased two new games in the itunes store and although they are showing in the library (under applications) my previously purchased games are not. In Summary under games it will not let me choose selected games only 'all games' and when I press sync warns that the existing games will be replaced. How can I add these games without deleting the older ones? Also if I did want to remove a game from my ipod how do I do it?

    hardlyquinn wrote:
    Part of the problem is that I can never sync the whole thing as I dont keep all my music in my library (it seems silly to have my enture cd collection on the computer).
    Clearly it ISN'T silly as it avoid issues like you are having right now. If you need more space, get an external hard drive. To me it is much sillier to only have your stuff on the iPod and no where else as the iPod, as a small portable player, is much more likely to be dropped, lost, damaged, stolen, forgotten somewhere, etc.
    While I am not familiar with the use of games on the iPod (I have never bought any) you can switch the iPod to manually manage and then you can add content to your iPod without losing what is already there. Perhaps it works for games as well.
    But long term, I strongly suggest you keep all your stuff in your library so if you need to (you have to perform a restore on the iPod, you lose it and buy a new one, etc.) you can very easily sync it all back to the iPod when needed.
    Good luck,
    Patrick

  • How can i get my car to change the track when i am listening to the music on my phone through the line-in?

    how can i get my car to change the track when i am listening to the music on my phone through the line-in? is there a app i can download so it will recognize it? i have a vauxhal astra and the controls are on the steering wheel

    First question is how old is Astra and you are in UK ( well you must be to have a Vauxhall)
    Normally the Radio only has a line in socket  to allow sound
    You have two choices here either a simple cable with a 3.5mm Headphone plus at each end
    or a cable with the headphone plug to place in car's line in plug and a wide Apple socket to fit the base of your iPhone This allegedly gives better sound but  you have to control the iPhone for music selection
    The equipment you need to control the iPhone from the Steering Wheel controls ,which I suspect currently handles radio /Cd  tracks /stations ,is much more complicated it will have to be integrate with the Factory Fitted  radio
    and designed to manage the S/Wheel  controls and translate to the iPhone .
    Fitted into back of radio etc etc
    If car is a recent Vauxhall there may be a kit available from them .but will not be cheap
    Many imponderables you did not give much away in your OP

  • I purchased Damages, season 2 from iTunes Store, and I got it in French by mistake. How can I exchange this season, or change the language? (My playback setting was already on English for default language). Thank you, Judith Hamery

    I purchased Damages, season 2,
    from iTunes Store, and I got it in French by mistake.
    How can I exchange this season, or change the language? (My playback setting was already
    on English for default language).
    Thank you,
    Judith Hamery

    Only Apple Account Security could help at this point. You can try calling Apple Support in Canada - you'll have to find one of the several ways, such as Skype, to call an 800 number from outside of the relevant country - and ask for Account Security and see if they can help. Or you can find a friend who speaks Chinese and ask them to help you talk to Apple Support in China. There are really no other options that I know of.
    Note, by the way, that these are user-to-user support forums. You aren't speaking with Apple when you post here.
    Regards.

  • How can I transfer DVD content back to the original iMovie program, (iMovie 6)  or whatever? Thanks.

    How can I transfer DVD content back to the original iMovie program, (iMovie 6)  or whatever? Thanks. I need to redo the movie, but have lost the original movie files which I did in iMovie 6.

    Handbrake (free) can recover from the DVD into an editable file you can use in iMovie.

  • How can I install Adobe Acrobat without installing the browser extensions?

    Hello All,
    I am a computer Technician at a high school and we have very strict browser requirements for different services. We need to use Adobe Acrobat to convert PDF's, and other tasks, and we need to use Chrome to open Adobe Reader files. The issue is that I want my 3 browsers (Chrome, IE, Firefox) to open PDF files using Adobe Reader XI. All my plugin settings are correct to use Adobe Reader to open PDF's, but it either downloads a PDF to the computer, or opens up in the browsers default reader (Chrome does this), or opens up to a blank page with a blank error message. I went into the programs Internet settings for Adobe Reader and Adobe Acrobat and it's telling me the browser opens them up using Adobe Acrobat (With no option to change the setting). The problem is only solved when I uninstall Adobe Acrobat.Then I am able to open PDF's in Adobe Reader just like I want (but this gets rids of Acrobat). This leads me to believe that when I install Adobe Acrobat, there is a registry key or something that is telling the computer to open PDF's in browsers using Acrobat. My initial question is this: How can I install adobe Acrobat without linking it to the browser. I JUST want Adobe Acrobat as a program installed on the computer.
    Additional Info:
    - I build a computer image and use that image on several computers. This issue persists with all of the computers I installed the image on.
    - I am using Adobe Reader 11 (Now DC, but I am willing to use either) and Adobe Acrobat Pro CS3 (I think it's version 9?)
    Thanks for the help.
    - Charlie

    No answer yet. Paging Acrobat support.... Where are you?

Maybe you are looking for