IPhoto destructively turned all pictures with faces into thumbnails

I just noticed a gigantic problem with my iPhoto library. Images taken with multiple 5MP+ cameras all were destructively converted in the iPhoto library. The pattern I detected is that every photo with a face detected in it by iPhoto had its original picture turned into a 0.3MP thumbnail and the original sized picture is lost. Even if I go into ~/Pictures/iPhoto\ Library/Masters have been reduced in size. Of all my pictures in the last ~10 years that I used iPhoto to solely manage, none that has a face in it has been spared.
What is going on? Why would Apple ever want to destructively modify original imports?

No - it has nothin to do with Aperture and iPhtoo sharing the same library
the next thing to do is
Connect the two Macs together (network, firewire target mode, etc)  or use an external hard drive formatted Mac OS extended (journaled) and drag the iPhoto library intact as a single entity from the old Mac to the pictures folder of the new Mac - launch iPhoto on the new mac and it will open the library and convert it as needed and you will be ready move forward.
It is very likely that you did not do this but that you imported the old liberary - NEVER import an iPhoto library into another iPhoto library - but even if you did it correctly something went wrong and you need to redo it
LN

Similar Messages

  • IPhoto has turned all my RAW files into JPG :(

    When I had to restore my iPhoto library, everything but the last import is now a jpeg. There are a few pictures that are now giving me an "!" when I try to edit them. Does iPhoto effectively destroy your photos when you restore them from a backup, or even editing them?
    I have changed Image Capture to put the files into a folder now, but what do I need to get to get iPhoto from messing up my files?

    Terence Devlin wrote:
    Two possibilities here:
    1. You didn’t make a proper back up
    or
    2. You didn't make a proper restore.
    Without knowing what you did in either case we have no way of knowing where you messed up.
    Using Time Machine through a wireless connection. Tell me where I went wrong in setting this up.
    There are a few pictures that are now giving me an "!" when I try to edit them.
    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents. Again suggests that you either messed up the back up or the restore.
    Again, using TimeMachine for backup and restore.
    Does iPhoto effectively destroy your photos when you restore them from a backup, or even editing them?
    iPhoto does not "effectively destroy your photos" in any circumstance.
    When you import a photo to iPhoto that Original file is preserved exactly as it was when you imported it. It is not changed in any way. Edits are carried put on copies. So, as I say above, you need to clarify what you did to back up and restore to discover where you've gone wrong.
    but what do I need to get to get iPhoto from messing up my files?
    iPhoto doesn't. You need to learn how to use it?
    Been using it for years, never had a problem with it until now. Do you have classes that you teach on the proper way to use iPhoto?

  • How do I find all pictures with no (empty) keyword ?

    I have decided to import all my pictures into LightRoom.
    A lot of my older pictures are not registered with any keywords :(
    - only with IPTC location information.
    My plan is to systematic go through all my pictures and add relevant keywords to all pictures - so my old pictures become as searchable as my newest pictures.
    Some of my old pictures has keywords some has not.
    How do I in Lightroom - find all pictures with no keywords?
    I have tried to use the Find tool - but don't see any options to search for "Empty/missing" keywords.
    Also I would like to find all pictures with few keywords and in step II add additional keywords to these pictures.
    Any ideas on how to make a find all pictures where number of keywords is less than X inside or outside LightRoom.
    Henrik Bach
    Denmark

    > I also did think of the SQL idea.
    > If I find a way of doing this I will repost my findings.
    Well, being a tech geek, I found this challenge kind of irresistible,
    and I'm happy to report I have a solution for you.
    STEP 1
    First, make a copy of your "Lightroom Database.lrdb" file (we'll work
    off the copy to be safe)
    STEP 2
    Next, you need to be able to browse the database. The database is in
    SQLite3 format. I tried installiing an SQLite3 ODBC driver and accessing
    it through MS Access 2003. While Access was able to see all of the
    tables in the database, every time I tried to link to one I got:
    "Reserved error (-7748); there is no message for this error"
    I found a few tips for this but wasn't able to work around it and get it
    to work. Which is a shame, since Access would be the easiest way for
    browsing and querying tables.
    Instead I found an open source tool called SQLite Database Browser.
    http://sourceforge.net/project/showfiles.php?group_id=87946&package_id=91778&release_id=41 4746
    I used the Windows version. There appears to be a version for MacOSX on
    PowerPC. It doesn't look like there is a version for Intel based Macs
    (though if you know how, you could always try downloading the source and
    compiling it yourself).
    STEP 3
    After you install the browser, open it up, choose "Open Database" and
    select the COPY of the lightroom database we made in step 1
    STEP 4
    go to the Execute SQL tab and issue the following command
    SELECT A.idx_filename, count(C.name)
    FROM Adobe_imageFiles A, AGLibraryTagImage B, AGLibraryTag C
    WHERE A.image=B.image AND B.tag=C.id_local AND C.kindName='AgKeywordTagKind'
    GROUP BY A.idx_filename
    HAVING count(C.name) <= 3
    That will give you all images with 3 or fewer keywords applied.
    Of course, theres no guarantee that this wont break in future versions.
    Now an explanation of the data.
    Adobe_imageFiles - contains data about image files:
    1) idx_filename is the filename
    2) absolutePath is the full file path
    3) image is a unique ID for the image which you can cross reference in
    other image related tables
    AGLibraryTag - contains info about "tags" applied to images:
    1) id_local is a unique ID for this "tag", which you can use to cross
    reference in other tag tables
    2) kindName is the kind of tag you are looking at. Available values
    appear to be:
    AgCaptionTagKind
    AgCollectionTagKind
    AgCopyrightTagKind
    AgEnumeratedMetadataTagKind
    AgFolderTagKind
    AgImportTagKind
    AgKeywordTagKind
    AgMissingFileTagKind
    AgQuickCollectionTagKind
    AgSpecialContentOwningTagKind
    AgTempImagesTagKind
    3) name is the value for that tag (the collection name, the keyword, etc)
    AGLibraryTagImage - Use this to connect the images and tags tables

  • I want to create an intelligent file to show all pictures with 3 stars or more. Trying this, I don't know the character of the stars to fill in the respective box ??

    I want to create an intelligent file in my finder to show all pictures with 3 stars or more. Trying this, I don't know the character of the stars to fill in the respective box ??
    Thanks for your help.

    Take a look here: http://hints.macworld.com/article.php?story=20110314131100623
    One of the comments suggests you can't use greater than or less than with the star rating in Finder.
    You might try a Raw Query with the kMDItemStarRating.
    In the criteria popup menu, select Other, then find the Raw Query entry.
    You might have to play around with the syntax, but try "kMDItemStarRating >= 3"
    Take a look here for query syntax: https://developer.apple.com/library/mac/ipad/#documentation/Carbon/Conceptual/Sp otlightQuery/Concepts/QueryFormat.html#//apple_ref/doc/uid/TP40001849-CJBEJBHH

  • HT1338 Transferring iPhoto events (and all pictures inside) between MacBook Pro's

    I have an old Mac Book Pro (OSX 10.5.8) and I want to switch the iPhoto "Events" and all pictures/video in each "event" to my newer Mac Book Pro (OSX 10.7.5).  How do I do this?  So far, when I transferred my photos, they are all in one jumbled mess

    If you wan to merge 2 library incase you can try this iPhoto Library Manager.

  • My iphone turned off and i can't turn it on. I tried to turn it on with plugging into charger but it doesn't help. And the power button doesn't work.

    My iphone turned off and i can't turn it on. I tried to turn it on with plugging into charger but it doesn't help. the problem is that the power button doesn't work.

    Well, that is going to make it difficult, since the first two steps of user troubleshooting require the use of the power button. I suggest you get that fixed.

  • Iphoto 08 photos all blank with Exclamation mark

    Hey everyone... so I've been using Iphoto for years had a bunch of photos on there and then wanted to import old photos which I had in my picture file in finder, into iphoto so I could organize them better and view them easier... so I imported them and then all of a sudden all of the pictures in iphoto became blank even those from before and even pictures in the trash and recovered photos all blank when I go to open any of them there is an exclamation mark.
    The files names and album names are all there all same as before no actual pictures.. so I went to help and it said that this was a common problem in iphoto 5 and to upgrade and restart iphoto i did this but nothing happen..
    anyone who can help?

    Welcome to the Apple Discussions. The ! is an indication that the library has broken the file path to the original files. First make a backup copy of the library and run the three fixes below in order as needed:
    1 - launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select all options.
    2 - rebuild the library using iPhoto Library Manager as follows:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    1 -Download iPhoto Library Manager and launch.
    2 -Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    4 - In the next window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: It may take some time to create the new library if you have a lot of photos.
    3 - start over with a new library and import the Originals folder from your original library as follows:
    Creating a new library while preserving the Events from the original library.
    1. Move the existing library folder to the desktop.
    2. Open the library package like this.
    3. Launch iPhoto and, when asked, select the option to create a new library.
    4. Drag the Originals folder from the iPhoto Library on the desktop into the open iPhoto window.
    This will create a new library with the same Events as the original library if you have the Finder checkbox unchecked in the Events preference pane.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) 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 created an Automator workflow application (requires Tiger or later), 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. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How do I create a smart album that contains all pictures with no keywords?

    Hi,
    I have many pictures which currently don't have any keywords at all. Now I want to tag these pictures with keywords. How can I create a smart album for those pictures without any keywords? So that I can then work just on these pictures...
    Note that I don't want to find pictures that don't have a specific keyword. I want to find all those pictures which have none keyword at all.
    Thanks,
    Rainer

    Well, there's a way but it's not great...
    Start with a smart album at whatever level you want to keyword everything under. Set to search where "rating is greater than or equal to unrated".
    Select all images, and apply a keyword like "NeedsKeyword". Yes, even the one with keywords already.
    Now change the smart folder - use the "+" menu on the upper right corner of the query box to add an "IPTC" search. In that row use the dropdown by IPTC to find "keywords", then set the one next to it to "is", then type "NeedsKeyword" (or whatever you used) into the text box. Now go up to the top of the query box and change the "Match" dropdown to be "all" instead of "Any".
    What we've done here is find all images where the only keyword is "NeedsKeyword", all the ones you've done with keywords already will not appear.
    Now, copy these images into an Album (not smart album) for tagging - this is because as soon as you tag an image it will vanish and you may wish to apply more than one tags).
    After you are done tagging, you want to remove the tag - this is trickier than you might think, as you need to remove it from images tagged before in addition to the images in the Album you just made.
    First, change your smart folder to once again find all images by unchecking the IPTC keyword search. Now you'll see all images - but you're not done yet! You cannot batch undo a keyword in a smart folder, even though you can batch add. Select all of the images and drag into the Album you were using to keyword. Inside an Album the keyword metadata inspector shows only common keywords, NeedsKeyword should be one of them - remove it and it will be gone, and all your images tagged. Now you can remove the Album and the Smart Album you created.
    Harder than it needs to be, I'd say - I've submitted feedback you need some way to search for untagged images. Heck, it may already be in 1.1! Or Joe might know of an easier way that has eluded me.
    Good luck!

  • Help! Illustrator turned my paths with gradients into (pixel) images.

    This occured after I masked a portion of the illustration and then unmasked it. Now I am unable to alter the shapes because Illustrator is seeing them as placed images.
    This has never happened before! Is this a glitch in Illustrator or can it be fixed? I spent many hours on this illustration.

    No, I had created the mask, saved and closed the file. I didn't realize what happened until I opened it up again and wanted to alter the image some more. Actually, I should be more specific about what Illustrator did. When I unmasked the illustration, it had turned all of the images with paths (that also had a feather on them) into LINKS. They appear to be embedded. But I didn't link anything. So I guess I should be okay if I need to resize it?? I just am not able to edit those shapes any longer. Very strange. I've never had this happen before.

  • Installing iTunes has turned all of the icons into the itunes icon.

    Hi, recently after updating iTunes, it turned all of the icons on Windows 7 into itunes icon.  Uninstalling itunes will restore it but installing any version of itunes will bring the problem back.  I backed up my data and did a clean install of Windows 7 SP1.  As soon as I migrated my data and reinstalled iTunes, the problem comes back.  Any suggestions? 

    Try Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Adobe turned all of my files into pdf, need help.

    I downloaded adobe 9.5 this morning and it turned all of my files and shortcuts into pdf files. I can't open anything without taking a 5 min mission through my computer. Need help please.

    You may find this helpful:
    http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acroba t.html

  • Iphoto 4 problems printing pictures with a hp printer

    Hi .
    I have a HP Business inkjet 1100d and am having a problem printing . When it starts to print it will take a long time to do . I can print from safari and microsoft work fine . But if I try to print a picture from iphoto it will only print a small part of the picture .I was wondering if the fact that I am printing from a network card to my printer would make a difference , because I am able to print under usb but not from the network card . If print from use all is fine, but if I print from the network card it wont work at all .
    If anyone can help me fix this it would me a good help for me . I as wondering if network printing is supported in iphoto4 . I think maybe thats the problem it wont work on a network card like jetdirect card, hp lio based network card .

    I fixed the problem , its the driver dont use the one for cups .also it prints at the right date for expired cartridges .

  • HELP! Iphoto - accidently merged all events(100's) into one - how do I undo?

    HELP!  I accidently merged all of my EVENTS in IPHOTO into one EVENT...I had 100's of events...how can I undo????

    Restore your backup from just before you made the error
    Or use the autoSplit selected event command
    LN

  • Can I output all pictures with a white border?

    I like to output a version of the digital files that have a white border around the pictures. In the past I wrote a script in PS to handle that, which involved resizing the images to consistent sizes, and expanding the canvas size to create a border.
    Can LR 2 do something similar?
    TIA
    Dean

    You can use the print to jpeg feature in the print panel, or you can use the outstanding
    LR/mogrify export plugin.

  • Lost all picture folders in iPhoto

    I have OSX and Iphoto was working fine.
    Just out of the blue I phot comes up with message Iphot being used by another application. I followed instructions and it brought Iphoto back but all picture folders are gone.
    how do I get them back?  All teh pics are still on computer but no folders

    Need details
    Version of iPhoto and of the OS ? recent changes? any other hints?
    LN

Maybe you are looking for

  • How can I see the numbers of lines selected in a Multiple Selection Box?

    Hi everybody, what I want to do is to get in an array of numbers all the lines selected. For instance, if I select the rows 1,4 and 7 from a Multiple Selection Box of 10 rows in total, how can I see that array when the rows 1,4 and 7 are selected? Be

  • MMM1061: Corrupted array: position mismatch at 0

    Hello We got severes errors on Parent Mappings with Pluggable Mappings inside. We can Analyze and Deploy the Parent Mappings without any error, but we get errors on syncrhonizing the Parent Mappings. 1. Error on Synchronize a Parent Mapping (Pluggabl

  • Sequence Number in File Name

    Hi All, I have a requirment where the Output file name should be appeneded with a sequence number which needs to be in sync with the number of records processed. Each time this sequence has to be started from the previous number where it ended. The s

  • Reservation against maintenance order and MMBE

    Dear Experts, As per my knowledge the reservation which are created through maintenance order will be reflected in MMBE as we save the order, without specific to status of maintenance order.But here in my client it is not happening, instead of this i

  • Problem empty trash

    Hi everyone , I have a problem to empty the trash. when I clic on "empty trash" it look like it empty the trash but the trash is still full. I checked the permission of the disk and I get the following log: ACL found but not expected on "System/Libra