Compatibility between LR 1.3, ACR 4.3, PScs3, & Bridge CS3 to read metadata in psd or tiff files

I would like Bridge, ACR, and PS to be able to read the metadata of pds/tiff files that are "developed" in LR when the metadata has been saved to the file inside of LR. Currently BridgeCS3, ACR 4.3, and PS CS3 don't see these changes.
The only way around this that I have found is to export or edit in PS option - both of which give you a new file. I don't want a new file - I want the original file (psd tiff) that was imported into LR to have the ability to be updated with the changes made in LR.
I have found that when you export the psd from LR it essentially flatens the image so you will no longer have access to any layers done in PS. Depending on how many edits you perform, whether they are done LR or PS, and the order in which you do them in directly impacts the amount of edit files you will end up with for the same photo. Your edit information then becomes scattered amongst all the different files instead of having one central file as a repository for the edits so you can backtrack if you need to (like through layers in PS and the history panel in LR).
I really like the LR interface and being able to drag with the different tools directly on the photo to edit. I just would like those changes to be reflected (once metadata is saved) amongst the other programs as well.

I have tried saving XML files with Tiffs and the only way I have been able to get Bridge to see the metadata changes from LR's develop module is to export the file to PS or Bridge. On export the file becomes flattened so you do not have the access to any previous layers made in PS. Also once exported from LR, you are unable to see the files history log (LR) as to the changes made in LR that had been previously written to the metadata. And of course the flattened PS element so you have no way to back track in edits if you chose to do so.

Similar Messages

  • Compatibility between Java crypto and open ssl

    Hello
    I have some question about compatibility between java crypto and openssl library.
    This is my case:
    1.I created DESede key and stored it to file:
    SecretKey key = KeyGenerator.getInstance("TripleDES").generateKey();
    File f = new File("c:\\key.dat");
    DataOutputStream dos =new DataOutputStream(new FileOutputStream(f));
    dos.write(key.getEncoded());
    dos3.close();2.I encrypt some file "c:\\normal.dat" through:
    ecipher.init(Cipher.ENCRYPT_MODE, key2);
      byte[] enc = ecipher.doFinal(normalData);
      File f2 = new File("c:\\enc.dat");
      DataOutputStream dos =new DataOutputStream(new FileOutputStream(f2));
      dos.write(enc);
      dos.close();

    You have carefully left out some critical java code, namely the Cipher.getInstance() method. You'll notice in the documentation for this method that there 3 components to the "transform" argument of this method, the algorithm, the mode, and the padding. All of these must match exactly with the what openssl is using. Furthermore, if you are using one of the modes which require an IV, like CBC mode, then this must match exactly too. If you don't explicitly specify some of these parameters, you might get default values supplied. It is up to you to find out what these are.

  • I like ti known about compatibility between Windows 8 and iTunes

    I like ti known about compatibility between Windows 8 and iTunes

    It works for some and not for others.
    At this time, there is no publicly available version of iTunes that is supported on Windows 8.
    Only Apple knows when that will change.

  • Compatibility between CRM 4.0 and IS-U 4.64

    Hi,
    My company is using SAP IS-U 4.64 and is studying the use of SAP CRM. Does there is any problem of processus compatibility between these two versions ?
    I don't find any document on the market place or in sdn. Does there is a document that shows the optimization for cross application use of SAP ?
    Thanks
    Thomas

    Hi Gaurav,
    I've dealt with both realities (specially in IC Webclient) and from the configuration point of view and in my opinion, it is basically the same.
    For me the main change is that, in IC webclient scenario, instead of you do some customizing in a XML code, in CRM5 you'll do it by configuring tables.
    In CRM5, you'll have some nice functionalities that CRM4 doesn't have (e.g.: You can choose with channels your transactions are allowed, Email Workbench, ERMS categorization is time dependent, and so on...), but the big jump is given when you compare CRM5 to CRM6 (or CRM 2007).
    Kind regards,
    Bruno

  • Compatibility between SAP ERP upgrade with SAP PI 7.3 sp12

    Hi Experts,
    Our SAP ERP system getting upgraded to ECC 6.0, ehp 7, SS7 and we need to check its compatibility with the current SAP PI version(7.3 sp09) and its future upgraded version which is sp12.
    Would any one kindly help me to track the PI system compatibility with the ERP upgraded version and its adverse effect(if any) on interfaces between PI and ECC system?
    Thanks
    Navneet.

    Hi Navneet
    If your PI is already on 7.3, it is compatible with ECC6 EHP7. For more details refer to the SAP note that is mentioned in my reply on the thread below.
    Compatibility between PI 7.11 and Ehp7 for ERP6
    Rgds
    Eng Swee

  • I have a web site built by Yahoo Web Site Builder which does not have a Mac version, is there any compatability between Iweb and the old Yahoo program?

    I have a web site built by Yahoo Web Site Builder which does not have a Mac version, is there any compatability between Iweb and the old Yahoo program? If not how do I clear off the old site so as to re publish with Iweb.

    iWeb cannot import published files so you would need rebuild the site.
    Yahoo hosting is notoriously poor and their tech support is awful. I would suggest you look for new hosting and start afresh. Some pointers for choosing hosting...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html
    If you do choose to go this route, transfer your domain name registration away from Yahoo to your new host.

  • Still no compatibility between Storage Client Library v3 and emulator?

    Hi,
    According to this blog post:
    I'm apparently unable to post a link, but here's the text from the blog. I'm sure you can find it via google if interested.)
    <<<<
    Storage Emulator Guidance
    As mentioned above an updated Windows Azure Storage Emulator is expected to ship with full support of these new features in the next couple of months. Users attempting to develop against the current version of the Storage emulator will receive Bad Request
    errors as the protocol version (2013-08-15) is unsupported.  Until then, users wanting to use the new features would need to develop and test against a Windows Azure Storage Account to leverage the 2013-08-15 REST version.
    >>>>
    So it seems there was not compatibility between the storage emulator and Storage Client Library v3. I'm wondering if that is still the case. I get a 400 error when calling container.CreateIfNotExists() when pointing to local storage, but no problem pointing
    to production storage. I'm using SCL v3.0.2.
    Thanks...
    -Ben

    Hi,
    Please see
    http://social.msdn.microsoft.com/Forums/windowsazure/en-US/c961d0df-e6ab-4563-958c-b3646ee2cd9d/the-value-for-one-of-the-http-headers-is-not-in-the-correct-format?forum=windowsazuredevelopment#16892f11-498d-4975-aa4b-adfa12b03fea
    Here is a snippet of this thread.
    Storage Emulator 2.2 is currently incompatible with Storage Client Library 3.0.0.0. This has been mentioned in Storage Team Blob as well:
    http://blogs.msdn.com/b/windowsazurestorage/archive/2013/11/27/windows-azure-storage-release-introducing-cors-json-minute-metrics-and-more.aspx (Please
    read "Storage Emulator Guidance" section towards the end of the post).
    It may be fixed in the next version.
    Hope this helps
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Check binary compatibility between 2 Jars

    Hello,
    we have a Java API to our repository product. Is there a way to check binary compatibility between different versions of that API? The problem is that the interfaces evolve and sometimes changes are necessary. So we already had the problem that different versions are incompatible.
    I found just one tool: japitool. But it does not detect the latest problem we have.
    Thanks in advance
    Torsten

    I mean the facts and rules described in chapter 13 of the Java language specification (Binary Compatibility; http://java.sun.com/docs/books/jls/second_edition/html/binaryComp.doc.html#44872).
    Torsten

  • Compatibility between the iPhone 6 and certain vehicles, and the hands free connectivity in those vehicles?

    How can I findout about the compatibility between the iPhone 6 and certain vehicles, and the hands free connectivity in those vehicles?
    I am interested in the iPhone 6 but have several meetings that have to call into for work.  Where can I find out about the compatibility with iPhone 6 and if there are issues I need to be aware of for connecting to hands free option in the car?
    Please point me to the right direction. The dealership was useless in helping me. I figured Verizon can be more helpful.

        ShaM1,
    I understand the importance of the bluetooth compatibility between your new device and your car.  What make and model is your vehicle? 
    Here is the information that Verizon Wireless has on Bluetooth Car Kit compatibility; http://www.verizonwireless.com/support/how-to-use-bluetooth-car-kit-compatibility/.  However, Apple does not have any information listed here.  We can assume that the latest and greatest iPhone 6 has the technology to be compatible with most vehicles.  If you'd like to discover further information I'd suggest contacting Apple directly; 800-275-2273.
    Let us know if you need anything else!
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Compatibility Between Audigy 2 Drive and Audigy 2 ZS GAMER C

    Greetings,
    I had a question about compatibility between an Audigy 2 Dri've and an Audigy 2 ZS Card.
    Specifically, the Sound Blaster Audigy 2 Platinum Sound Card and the Sound Blaster Audigy2 ZS GAMER Edition Sound Card (SB0350).
    Is the Audigy2 ZS GAMER Sound Card compatible with the Audigy 2 Platinum Dri've?
    If this particular question has already been addressed in another thread, my apologies.
    Thanks,
    Benwajones

    I searched (on "external" and "bay," but not "dri've" before I posted) but did not see this message. Is the reverse possible - that is a Audigy original dri've and an Audigy 2ZS sound card?

  • Compatibility between Exchange 2007 service packs

    Hi all, I have 5 servers Exchange:
    - 3 Servers CAS and HUB
    - 2 Servers Mailbox server in Microsoft Failover Cluster (MSCS)
    Domain Controllers are all
    Windows Server 2003 SP2
    The versions of Exchange 2007 SP1 servers are all:
    8.1 Build 240.6
    I have thought about installing SP3 and RU13 in all 5 servers for Exchange, but I'm going to install SP3 and RU13 on 2 servers CAS / HUB and the following week at the other CAS / HUB server.
    Finally, the following week in the two Mailbox Servers.
    Is there any problem if I miss 2 servers CAS / HUB with SP3 RU13 and the other CAS / HUB in SP1, this will only be for a few days?
    Is there any problem if I leave the servidors Mailbox Servers in SP1 while CAS / HUB are in SP3 RU13, this will only be for a few days?
    regards
    Microsoft Certified IT Professional Server Administrator

    Hi Yupikaiey.
    Only thing you should be concerned is if you have CAS-CAS proxy or the Mailbox Cluster part.
    Your current plan looks good. Just stay alert for any uncommon issues popping up, which would normally mean due to the difference.
    If you upgrade your servers in this order, you may avoid potential service interruptions.
    Details below:
    Version Constrains are more of between roles of 2007-2010-2013 and not between same version SPs or RUs.
    Exchange 2013 Server Role Architecture
    The Past: Exchange 2007 and Exchange 2010
    Our goal was to make these server roles autonomous units. Unfortunately, that goal did not materialize in either Exchange 2007 or Exchange 2010. The server roles were tightly coupled along four key dimensions:
    2.This also necessitated a tight versioning alignment – a down-level Hub Transport or Client Access shouldn’t communicate with a higher version Mailbox server; in some cases this was enforced (e.g., Exchange 2007 Hub Transport servers cannot deliver messages
    to Exchange 2010 Mailbox servers), but in other cases they were not (e.g., an Exchange 2010 SP1 Client Access server can render data from an Exchange 2010 SP2 Mailbox server).
    The versioning restriction also meant that you could not simply upgrade a single server role to take advantage of new functionality – you had to upgrade all of them.
    The Present: Exchange Server 2013
    If I upgrade the Mailbox server with a service pack or cumulative update, then for a given mailbox hosted on that server, all data rendering and content conversions for that mailbox will be local, thus removing version constraints and functionality issues
    that arose in previous releases.
    Exchange 2007 Servicing
    http://technet.microsoft.com/en-in/library/dd421853(v=exchg.80).aspx
    Deployment Order
    Our test infrastructure guarantees that Exchange hotfixes work across multiple server roles. The order in which you apply the update rollup to the servers is not important except if you are deploying CAS-CAS proxying. Because the update rollups are not segmented
    for different Exchange server roles or for specific file configurations, apply each update rollup package to all Exchange 2007 servers in your environment.
    If you have multiple Active Directory sites, and if you deploy a Client Access server in the proxy sites that do not face the Internet, you must
    apply the update rollup to the Internet-facing Client Access servers
    and to the non-Internet-facing Client Access servers in the proxy site simultaneously. For other Exchange 2007 configurations, we recommend that you
    apply the update rollup package to the Client Access servers before
    you apply it to servers that are running other Exchange 2007 server roles, such as the Mailbox server role, the Hub Transport server role, and the Edge Transport server role.
    Note:
    Applying service packs and update rollups to clustered Mailbox servers requires specific planning and application steps. For more information about how to apply service packs to Exchange 2007 clustered Mailbox servers, see
    Upgrading Clustered Mailbox Servers to Exchange 2007 SP1 or later. For more information about how to apply update rollups to Exchange 2007 clustered Mailbox servers, see
    Applying Exchange 2007 Update Rollups to Clustered Mailbox Servers.
    For Patching and compatibility between versions:
    Determine the service pack level of Exchange. 
    Update rollups are service pack dependent. For example, an Update Rollup 5 package is available for Exchange 2007 and for Exchange 2007 Service Pack 1. To determine the service pack level of Exchange, examine the
    ExchangeVersion property. For more information about how to view the
    ExchangeVersion property and about the build number that is associated with each Exchange version, see
    Exchange Server 2007: Platforms, Editions, and Versions.
    References:
    How to Install the Latest Service Pack or Update Rollup for Exchange 2007
    Exchange Server Updates: build numbers and release dates
    We are looking at doing the roll-up to SP3
    Coexistence of Exchange2007 SP1 and Exchange 2007 SP3
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • File compatibility between CS 5.5 MAC and CS 5.5 PC?

    We are currently a PC based shop with a few MAC's tossed here and there.  I have been asked to verify the file compatibility between CS 5.5 MAC and CS 5.5 PC.  Are the files fully compatible?  i.e. can user A on a PC create an illustrator/photoshop/etc document which is then opened by user B on a MAC with no issues?
    Thanks!

    Yes. For the programs you mentioned it has been forever this way and even for programs like Premiere Pro or Encore, that were platform-specific until recently, this is no longer an issue ever since CS5. Of course you will still have to take care of different handling for file paths on different platforms for externally linked files, but that's a different matter and nothing specific to Adobe...
    Mylenium

  • Compatibility between 32 bit and 64 bit of TimesTen

    Hi All,
    Please tell me is there any document avialable to see compatibility between 32 bit and 64 bit of TimesTen ?
    Regards
    Pratheej

    Hi Pratheej,
    1. You cannot replicate between 32 and 64 bit TimesTen.
    2. For direct mode connections, the application must be the same 'bittedness' as TimesTen 932-bit app -> 32-bit TT, 64-bit app to 64-bit TT).
    3. For client/server connections a 32-bit app can work with both 32 and 64 bit TT. A 64-bit app can only use 64-bit TT.
    If you want to deploy a 32-bit app using 64-bit TT on the same machine we have an optimised shared memory client/server connection (shmipc) mode. This is much faster than TCP or Unix sockets but is still much slower than direct mode.
    HTH,
    Chris

  • RAW Compatability between Nokia Lumia 1020 and iPhoto/Aperture

    Hi everyone,
    Does anyone now if the RAW Compatability between Nokia Lumia 1020 and iPhoto/Aperture works?

    Here's the format the 1020 has for RAW.

  • Compatibility between MSI NX6600GT-VTD128 and motherboard

    Hi guys, I want to know if there's compatibility between my motherboard "MSI 875P Neo-FIS2R AGP8X" and the "MSI NX6600GT-VTD128" because I want to buy this Video Card but my doubt is about the compatibility or maybe some errors, and I have a 400W Power Supply.. that's ok for this video card?... thnx !!!

    hi, how are you.
    wel there are no cmpatibility issue with this motherboard and the video card... or i am not notify about...
    but do you have to give "us" (all posiblle reply) more info about your pc, anyway the only limitation about it's the slot used, that motherboard uses agp8x and you have to buy a 6600vtd agp 8x, because thera are one model pci express that's all
    the power issue: not a issue realy 400w power source are just enough
    th real monster are hte 6800 family that need  470w or something like that to work fine
    ok i hope  best to you and your newer card, and tellme how works this magnificent piece of technological art(in middle rank) and the capture feature with onchip video processor
    byee!!  

Maybe you are looking for

  • Opportunity Team - Owner

    Hi Folks, Using the Opportunity Team functionality: When a user creates an Opportunity against an account that they do not own, the account owner is added to the 'Opportunity Team' along with the user who created the opportunity in the first place. I

  • Artists listed out of alphabetical

    Hi, Just got my MBP about a month ago and realized that my iTunes listing by artist is out of order (alphabetically). For example, I have artists listed in A, then it jumps to some E artists, then it goes back to B. The problem of jumping back and fo

  • Displaying a line on a Bar Graph

    Hello Friends, I have developed a Bar Graph using the FM 'GRAPH_MATRIX_3D'. Now, I need draw/display line in that Graph as a cummulatove value. Is this possible to show a Line in a Bar Graph? If so, could anyone please guide me how to proceed further

  • Load javascript function into global scope

    Hello forum, i send a lot of different scripts to IDS, but they often need to use the same functions i wrote. Is there a way to define such functions once, and to use them within subsequent scripts, without sending the function within that new script

  • Help Please with g4 with safari viewing JAVA

    I have a desktop G4 running os v 10.2.8 with safari as the browser and explorer v.5.2 Trouble is at www.mopac.org at the top there is a animated JAVA train that I cannot see. Is there something I need to d/l or enable to see this train Andy