Photoshop File Info

Everyone,
I have been looking into this for several months and I am hoping someone here can point me in the right direction.
Background:
Photoshop and other photo editing software allows you to create file info about an image, and I am most conerned with jpegs. This info includes things like keywords, photographer, caption, and many other fields. It appears that this data conforms to a standard that I do not remember the acronym for. They defined a bunch of codes that define a number that corresponds to a specific chunk of data. I have created code to read this data with out any problem, however I would like to also write out this information. Does anyone know of or have API's that make this possible. I posted this once to the the Java Advanced Imaging list and was told that this request was outside of the scope of their project.
I would like an all Java version of this since I need to run on Linux so Photoshop jpeg APIs from Adobe would be out.
As far as I can tell the built in to the J2SE jpeg apis do not allow access to this extended attribute information.
Thank You
Jim

I think this is something that needs to be done. How do you think we should go about either getting this in the APIs or maybe creating a OS project that can read/write these attributes? Is soureforge the right place for something like this? If anyone else has some thoughts on this please let me know.

Similar Messages

  • Do I need to do more than make a Custom File Info Panel

    I downloaded the spec for XMP Custom Panels and have it partially working in Photoshop CS--see the code below.<br /><br />The problem is with namespaces.  I want to put my info into a danser namespace in JPEGs. <br />1. The code below partially works in PS-CS but it puts the "Title" into dc:title and the "Season" into xap:Season<br />2. If I add xmp_namespace: danser  to the edit_text then the panel fails to load in PS-CS.<br />3. I'm not clear on the purpose of the Metadata templates in Photoshops "File Info" Advanced tab.   Do I need to make a template there? How? --or point me to instructions.  (I made one but it didn't help.)<br /><br /><?xml version="1.0"><br /><!DOCTYPE panel SYSTEM "http://ns.adobe.com/custompanels/1.0"><br /><panel title="$$$/DISC/PanelName=danser" version="1" type="custom_panel"><br />group(placement: place_column, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />     {<br />     static_text(name: '$$$/danser/Title1=Title:', horizontal: align_left);<br />     edit_text(horizontal: align_fill, xmp_path: 'Title', vertical: align_top);<br />          <br />     static_text(name: '$$$/danser/Title1=Season:', vertical: align_left);<br />     edit_text(horizontal: align_fill, xmp_path: 'Season', vertical: align_top);<br />     }<br /></panel>

    I found the problem and also an easier way to do create Custom info panels.
    The docs don't mention that you have to use an "xmp_ns_prefix" along with an "xmp_namespace". I found this parameter in the code generated by the free MetaLab application from poundhill.com
    For example, the first editText line in my earlier post should be:
    edit_text(horizontal: align_fill, xmp_ns_prefix: 'danser', xmp_namespace: 'http://ns.danser.com/danser/1/', xmp_path: 'Title', vertical: align_top);
    MetaLab makes this process a lot easier. Do the rough work in it and then hand tweak the code to specify things like field height.
    Once I made that change, everything worked--there's no need (for this purpose) to load XMP or templates in the advanced tab).

  • How to make my old file info panel from photoshop work in xmp

    Help. Not a photoshop guy but rather a genealogist. Many years ago downloaded a custom file info panel for photoshop which I used to enter meta text about the family photos I scanned. Currently using adobe creative cloud but cant figure out how to use panel or see most of my metatext last few version. Below is information about the panel. All I really want to do is install my panel and get back to genealogy. I apologize but not sure I need to understand the basics of photoshop..
    john weis
    [email protected]
    This is the authors description of the panel:
    Genealogy Photo (Private Collection) Custom File Info Panel 1.0 for Photoshop. 11 FEB 2007
    Developed by Ron Reiger [email protected]
    Please contact me to suggest improvements.
    1. BASIS FOR THIS CUSTOM FILE INFO PANEL
    2. DESCRIPTION OF EACH PROPERTY NAME
    3. WHERE EACH PROPERTY NAME MAPS & OTHER NOTES
    4. WHERE TO INSTALL THE CUSTOM FILE INFO PANEL
    1. BASIS FOR THIS CUSTOM FILE INFO PANEL
    The Custom File Info Panel is used to capture metadata about a genealogy/family history photo that is privately held (that is, the photo is not in the possession of a library). The metadata property names on the File Info Panel are based on my interpretation of the recommended primary citation for a photograph (private possession) (annotated, with provenance) as described on page 95 of Elizabeth Shown Mill's "Evidence! Citation & Analysis for the Family Historian" and on my interpretation of recommended primary citation for an Electronic File (Image from Private Files - Annotated), Mills, "Citation!", page 81. I added a few more property names for location and date the photo was taken and keywords (to ID people by number rather than by name), the name of the person who provided the description, a surety for their description, and an informal description. Each field is discussed below.
    2. DESCRIPTION OF EACH PROPERTY NAME
    Date Scanned: This is the date the photo was scanned. Date is populated by Photoshop and is not editable.
    Provider: The owner of the photo as of the date it was scanned. A researcher in a future generations will know who had the photo at a particular point in time.
    Provenance: Describe as best you can how the photo got from the person in the photo to the Provider.
    Description Provided By: List the person who identified the people and location in the image.
    Description Surety: (This is an open text field. You can use any surety rating system you want.) Describe or rate the quality of the Description of the image's people and location. Note any uncertainties regarding any particular people in the photo.
    Complete Subject Description: List the full name of each individual in the image, in order. You may want to list the location and date of the image even though there are separate property names for that data.
    Informal Subject Description: An optional non-genealogical description of the image, perhaps for using the photo outside of genealogy. Example Informal Subject Description: "Grandpa as a young man."
    Media Description: Describe the paper photo you scanned. Dimensions, border, frame, damage, etc. Your ancestors will have an easier time finding the paper photo later if you describe it well!
    Annotations: Copy any annotations on the front or back of the photo and frame. Transcribe any photographer embossing/imprint; this is a clue for dating/locating photos.
    Special Editing/Alterations: Describe any restoration you performed on the digital image. Did you correct for the lateral reverse of a tintype or daguerreotype?
    City/County: List the City/County where the image was taken.
    State: List the State where the image was taken.
    Country: List the County where the image was taken.
    Photo Date: List the date the image was taken.
    Keywords: This is the standard keyword entry. Commas or semicolons can be used to separate keywords. I type the TMG ID number of each person in the photo here so I can search for all photos of the person without typing their name.
    3. WHERE EACH PROPERTY NAME MAPS & OTHER NOTES
    I have not created a working namespace URI or rdf ala http://purl.org/dc/elements/1.1/ for this panel. I have not created localization dictionary files for this panel. Data entered into the panel will appear in Adobe Bridge. As you can see below I re-used lots of pre-existing property names and dumped all my new property names into the photoshop namespace. I don't know if this approach has drawbacks.
    Date Scanned:                xmp_path: 'CreateDate'   Pre-existing property name
    Provider:    xmp_namespace: photoshop, xmp_path: 'Credit'    Pre-existing property name
    Provenance:    xmp_namespace: photoshop, xmp_path: 'Provenance'
    Description Provided By:  xmp_namespace: photoshop, xmp_path: 'DescriptionProvidedBy'  Pre-existing property name
    Description Surety:   xmp_namespace: photoshop, xmp_path: 'DescriptionSurety'
    Complete Subject Description:   xmp_namespace: photoshop, xmp_path: 'Description'   Pre-existing property name
    Informal Subject Description:  xmp_namespace: photoshop, xmp_path: 'Caption'   Pre-existing property name
    Media Description:   xmp_namespace: photoshop, xmp_path: 'MediaDescription'
    Annotations:     xmp_namespace: photoshop, xmp_path: 'Annotations'
    Special Editing/Alterations:  xmp_namespace: photoshop, xmp_path: 'SpecialEditing'
    City/County:    xmp_namespace: photoshop, xmp_path: 'City'    Pre-existing property name
    State:     xmp_namespace: photoshop, xmp_path: 'State'    Pre-existing property name
    Country:     xmp_namespace: photoshop, xmp_path: 'Country'   Pre-existing property name
    Photo Date:    xmp_namespace: photoshop, xmp_path: 'DateCreated'   Pre-existing property name
    Keywords:               xmp_path: 'Keywords'   Pre-existing property name
    4. WHERE TO INSTALL THE CUSTOM FILE INFO PANEL
    I have tested this panel with Photoshop CS2 and Adobe Bridge CS2 only.  It may not work on earlier versions.  FWIW a malformed Custom File Info Panel will fail to load in File Info; it won't crash Photoshop.
    The following was taken from "XMP Custom Panels," Adobe, Oct 2003.
    Each time an Adobe application opens the File Info dialog, it scans all the files in these directories and appends them to the file list. If more than one of the description files has
    the same panel name, the one found in the last file to be loaded is added, and others are ignored.
    Changes to the contents of the directories do not require you to reload an application; changes are automatically reflected in the dialog the next time it is opened.
    The panel description and localization dictionary files must reside in the following locations for use with Adobe Creative Suite applications:
    Mac OS X
    {Root Volume}/Library/Application Support/Adobe/XMP/Custom File Info Panels
    {Home Directory}/Library/Application/Adobe/XMP/Custom File Info Panels
    Windows
    \Program Files\Common Files\Adobe\XMP\Custom File Info Panels
    \Documents and Settings\<user>\Application Data\Adobe\XMP\Custom File Info Panels
    The panel description and localization dictionary files must reside in the following locations for use with Adobe Acrobat 7.0 or 6.0:
    Mac OS X
    {Root Volume}/Library/Application Support/Adobe/Custom File Info Panels
    {Home Directory}/Library/Preferences/Adobe/Custom File Info Panels
    Windows
    \Program Files\Common Files\Adobe\\Custom File Info Panels
    \Documents and Settings\<user>\Application Data\Adobe\Custom File Info Panels
    I actually do not understand how to write a panel but here is the actual panel:
    <?xml version="1.0">
    <!DOCTYPE panel SYSTEM "http://ns.adobe.com/custompanels/1.0">
    <panel title="$$$/CustomPanels/Acro/PanelName=Gen Photo (Private Collection)" version="1" type="custom_panel">
    group(placement: place_column, spacing: gLargeSpace, horizontal: align_fill, vertical: align_top)
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text(name: '$$$/AWS/FileInfoLib/Panels/Description/DateCreated=Date Scanned:', font: font_small_bold_right, vertical: align_top);
      date_static_text(fbname: '$$$/AWS/FileInfoLib/Panels/Description/DateCreated=Date Scanned', name: '$$$/AWS/FileInfoLib/Panels/DateCreated=Created', xmp_path: 'CreateDate', horizontal: align_fill, vertical: align_top, truncate: true, locked: true);   
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text(name: '$$$/CustomPanels/Genealogy/Provider=Provider:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/Provider=Provider', horizontal: align_fill, font: font_small, xmp_namespace: photoshop, xmp_path: 'Credit', vertical: align_top);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'Credit', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text(name: '$$$/CustomPanels/Genealogy/Provenance=Provenance:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/Provenance=Provenance', horizontal: align_fill, height: gTextViewHeight, xmp_namespace: photoshop, xmp_path: 'Provenance', container_type: alt_struct, v_scroller: true);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'Provenance', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/DescriptionProvidedBy=Description Provided By:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/DescriptionProvidedBy=Description Provided By', horizontal: align_fill, font: font_small, xmp_namespace: photoshop, xmp_path: 'DescriptionProvidedBy', vertical: align_top);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'DescriptionProvidedBy', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/DescriptionSurety=Description Surety:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/DescriptionSurety=Description Surety', horizontal: align_fill, height: gTextViewHeight, xmp_namespace: photoshop, xmp_path: 'DescriptionSurety', v_scroller: true);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'DescriptionSurety', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text(name: '$$$/CustomPanels/Genealogy/Description=Complete Subject Description:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/Description=Complete Subject Description', horizontal: align_fill, height: gTextViewHeight, xmp_namespace: photoshop, xmp_path: 'Description', container_type: alt_struct, v_scroller: true);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'Description', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/Caption=Informal Subject Description:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/Caption=Informal Subject Description', horizontal: align_fill, height: gTextViewHeight, xmp_namespace: photoshop, xmp_path: 'Caption', v_scroller: true);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'Caption', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/MediaDescription=Media Description:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/MediaDescription=Media Description', horizontal: align_fill, height: gTextViewHeight, xmp_namespace: photoshop, xmp_path: 'MediaDescription', v_scroller: true);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'MediaDescription', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/Annotations=Annotations:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/Annotations=Annotations', horizontal: align_fill, height: gTextViewHeight, xmp_namespace: photoshop, xmp_path: 'Annotations', v_scroller: true);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'Annotations', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/SpecialEditing=Special Editing/Alterations:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/SpecialEditing=Special Editing/Alterations', horizontal: align_fill, height: gTextViewHeight, xmp_namespace: photoshop, xmp_path: 'SpecialEditing', v_scroller: true);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'SpecialEditing', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/City=City/County:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/City=City/County', horizontal: align_fill, font: font_small, xmp_namespace: photoshop, xmp_path: 'City', vertical: align_top);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'City', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/State=State:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/State=State', horizontal: align_fill, font: font_small, xmp_namespace: photoshop, xmp_path: 'State', vertical: align_top);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'State', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/Country=Country:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/Country=Country', horizontal: align_fill, font: font_small, xmp_namespace: photoshop, xmp_path: 'Country', vertical: align_top);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'Country', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/CustomPanels/Genealogy/PhotoDate=Photo Date:', font: font_small_bold_right, vertical: align_top);
      edit_text(fbname: '$$$/CustomPanels/Genealogy/PhotoDate=Photo Date', horizontal: align_fill, font: font_small, xmp_namespace: photoshop, xmp_path: 'DateCreated', vertical: align_top);
      mru_popup(xmp_namespace: photoshop, xmp_path: 'DateCreated', container_type: alt_struct, no_check: true, vertical: align_top);
    group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text( name: '$$$/AWS/FileInfoLib/Panels/Description/Keywords=Keywords:',font: font_small_bold_right, vertical: align_top);
      cat_container_edit_text(fbname: '$$$/AWS/FileInfoLib/Panels/Description/Keywords=Keywords',horizontal: align_fill, height: gTextViewHeight, xmp_path: 'Keywords', container_type: bag_struct, v_scroller: true);
      mru_popup(xmp_path: 'Keywords', container_type: alt_struct, no_check: true, vertical: align_top);
    </panel>

    You are not going to be able to run your old system from the backup on this old computer as the hardware is incompatible.
    You need to get a new computer or a refurbished one.

  • Photoshop CC 2014: lost advance tab in menu Archive file info

    Hi to all.
    Recently I install Photoshop CC 2014, and I can't find the advance tab in the window "File Info" inside the Archive Menu, when I choose it.
    did we lost this tab in CC2014?
    Can I find this "advance" tab in other menu into Photoshop CC 2014?
    I appreciate any help, because there are a valid info for me inside this tab for my work.
    Thanks in advance and best wishes
    Pablo
    (sorry for my bad english  :S

    Hi JJMack, thanks for your answer 
    This missing info file tab in Photoshop CC 2014, advanced, it's very important to me because I must see a lot of images info all the day, and this tab makes my work a few easy and fast.
    All the exif data are still in the tab "raw data" but in xml format, too hard to my aged eyes   and the thousand pictures I must see in a day...
    Would be nice to include it again in the corresponding tab. Please Adobe!!!
    Thanks for your answer and for your comparative upload image between CC and CC 2014

  • Adobe CMM and Photoshop CS4 File Info problems

    I installed the Adobe Color Management Module several days ago.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3618
    Today when I opened the File Info dialog in Photoshop CS4,I got a blank black window. Same went for the Kuler window and other extensions under the Window menu. Other panels such as the palettes and toolbox were fine.
    I went through reset prefs,reinstalled PS,and reinstalled my video driver.
    Same problems.
    Uninstalled the Adobe CMM and the panels returned to normal.
    I don't know exactly what happened,but something this forum should know about.

    Chris,I downloaded and reinstalled the CMM and the problem repeated.
    File Info: blank, as well as the Kuler, and Connect extensions under the Windows menu. Additionally,any custom panels installed via Configurator also went blank.(although I had uninstalled those on my first round of troubleshooting)
    Again as soon as I uninstalled the CMM,I got the File Info, Kuler, and Connect windows back.
    This is on a Toshiba A205-S5843 running Vista SP1
    I also tried the CMM on a Toshiba A75 (Windows XP)with a trial of CS4 Extended. There were no problems on that configuration with the CMM installed.
    I don't know what it is,but thought it should be passed along.

  • Photoshop CS2 File Info Templates fill in all pages, not just it's own

    I just purchased an Acer Laptop computer, has an AMD 64x2 Dual Core Processor, 2GB of DDR2 Ram, 160GB hard drive with Windows Vista Home Premium preinstalled. I'm not sure how any of this could be of any help, though.
    I've just installed Photoshop CS2, Neat image noise remover, Nik sharpener, and Huey pro calibrator on it.
    This is to be a second computer to a Dell desktop, that will be used when out of town and we want to work on our images.
    Today we opened Photoshop CS2 and tried to work on some Raw images. We were just going to crop them and fill in the File Info on them then save them to jpeg.
    The cropping went fine. When we tried to enter file info and save the Metadata Templates we had trouble. There are 7 of 12 different pages of info that can be changed, the other 5 can't be, I think. Anyway, we were filling in the Description, IPTC Contact, ITPC Content, IPTC Image and IPTC Status pages. We saved the IPTC Contact page as a Metadata Template.
    The first image went fine, but when we opened other images, and typed in the information it all changed back to the information on the first image we did when the saved Contact template was used. When we saved the IPTC template for the first image it save the information on all of the pages, not just the Contact page. When we realized this, I started playing around with it and whatever template was saved last will give you all the information typed in on all pages that was there when that template was saved. I also checked the Photoshop CS2 installed on the Dell Desk Top and it is working correctly. We have templates for Description, IPTC Contact, and IPTC Image saved on it. These will give you the information on the individual page not all.
    Why would it be doing this on the Laptop and more importantly, how can I fix it?
    I sure hope this makes sense and do apologize for the length of it. Thanks in advance for any help I can get. Linda

    I was having a similar problem - I was saving an SVG from Illustrator, only to find that when I tried to open it or place it back in Illustrator, I got the error "This SVG is Invalid. Validate it before opening."
    You can run the SVG through the W3C validator, remove all the parts causing errors using a simple text editor like Notepad, and then Illustrator should be able to open it. This is a laborious process though if you have a lot of SVGs to save.
    After a discussion with Apple support, I learned that it was actually one of my graphics in the Illustrator file that was causing the issue. I had placed an SVG I received from a co-worker, changed the colors, and was trying to save it as an SVG again, but for some reason I kept getting that error, even when I tried save other icons/layers in the same document. When I deleted the two layers that were corrupt, the Save As SVG worked perfectly, no errors when opening the file.
    I don't know details, but if you are getting this error, try the Flatten Transparency thing like witkacy suggests. If you're still having problems, it may be caused by an SVG you placed in your file. After a little bit of trial and error, you may be able to find the culprit. You may then have to re-create the graphic yourself (like I did). Converting it to outlines or a shape or something may work as well, but I'm not sure.
    Hope this helps someone else!

  • File Info problems in Photoshop CC & CS5.1 on OS X 10.8

    I have recently upgraded my Macs, running OS X Mountain Lion, from Photoshop CS5.1 to Photoshop CC for two reasons:
    1. Because it most the most cost efficeint way to obtain the latest Camera Raw plugins that are no longer supported in CS5.1
    2. Because I began experiencing issues on two Macs where initially only in Bridge, was I no longer able to input any File Info dialogue.
    I make extensive use of File Info templates, which are then applied to batches of files in Bridge before individual files, or groups of files requiring the identical metadata are modified.
    After a time, once the overall batch of File Info templates had been applied to files I discovered that I was unable to edit them further. Even after Repairing Permissions in Disk Utility it usually took a reboot to fix the problem, although the problem was always solved.
    However there came a point a few weeks ago when I was unable write any further metadata to File Info, in Bridge or Photoshop, no matter what I did. Again this issue happened on two Macs so I'm guessing that it is not a machine issue.
    As I needed the latest Camera RAW plugins as well I decided to upgrade to Photoshop CC, which I have to say I have been very pleased with - until now. The dreaded File Info problem has now occurred again, although currently only in Photoshop, not Bridge. When I try to add or modify any information in File Info in Photoshop CC the dialogue box just closes!
    Clearly it is not just a Photoshop CC issue although I never had the problem prior to CS5.1 and I leapfrogged CS6 and I find it hard to believe that it is a machine issue. Could it be a conflict with the OS or with Extensis Suitcase Fusion 4?
    Has anyone else encountered this problem?

    Curt, Thanks for your rapid response.
    To answer your questions. I thought that, initially, the problem might be a permissions problem but it occurs on both boot drives and also when the same files are copied to Firewire external drives - on both Macs, but different external drives in each case. I followed your link but there was nothing there that I didn't already know or hadn't already tried, thanks.
    One computer is a 24" iMac and the other is a 15" MacBook Pro. I've also tried to replicate the problem on four PowerMac G5s running OS X 10.5.8 with Photoshop/Bridge CS4, with the same drives plugged in, but have experienced no problems at all. It's quite bizarre.
    Also, looking deeper into the conundrum, I find that I can't input any numbers, only letters! Using the keyboard all numbers, whether on the main or auxiliary keypads, cause the File Info dialogue box to either jump to a new tab or close. Using Shift on the numbered keys works perfectly however!
    It just goes on getting better...

  • File info in photoshop cc  doesn't work in osx 10.9.1

    I get a blank screen if I do File info, photoshop is blocked and I need to force quit Photoshop CC.  Any idea what I can do?

    This is what I've determined (netstat, watching connection packets, checking microsoft.com)
    older versions of wininet.dll don't recognize the 'conversation over' signal sent by the web server. So, IE thinks the conversation is still open and tries to send data. And we all know communication problems are the root of all evil.
    So, you can either get absolutely everybody to stop using IE 6 (HA!), or you can change your web server's KeepAliveTimeout to some value > 60 seconds (IE's default timeout). This allows IE to determine when the conversation is over (Typical MS demanding to be in control of everything).

  • Photoshop Elements file info font size

    The text size in Photoshop elements is rather small. By Text I mean the font size for commands.  I can live with it most of the time but when adding text to the File Info field I find it very hard to read and check spellling.  Is there any way to increase font size or magnify what one sees.  For example in Windows, Control Panel, Display I can adjust the display font size but that seems to have no effect in PE.  Any ideas?

    Yes, even if you set the UI font size to 200%, that has no effect on the font size of the Information dialog in the editor.
    My suggestion is to use the Organizer to input your information. I have set the font size in Windows (not in Elements) to 125% for my 1920 x 1200 24" display.
    It's comfortable to input file properties in the Information panel on the right. For the IPTC data, click on the icon with three dots to open the IPTC dialog.

  • File Info in Photoshop shows only a blank page

    Photoshop CS5. This is what happens when I select File Info. The page then becomes non responsive and I have to close out PS. File Info works on Illustrator. Thank for any assistance.

    See if this works:
    1. Open Notepad
    2. Copy this line into notepad
        C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\3.0
    3. In notepad go to File>Save As, change the Save As Type to All Files and save to your desktop using the following name
       AdobeXMPFileInfoCS5.cfg
    4. Then copy the file from your desktop into the flashplayertrust folder that you have shown in your screenshot
    Start photoshop cs5 and hopefully the file info is not blank.

  • How do I auto fill "file info" in photoshop cc ?

    How do I auto fill "file info" in photoshop cc ?

    If it's repeating information such as your contact and copyright information, you may wish to create a Template.
    Auto-complete is available in Photoshop CC, which is a time saver. This feature has been left out of CC 2014.
    How can I set in ps the "file info" autofill option?
    Creating Metadata Templates | Photometadata.org

  • Category and Supplemental Category are missing from Photoshop CC 2014 File Info IPTC metadata

    Photoshop CC 2014.0.0 is missing the File Info IPTC metadata fields Category and Supplemental Category. Is there a way to restore them? The new interface to all the IPTC fields is much less flexible—they cannot be rearranged or hidden as in Photoshop CC 14.x

    Removed from XMP

  • File Info Hangs Photoshop?

    Hello.
    I was trying to change the copyright information on a few photos in PS, but every time I open the File Info dialog (ctrl-alt-shift-i) the dialog comes up empty and hangs photoshop. Even if I open PS with a new document and try to open File Info, it still hangs.
    Has anyone else noticed this issue and is there a workaround?
    Here's my version:
    Adobe Photoshop Version: 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1

    Thanks for the suggestion.
    I didn't find any files matching with "mru" in the name (I'm running CS6), but did find "FileInfoLibraryPrefs.xml" which contains:
    <xfi:libraryprefs xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
              <xfi:dialogSize width="977" height="753" minWidth="640" minHeight="480"/>
    </xfi:libraryprefs>
    I renamed it, started Bridge, selected file-info for a file, it still came up blank, but it did drop in a new "FileInfoLibraryPrefs.xml" file with the following:
    <xfi:libraryprefs xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
              <xfi:dialogSize width="680" height="620" minWidth="640" minHeight="480"/>
    </xfi:libraryprefs>
    Anyway, it didn't work after a second try.
    Also, I have Bridge CS3 installed on my system (still using the old Version Cue), and that File Info XMP dialog comes up fine.

  • Photoshop CS5 'file info' pemissions problem

    I recently had to replace the had drive and reinstall Photoshop CS5. I used to be able to access the file info box and add metadata or read the camera settings. Now the file info box loads but the fields are not available. if I log out and use the guest account on my Mac it works fine so Adobe support told me it is a permissions issue that prevents the box from loading. I have no idea where to correct this.
    I am running Photoshop at 32 bit so my scanner will work, but I tried it at both 32 & 64, but the file info box doesn't load regardless of this setting. I also tried unistalling & reinstalling Photoshop. I have obviously messed up a user permissions setting somewhere but I don't know where to fix it.
    Here is a screen capture showing the two views. The top is logged into my usual account and bottom is on the guest account.Thanks for any suggestions!
    http://dl.dropbox.com/u/8102950/screens_mac.jpg
    mac OSX 10.6.8
    Photoshop CS5 10.0.4 x32

    I recently had to replace the had drive and reinstall Photoshop CS5. I used to be able to access the file info box and add metadata or read the camera settings. Now the file info box loads but the fields are not available. if I log out and use the guest account on my Mac it works fine so Adobe support told me it is a permissions issue that prevents the box from loading. I have no idea where to correct this.
    I am running Photoshop at 32 bit so my scanner will work, but I tried it at both 32 & 64, but the file info box doesn't load regardless of this setting. I also tried unistalling & reinstalling Photoshop. I have obviously messed up a user permissions setting somewhere but I don't know where to fix it.
    Here is a screen capture showing the two views. The top is logged into my usual account and bottom is on the guest account.Thanks for any suggestions!
    http://dl.dropbox.com/u/8102950/screens_mac.jpg
    mac OSX 10.6.8
    Photoshop CS5 10.0.4 x32

  • Photoshop cs4 wrong exif orientation in File Info

    I've been playing around with Exif orientation data, and CS4 always shows the orientation as "Normal" in File -> File Info. However, looking at the same EXIF information with other programs (e.g. Picasa), I see the appropriate rotation information, which is consistent with how I took the photos. Is this a bug in Photoshop CS4? I took the photos with an iPhone 4, by the way.

    eliot1785 wrote:
    Is there a way for me to upload the file to the forum without stripping the EXIF information? Would be interested if you see the same thing on your Mac.
    No; but you can upload it to an FTP server or a service like Dropbox or the free yousendit.com and post the link to it here.

Maybe you are looking for

  • Opening a word document for editing with webdav

    I'm not sure if this is the correct place for this question.. I am attempting to open a word document, which resides in a webdav folder from web app. I need IE to start word and open the original document from the webdav folder and allow the user to

  • Long Text in Process Order

    Hi , I want to add the long text in Process Order screen. I had seen the long text tab is in the production order screen(CO01) but i could not find the same in the process order screen(COR1).  Is there any customization or any user exit required to a

  • Derived class also implements interface?

    Hi guys, If a base class A implements an interface (e.g. Comparable), does a derived class of A also implement this interface (or is of this type e.g Comparable, if this is a more correct way to say it)?? If so, would it be wrong to write "public cla

  • Comma in report column alias breaking PDF Printing?

    It appears that some (but not all) special characters (e.g., a comma) in a report column alias causes an error when using PDF printing under "Print Attributes" for reports. This query works fine: select sysdate as "Date Today" from dual But the query

  • ASCP Test for Load Legacy Data

    Through to the legacy Web Adi ASCP Data in the Test of the load. Plan to check more than one, but the result is not correct  that there is  cause msc_operation_components not exists. Questions 1: msc_operation_components Table also through the Upload