Rotate in Metadata

We just got a Sony A900 digital camera that places 'Standard' or 'Rotate [+90 degrees]' in the metadata of the images.  Photoshop rotates the images that have Rotate in the metadata. I did not know that Photoshop did this, but since it does why can you not turn this off in Photoshop?  Sony does not document this feature in the camera's manual so I am having the hardest time communicating with Sony on how to turn it off in the camera.  We also receive images from outside sources so being able stop Photoshop from rotating images would be real helpful.

I was wrong there is a way of getting the orientation value and undoing the auto rotate.
You could set up File - Scripts - Scripts Events Manager to call the following script on "open document" event.
It gets the orientation value from the Bridge Thumbnail where the metadata hasn't been changed and rotates the document the opposite amount.
#target photoshop
var myScript = "function main(){"+
"try{ExternalObject.AdobeXMPScript = new ExternalObject('lib:AdobeXMPScript');}catch(e){}"+
"var thumb = new Thumbnail('"+activeDocument.fullName.fsName +"');"+
"var md = thumb.synchronousMetadata; var source = new XMPMeta( md.serialize());"+
"var orientation = source.getProperty( XMPConst.NS_TIFF, 'Orientation');"+
"var orientationVal = parseInt( orientation );"+
"return orientationVal;}main();"
if (!BridgeTalk.isRunning("bridge")) BridgeTalk.launch("bridge");
while(!BridgeTalk.isRunning("bridge")){$.sleep( 100 );}
$.sleep( 100 );
var num;
var bt = new BridgeTalk;
    bt.target = "bridge";
    bt.body = myScript;
bt.onResult = function( inBT ) {num = (parseInt(inBT.body) );rotateFile(num);}
    bt.send();
bt.pump();
  $.sleep( 100 );
  var timeOutAt = ( new Date() ).getTime() + 5000;
  var currentTime = ( new Date() ).getTime();
  while ( ( currentTime < timeOutAt ) && ( undefined == num ) ) {
   bt.pump();
   $.sleep( 100 );
   currentTime = ( new Date() ).getTime();
function rotateFile(value){
var doc=activeDocument;
switch(value){
case 3 : doc.rotateCanvas(-180); break;
case 6 : doc.rotateCanvas(-90); break;
case 8 : doc.rotateCanvas(90); break;
default : break;

Similar Messages

  • Upright images in  dev module are distorted

    When I select an upright (portrait) image  from library, the develope module displays a distorted landscape view. This happens to every upright file in the folder. Other folders seem to work ok without this problem.
    While messing around with image rotate, read metadate, save metadata, etc I managed to make one image open up correctly but I have been unable to recreate that work around. In any case, that fiddly way would take too long as I have hundreds of files to correct !
    I normally work with auto rotate ON in the camera.
    Any ideas ?

    As no one seems to know the answer to my problem I contacted my local amateur camera club and a member gave me the following correct solution
    Whilst in Library mode select grid view then select the problem pic.
    Go to Metadata and select save metadata to file.Close the folder.
    Re-open the folder and view in Library grid.
    Go to Metadata and select read metadate from file.
    Go to Develpo and the problem is solved.
    This method also works with multiple selections provided time is allowed for the process to take place on all pics

  • Is there a solution yet to the corrupt metadata in pictures? Wich is causing to not be able to rotate pictures

    I read there is a solutions to open and save every single picture. I hope this is not the solution.

    Yes it is exactly the thing that a standard windows functionality or the windows photo viewer doesnt "recognises" the metadata. In my opionen is metadata a standard wich shouldn`t matter on wich operation system you are working on. Some parts are implemented in systems, other not. Like the same thing with MP3`s.
    If I strip the metadat with 3rd Party software like you said Paulcb, will other data also be lost like the locations and time stamps who are on the metadata of the pictures, or is there a solution to the problem you are aware of KiltedTim that repairs the metadata so every system can read out the metadata.
    It`s also strange that only the 4S has this issue what I read on the net.

  • How can I view only UNSAVED images/metadata?

    I rotate photos in bridge, but these metadata changes are not saved to the actual image until saved in Photoshop. If I missed saving a few photos during my initial steps, how will I know which photos still need to be saved if i can only see the modified files? I need to give final images to client and if the changes aren't saved, all the photos will be oriented wronged. is the only way to resave the entire folder with image processor? is there a way to view only unsaved files so only those need to be processed? i don't want to resave files unnecessarily - both for time's sake and for quality sake.  In Lightroom there's an option to save metadata changes to file automatically. And even in Google Picasa, you can just hit save to save all modified files.
    It seems there's no save button in Bridge and no way to know which files need to be saved. Can somebody help me out with this please?

    and i will add that i think it's a huge flaw to not have an option to save/export files properly. sure, professionals prefer metadata because it does not affect the original. but software developers have to remember that professionals have clients. and clients need their things to work out of the box. i don't want to field technical support calls for avoidable circumstances.
    (stationtwo - i feel you didn't read the orignal post; i'm really not sure where i'm losing you. do you not understand that professionals have NON-professional clients? we scan and edit family photos using Bridge and Ps to create a final product given to home users.that final product (a DVD filled with their edited family photos) needs to be compatible with all platforms OUT OF THE BOX! it's like giving someone their movie on a DVD+R which won't work in an older DVD-R player. DVD-Rs are more compatible. It's stupid to tell a client they need to buy a new DVD player. It's the professionals' job to make sure that their clients don't run into these issues. and it's the software developers' job to have the foresight to prevent compatibility issues in the first place. )

  • Rating a RAW thumbnail causes it to rotate and lock.

    I use Bridge (CS3) to examine all the RAW files from my shoots and select the best for further processing in ACR. To do this I rate the thumbnails/images using the star system.
    This works OK for RAW images that are in landscape (horizontal) format, but I strike a bug when rating images in portrait (vertical) format.
    The majority of the time when I rate a portrait image, Bridge then immdeiately rotates the thumbnail (and the displayed image) 90 degrees anti-clockwise. The two Rotate buttons are then greyed out and I cannot rotate the images or thumbnails back to vertical. (If I select some affected images along with unaffected ones the Rotate buttons are not greyed out, but clicking on them only rotates the unaffected ones).
    Removing the Rating doesn't fix the problem. They remain stubbornly rotated. This causes me problems when I go to do a second pass through the 5-star images to select the final ones for post-processing, as I have to turn my head to the side to get a proper look at the images (they are all people shots and it is very difficult to assess them unless they are oriented in an expected way).
    This may be unrelated but I have also noticed that, for the unaffected images, I often have the ability to enter Audio, Video and DICOM metadata. Once they are rotated by Bridge I am no longer able to enter that metadata. (The images have been taken on a Canon 350D, so audio and video isn't applicable and this isn't a problem in itself, more just additional information about the problem).
    I have been unable to find any other mention of this behaviour except for one thread on Flickr where another user mentions the same problem (with no solution).
    It's a clean CS3 install on a new PC, and the images are all newly shot on a Canon 350D. I have the workspace arranged with thumbnails in a strip across the bottom and metadata in the righthand pane, but changing this layout doesn't fix the problem.
    Anyone got an ideas?

    This auto rotate is unusual, so must not be a universal problem with Bridge.  Just a thought here.
    It could be the camera.  Some cameras have a setting to save the camera's Orientation for each exposure. This information is stored in the image file as EXIF data ( a form of metadata). File Browser recognizes the embedded data and attempts to "help" you by rotating your images to match the camera's assumption.  Check your camera's documentation to see how to turn it off.
    Let us know if this works.
    Note:  I have a Nikon with the Auto Image Rotation function ON, but do not have the problem you describe.

  • Bridge Rotations not Recognized in Photoshop CS5

    So i've rotated the images in Bridge...and according to Bridge's metadata the files are being rotated...but when I open them in Photoshop they aren't rotated. Seems as though photoshop isn't recognizing the EXIF data. I'm running it on an iMac and they are both CS5.1. So yeah...if anybody has any suggestions that would be amazing. Thanks!

    Worse that being screwed, is not knowing what is wrong so you can't fix it without guessing any maybe not guessing right.  Use a new CF card use a card-reader and maybe the situation won't happen, again, is the best you can do going forward.
    As far as what to do for the photos from this set, if the card has not been reused completely, again, then you can try recovering the photos off the card, to see if any photos from the batch that doesn't work, remain, and see if they copy off any better the second time.  If they do copy off ok, then there is likely something wrong with the transfer process and less likely that it is the CF card.
    The software I've used when I've accidentally deleted photos off the card when I shouldn't have, is PhotoRescue from www.DataRescue.com  I have one of the older versions so I'm not sure what it corresponds to with the newer set.  It costs money, but you can run a scan of the card, first, to see if it finds thumbnails of the images it is going to recover, but you have to pay before you can actually save off the photos it has found.
    If you haven't used the card at all since you discovered the problem, meaning you've merely moved the photos off of it and it is now empty, perhaps even formatted, but no low-level formatted, then you have a good chance of being able to recover most of the photos--basically undelete them.  If you've shoot more photos over the top of the deleted ones or low-level formatted the card, the chance is lower than you'll be able to get the photos back.

  • Problems with metadata in Bridge CS3

    We have a couple of problems:
    Problem 1: Every time images are rotated we are losing the embedded metadata?
    When an image arrives from a photographer and shows an orientation of 90° in the camera exif metadata (as seen in Bridge) we have to rotate it (or just resave it in Photoshop) so that it appears the right way up. This causes it to lose its metadata.
    Obviously if we do all the rotating BEFORE we input metadata then this isnt a huge problem.
    However it is a problem if the images arrive with metadata that we would like to keep.
    Problem 2 Weve noticed that Bridge doesnt always write metadata to a file across the server. Weve run tests to check this: we write metadata to a file using Bridge but when we open the image in Photoshop its not there. Is this a known fault?
    Thank you very much for any help,
    Susannah

    According problem 1: this is not normal behavior and you could try first to restart Bridge holding down option key to reset the preferences.
    But if you experience this also on the server I don't know if this solutions works. And according to problem 2, you should open a case on Adobe support using the little contact button top right on this page, not many users (including me) of this forum are using a server or know a lot about of that workflow :-(
    You could try a forum search also on the word server (Search for forum only works when you are on the mainpage with al the post for Bridge for some strange reason...)

  • The method getBean() is not valid for metadata object /ex/model/remittance/client/common/bc4j.xcfg

    Hi,
    I am getting bellow error when i am running my application. I am using JDeveloper 11.1.2.3
    <Nov 6, 2013 9:52:57 AM AST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Nov 6, 2013 9:52:57 AM AST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <BC4JConfigLifeCycleCallBack> <contextInitialized> MDS-01702: The method getBean() is not valid for metadata object /ex/model/remittance/client/common/bc4j.xcfg - it is allowed on only bean metadata objects.
    oracle.mds.exception.MDSRuntimeException: MDS-01702: The method getBean() is not valid for metadata object /ex/model/remittance/client/common/bc4j.xcfg - it is allowed on only bean metadata objects.
      at oracle.mds.core.MetadataObject.getBean(MetadataObject.java:327)
      at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:558)
      at oracle.bc4j.mbean.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:120)
      at oracle.bc4j.mbean.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:110)
      at oracle.bc4j.mbean.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:101)
      at oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack.contextInitialized(BC4JConfigLifeCycleCallBack.java:114)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Nov 6, 2013 9:53:11 AM AST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\maroof\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reop
    I seen oracle docs solution
    MDS-01702: The method getBean() is not valid for metadata object {0} - it is allowed on only bean metadata objects.
    Cause: An attempt was made to access the metadata object using the bean API but the metadata object was not a bean metadata object. The schema for the root element may not have been registered with MDS, or the beans were not available on the classpath.
    Action: Regenerate the beans from the schema definitions and ensure that the correct versions are on the classpath. Check that the schemas are registered with the MDS instance.
    Level: 1
    Type: ERROR
    Impact: Configuration
    But i am not getting what i do in my application for removing this error.
    Maroof

    Do you use MDS in your application?
    It's possible that you see a leftover of an earlier deployment.
    Do you get the same error if you only start the integrated server (application server navigator->integrated server->debug or run)?
    IF you don't get it when you only start the server without running your application, the problem is somewhere in your app. If you get the error it's probably an old deployment or a configuration error of your server. In this case stop jdev, rename the DefaultDomain folder C:\Users\maroof\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\DefaultDomain tp C:\Users\maroof\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\xxxDefaultDomain and start jdev again. Then use hte application server navigator to create a new integrated server (you should see this option as the DefaultDomain folder is not present) and once the new integrated server is created test again.
    Timo

  • Why is iphoto having trouble with rotating photos all of a sudden?

    i've been using iphoto for a few years. suddenly it un-rotated all of my auto-rotated photos (which screwed up all of my face tags) and now when i upload new photos, if they auto-rotate during the upload they appear in the preview of a whole event, but if i double-click to see a vertical photo, or try to do a slideshow, i get the triangle with an exclamation point in it, indicating that something's wrong with the file. is anyone else having this trouble? or have any idea what to do?
    thanks...

    I've never used the Flickr feature so don't know if that as any bearing on the problem.  if you're satisfied with the newly "fixed" library you can delete the copy of the original library that you made. 
    However, since you're having problems with rotated photos you might try this and see if the new library has the rotated photos displayed correctly:
    Start over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1.  Move the existing library folder to the desktop.
    2. Open the library package like this.
    Click to view full size
    3. Launch iPhoto and, when asked, select the option to create a new library.
    4. Drag the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from the iPhoto Library on the desktop into the open iPhoto window.
    Click to view full size
    This will create a new library with the same Events as the original library but will not keep the metadata, albums, books slideshows and other projects.
    If the rotated photos display correctly in this new library then the problem lies with the orther libraries being damages somehow.  You may want to stay with the new library even though the projects, i.e. books, etc. and keywords are lost. 
    If you have a lot of keywords in your current library and want to move them to the new library you can by doing this:
    1 - open the old library and select one photo.
    2 - type Command+K to brinb up the keyword pane.
    3  - click on all of the keywords that are not blue so that all of the keywords are blue.
    4 - export that photo to the Desktop via the File ➙ Export ➙ File Export menu option. Select Kind=JPEG and check the two check boxes regarding keywords, locations, etc.
    5 - open the new library with iPhoto and import the exported photo from the Desktop.  That will bring in all of the keywords so that you don't have to recereate them one by one in the new library.

  • When opening a jpg in illustrator it automatically rotates 90 degrees

    I'm only new to illustrator so please excuse my ignorance. I'm trying to open a jpg and edit it but when I initally open it the picture is on a 90 degree angle. How do I fix this.   Thanks

    AI is not primarily meant for editing pixel images. You use Photoshop for that. That aside the file probably has the orientation set via a metadata tag - it's actually stored as landscape, but has info to display it as portrait. AI does not use this info, so you will have to rotate it manualyl using Object --> Transform.
    Mylenium

  • Image rotation in contact sheet

    Hi
    I've just come accross a problem when creating a contact sheet with images that were organised and rotated using Bridge.
    When creating contact sheets I like to have the thumbnails rotated the correct way up. So I deselect 'rotate for best fit' but after the process is finished I realise that the sheet has been created with the thumbnails in landscape view regardless of the images that are portrait.
    I've also tried selecting the 'rotate for best fit' but the same thing happens.
    Can anyone help me?

    Based on your post, you're using the InDesign contact sheet.
    Bridge does not rotate the image. It sets a metadata flag. Photoshop recognizes this flag, InDesign CS3 does not (I haven't tried it in CS4 yet).
    I will be writing a new version of the contact sheet script over the next few weeks.
    The features I will be adding:
    Ability to save multiple dialog settings
    Improved dialogs
    Heed rotation metadata
    Bring back the ability to include subfolders
    Regards
    Bob

  • IOS 8 Photos App losing metadata after editing photo

    Since the iOS 8 update, every time I edit a photo with new editing Tools or with the new 3rd party app editing fonction I lose the photos Metadata's like location, date & time or other exif informations. I realize that they are missing once I open those photos in different application. All metadata / exif information disappeared  only for the photos I edited in the Photos App, even if I have only rotated the picture.
    Does anybody has a solution for this problem?

    Try going into Settings/Photos & Camera and toggle My Photo Stream OFF and ON. From what I have read, this has successfully caused other peoples Photo Stream (in the combined "Recent" Album) to repopulate. See if that works for you.

  • Sharing to flickr doesn't push the metadata of modified photos

    In iPhoto 09, we can share photo on flickr.
    There is a very annoying problem though. If a photo has been modified in iPhoto, the metadata is lost (well, it's not lost really, since it's kept in a database outside of the file) but the file corresponding to the working copy of the photo doesn't contain the metadata of the original file. Although this is very annoying for many reasons, I understand that one photo in iPhoto is not necessarily 1 file. Fine.
    The problem is that contrary to when a photo is exported, the metadata is not added to a photo that is shared on flickr (using the new 09 "share to flickr feature").
    It works correctly when sharing on facebook though.
    Here is a very basic scenario:
    Take a photo in "landscape" mode and another in "portrait" mode.
    Import them in iPhoto. Normally, the one in "portrait" mode will be rotated automatically by iPhoto so that it is displayed as it was meant to be display (great).
    Select those 2 photos and share them on flickr.
    The one in portrait mode will not have a "date/time taken" so the value will be the same as for "date/time uploaded". The one in "landscape" mode should be fine.
    I think this is because the file that is shared for the picture in landscape mode is still the original file while the one for the portrait photo is a working copy that doesn't contain the metadata.
    Is this a bug? Any chances to get a fix?

    I believe so.
    I have done some more tests and it looks like only the photos that have been rotated automatically because they were taken in portrait mode are affected.
    For example, the pictures that I have modified in iphoto are exported AND shared on flickr with all the metadata. So it is not a matter of having a working copy of the original photo or having the original photo file.
    It is really only for pictures that were taken in portrait mode.
    I have done this simple test:
    I import a photo that was taken in portrait mode, and export it with all the possible information check box checked (including location)
    => the exported photo doesn't contain the "generated date" and contains very little metadata (it does contain the location though).
    I then go back to iPhoto, and "revert" the photo "to original". It doesn't appear to change, and it still is displayed in portrait mode. But now if I export it, the export contains the full metadata.
    If I export a photo that got heavy modifications but that was taken in landscape mode, all the metadata is there.
    So it really looks like a bug related to the "portrait" automatic orientation. The metadata is lost somehow...

  • How to import metadata?

    I'm using iPhoto 8.0.2 (402) and trying to import my existing library of photos that were tagged with keywords ratings and locations in Vista Photo Gallery on a PC. The Vista app uses the XMP standard to store the metadata right in the files. When I import the photos in to iPhoto, it just ignores (or removes?) all the existing metadata so none of my pictures show up with any keywords. Can you let me know how to import the photos in to iPhoto so that the existing keywords and ratings show up?
    Thanks.

    Welcome to the Apple Discussions. For rotated photos the best solution is to rotate them before importing into iPhoto. That will avoid problems with later use in applications that do not read or use the orientation tag, like browsers.
    Two applications that can losslessly rotate a photo areXee and PhotoTool CM.
    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 versions) 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. There are versions that are compatible with iPhoto 5, 6, 7 and 8 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: iPhoto 8's new option in the library rebuild pane, "Rebuild the iPhoto Library Database from automatic backup" may make this tip obsolete. We'll know when users have occasion to use it and see if that's the case.

  • How come my iPhoto faces thumbnails are rotated 90º?

    Hey guys,
    I just recently rebuilt my iPhoto library. Now, my photos that were scanned in by hand have a problem with the rotation.
    First off, I can understand that they're not rotated at the right angle.
    However, I can't understand what's going on with the next problem.
    Faces are being detected in the wrong spot! For example:
    Clearly, the two people identified are not in the right spots. (Names blurred for privacy; two people being recognized are the mother and the older son.)
    I have to go in, manually rotate the photo to the correct orientation, hit the left or right arrow key (to save it), and then come back to the photo before I am able to see that the faces are identified in the correct position.
    However, yet another problem crops up. After doing all the aforementioned things, to get Faces to recognize the faces properly, when I exit the editing or info view, the faces which had the rotation issues are now rotated.
    I don't know how to fix this one, though. Does anybody have any ideas? Thanks in advance!

    EladISR wrote:
    regarding why would i want it organised? because thats how im used to doing things.. and regarding iphoto:
    i have a folder called ictures" in it i have 4 folders: "pictures in the US" , "pictures around the world", "pictures with friends"  and "pictures with family".
    if you go to "pictures around the world", you will be exposed to a bunch of folders: "europe", "africa", south america"... and more. click on "south america" and you will get "peru", "bolivia"...
    ...click on "peru" and it will give you more subfolders: "lima", "cusco"...
    click on one of them-u will get a bunch of photos in that specific destination.
    why do i need this order? cause i dont want my photos from africa, to get mixed up with photos from the middle ease, or europe..
    Wow, that is a LOT of work to get them organized into individual folders like that.
    When you organize them in folders, what if a photo fits in more than 1 category such as Bolivia and 2009 and family?
    You have to duplicate it and put it into three different folders.
    And you can't really see the photos except as a thumbnail in the Finder.
    This is what the metadata is good for. Using keywords, events, albums and smart albums and such to very easily organize everything.
    iPhoto and iTunes are both managers of the data so you don't have a zillion different folders and wonder where you put that photo of your dog.
    Using iPhoto, to see all photos from Aftrica, just type Africa.
    Want only Lima, just type Lima.
    How about family pix in Luxembourg in 2008? Just type the keywords.
    Looking through folders, you'd be digging for a while and everything would be in different folders and then what?
    But if that works for you, okay.
    I'd rather enjoy looking at and doing something (printing/emailing) with the photos than spend time organizing/figuring out where everything is.
    Good luck!

Maybe you are looking for