Keywords won't save to JPEG from LR3

I have an interesting problem I can't resolve. I imported some JPEGs into LR3 and added keywords, title and description to the first one. I then used Sync Metadata to add the same keywords to the second file. All shows normally in LR. I then edited the keywords a bit, changed the title and description, and then after selecting both, I saved metadata to file using the right-click menu.
The first image has all information saved to the file (I'm using both Prostockmaster and Irfanview to check), but nothing I do will make the metadata appear in the second image. I tried exporting to a new file name with no success, tried modifying the keywords again and saving to file, basically tried everything I can think of, but I cannot get the metadata into the file. If it was just one image, this wouldn't be a great problem, but it has happened to several that were handled similarly.
The JPEGs came from an export from LR from original Canon raw files (no keywords at that stage) if that makes a difference.
Any ideas?
Steve

Did you notice that you need to specify for each keyword, if it will be included on export? You do so in editing the keyword tag (right-click on a keyword, chosse edit..).
The keywords that won't save - how are they specified regarding export?
When you export from raw to jpeg, do you tick "minimize embedded metadata" in the export dialog ? When I do so, no keywords will be exported (neither EXIF info about lens and lighting etc.).
So you might give it a try to first check on the keyword tag properties, then exporting without the minimizing metadata tick.

Similar Messages

  • XY Graph Won't save to JPEG when Black and White...and run from TestStand.

    I am creating an XY graph and manipulating the colors of the plots, background, etc.  I am saving this graph to JPEG using the Write JPEG File vi and after it is saved I import it inot a test report.  This works fine in color, but when I create a B&W plot, it won't save to JPEG.  Let me clarify:  It won't save to JPEG when I run the VI from TestStand.  It does save to JPEG when I run the VI as a stand alone application in LabVIEW. 
    Problem:
    Run VI from LabVIEW ~ Saves the JPEG in both Color and B&W.
    Run VI from TestStand ~ Saves the JPEG in Color, but does not save the JPEG in B&W.    
    Here is how I am making all the plots and background B&W in my code:
    Change all Active Plots to Black using property node.
    Change all Active Cursors to Black using property node.
    Change the Plot BG colors (major/minor grids, etc) to lighter colors using property node. 
    Does anybody have any suggestions? 
    Thanks in advance,
    Mike

    A few questions: What version of LV are you using? How are you getting the control image that you are sending to the JPG? Third what exactly happens when you try to save the B/W image under TestStand? Error?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • My images won't save as jpeg unless I go to Save As... what is happening to my images?

    My images look great when edited in photoshop and when I got to close and save it won't give me the option to save as a jpeg so I have to go to File Save As and then save to jpeg. But when I go to order them in Roes they look drab and awful but the thumbnail looks great. Am I saving it wrong somehow?

    Go to Image --> Mode and set image to 8 or 16 bit. If the image has 32 bit, it won't export through the save for web dialog.
    Let me know if this fixes the issue.
    Reidar

  • Photoshop won't save as jpeg

    All of a sudden my photoshop cs3 will not save a tiff (or psd or anything but jpeg) as a jpeg file. I can pull down to the jpeg, but it will not save it as a jpeg. the only way I can save it as a jpeg is to "Save for Web & Devices". But that's an extra step I really don't want to have to take.

    CMD+OPT+SHIFT when you launch PS.  Reset your preferences

  • IPhoto won't recognize my jpegs from my iPhone

    All of a sudden iPhoto is rejecting jpegs (pictures I've taken with the iPhone camera) from my connected iPhone.  I have iPhoto '11, version 9.2.3, and the iPhone 4.  Anyone know why this is suddenly happening?  It was fine before.

    First make a back up of the iPhoto Library - you should always have one anyway.
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store or have a Recent Mac you can find it in your Purchases List.

  • One-click 'Save as jpeg' shortcut script please! - saved in the same folder

    Hi, I've been re-directed here because I was told a script could solve my problems - but I have no scripting experience/knowledge/ability! Below is my original problem and post. I got as close as 2 button presses, but I'm after that sweet, sweet single-button, double-my-productivity shortcut! Thanks!
    http://forums.adobe.com/thread/1106992
    I use 'Save as .jpeg' ALL the time (Photoshop CS6, Mac ML), and it really feels like I should just be able to press one button (a shortcut) and the name/quality dialogs don't appear and it just saves a .jpeg into the folder that my original .PSD/file is in.
    So basically:
    - Press one button to save my open .PSD/file as a .jpeg
    - Automatically save it in the same folder as my .PSD
    - Save it as '10' quality in the jpeg settings
    - No dialog boxes, as soon as I press the button, it saves it - if there's already a .jpeg of the same name, it creates a '-1','-2' etc.
    I've tried using 'Actions', but it seems to save it wherever my original Action folder was - it doesn't change to whatever the current folder the .PSD is in...
    Thanks!
    Adam

    File -> Scripts -> Script Events Manager
    Click Enable Events at the top
    Select Save Document from Photoshop Event  drop down
    Select Save Extra JPEG from Script drop down
    Click Add
    Click Done
    EVERY document you save, except JPEG files, will save a jpg file. Saving will be slower.
    You will need to modify line 62 of the Save Extra JPEG.jsx file located here: <YOUR_PHOTOSHOP_INSTALL_LOCATION>\Presets\Scripts\Event Scripts Only
    In order to boost your quality to '10'. Here is the line in question
    jpegOptions.quality = 2; // really low
    Change it to
    jpegOptions.quality = 10; // really high
    You will need to modify the script to get this problem solved as well: it saves it - if there's already a .jpeg of the same name, it creates a '-1','-2' etc.
    You can steal code out of Image Processor that finds a file name that is unique for the folder so you don't get overwrites.
    Are you sure you want that? If you do lots of saves you are going to fill up your disk fast.

  • QT Pro won't save

    HI QT Pro won't save any video from the internet also Safari won't open the web site Panoramio.com, I think it may be some thing to do with the last upgrade to my system I am now running OS 10.4.10?
    George

    No joy for me either, since you didn't answer my last question.
    If I don't know what you have tried to verify that your OS & file system are in good shape, I can't help you.
    FWIW, my OS started acting weird a couple of days ago. Not with your problem but with assorted little oddities. I began to realize something wasn't right so I ran the "Verify Disk" check in Disk Utilities. Sure enough, there was some minor damage it found. I could have attributed this to an update performed about the same time, but then I remembered the power failed briefly at about the same time, while the Mac was in sleep mode. Although it has never happened to me before, this is a known cause of file system corruption.
    Repairing it ended my problems.

  • Shot in RAW and want to save in jpeg

    I shot in RAW and opened with PSe 10.  Did my edits and went to save in jpeg and the option was not available;  only photoshop and tiff options were available.  How can I save in jpeg?  what about the file I am trying to save prevents a jpeg option? 

    To save time, simply change the bit depth before clicking the Open Image button.
    Click to view
      This is no longer a problem in PSE11 as it’s possible to save a jpeg from a 16 bit file.

  • It will not save as a jpeg from a bmp

    I found info on how to save a .bmp to a .jpeg (thank you) but when I went to save it as it says..the computer said that "this document could not be saved as...." Why?
    I scanned the printed pictures at a store they were then transfered onto a CD. I put the CD in, opened up the pictures under preview...good. Then I try to save as jpeg, but it won't do it. So frustrated.

    Welcome to the Apple Discussions. Are you opening the file from the CD directly? If so try copying it to the desktop first and then open and convert.
    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 now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Photoshop CS2 won't save files in JPEG format

    I have Windows Vista and am using Photoshop CS2 Version 9.
    Until today everything was working fine, but there are two problems.
    1. Only today I have a limited amount of formats to save a .PSD file in:
    PSD, CIN, PDF, RAW, PNG, and TIFF.
    Whereas if I want to save a JPEG file per say as another format, I get the full list to choose from.
    2. If I choose a layer on an image, not all the filters show up that I can run it through. The 'Artistic, Brush Strokes, Pixelate, Sketch, and Stylize' are not clickable.
    Thank you.

    You slipped into 16 bit mode. Try going back to 8 bit.

  • I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is j

    I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is just a plain photoshop file, a watermark is added, then save as jpeg - the jpeg is saved to a different folder than the original photoshop file.)  It happens for about 10 of 30/40  files approximately . Thank you, Kathryn

    I believe I have figured it out - I need to flatten the image, even though there are no layers except for layer 0, first.

  • Saving a jpeg from Yahoo email in pictures but it will only save as a firefox doc

    I am trying to save a jpeg picture from my yahoo email inbox, but when I click "save image as" it will save as a Firfox Document only. It will save, but when I open the pic it only shows numbers and letters! HELP! How do I save a pic when this happens

    Thank you so much.  I need to print it out showing the person's name that sent it to me & that doesn't show when I copy or forward.  Sorry to be such a pest!

  • QT won't save movies, exported jpegs won't open.

    I am running the latest version of QT pro on my PC, windows XP. When editing a movie clip, I can edit to my heart's content, but when I go to save it, QT won't save it. It acts like it saves, but it doesn't.
    Also, when I export a movie to picture, the resulting image is useless. Photohop can't open it. Windows Picture and Fax Viewer can't open it...nothing works. In Windows Picure and Fax viewer (for the jpeg), I get the error message, "No review available." In photoshop (for the jpeg), the error message is: "Could not complete your request because an unknown or invalid jpeg marker is found." When I try to open the pct file in Photoshop, it says," Could not complete your request beause the PICT file is too complex to open on this computer. Photoahop Windows supports raster PICT files only." I have a GIG of ram and the PICT file is only 65 KB. I have tried using various joeg settings, exporting as a PNG file... nothing works. What's up?
    I bought Quicktime speciically for these two functions, and neither one of them works. I have Quicktime on a mac at home and it works fine.
    Any help would be hugely appreciated!

    Looks like the update has wreaked havoc (who uses that expression nowadays, anyway?) on your PRAM settings. You can try and reset them:  http://support.apple.com/kb/ht1379

  • Elements 13 won't save .jpeg files

    I have NIK collection installed and used it to create 2 layers. Now the save as..,. won't save as anything but .psd files. Is there a fix or workaround for this.

    Actually, I have just done a test.
    With a 16bit/channel image I can't create layers but I can save it as a JPG. I think that PSE 13 automtically converts it to 8bit/channel. Also, if the 8bit/channel image has layers then the PSE 13 will flatten it when saving as a JPG.
    So, I haven't any idea why JPG can't be selected from the Save As dropdown list. It is defaulted to PSD but I can always change it.
    Brian

  • My edited Raw photos won't save from CS6 back to iPhoto?

    When I transfer a raw file via "edit in external editor" from iPhoto11 to CS6 and then edit it, I choose "Save", not "Save as", but then "Save As" dialogue box appears and I can't seem to enter anything that will result in the edited (now) jpeg appearing back in the iPhoto Library? Where am I going wrong?

    Always flatten the image in Photoshop before saving.
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

Maybe you are looking for

  • Is there a way to hang up call without using the touchscreen?

    I'm using an HP Veer 4G.  In the wintertime, when I need to wear gloves, I'm wondering how I will handle calls without using the touchscreen. I've figured out most of the process:  hold down the volume down button for a couple of seconds to load the

  • ISE 1.2 Guest Wireless Authentication

    Hello, I need to somehow tie a guest user mac-address down to either an email address (first choice) or telehone number. What I would like to do is have a guest user redirect to a portal where they input their name and email address. They are then gi

  • How to use .ICO files in RH7?

    Hi, I'm not able to add .ico images into my help topics. Ideally, I'd like to be able to link to exactly the same files as the developers. In a related topic, I'm also looking for a good graphics tool for converting .ico files to .png files. Any idea

  • How to make open sales order consider allocated & unallocated stocks in MRP

    Dear Experts, MAT BOM, MAT TYPE, STRATEGY GROUP, PLANNING STRATEGY, Req-DM Req-CU 3. TC180TK   fert                     20                                    KE                        make-to-order 2. TB300TK   halb                    20             

  • Illustrator to fw?

    Hello, I just finished designing a series of logos for a client who now wants them as Fireworks files. I work in Illustrator and PhotoShop daily, but barely ever touch FW (might seem strange, but what can you do). So I am trying to figure out the eas