Adding EXIF standards back into a JPG file using Photoshop

Can anyone tell me how this is done?
I'm trying to get photos (JPG files) I've edited in Photoshop and placed on an SD card to display on a Panasonic plasma television (TC-P42X1). The televison will only recognize JPG files with DCF or EXIF standards in tact. I'm assuming photos taken with a digital camera (unedited) already build in these stanards, as those photos view just fine. I'm also assuming that Photoshop strips the JPG file of these standards since the error I'm getting is "Cannot Read" with edited images.
Of course Panasonic says, "It's an Adobe issue." Adobe would probably tell me "It's a Panasonic issue." Neither of those answers help solve my problem.
Here is what I've tried so far, with little to no luck. Using Photoshop, I've opened an image, gone to File/File Info (given the photo a description), selected "OK" and saved the image as a JPG file (did not use the "Save for Web" path). This has gotten me a step closer. Now I can see a thumbnail image on the television when in menu view, but it still says, "Cannon Read" when trying to view the images with the slide show option. Does anyone know the trick is using Photoshop to correct this issue? I'm open to other options as well.
Thank you in advance to anyone willing to help solve this problem!!!

Try this possible workaround:
1.— Take your original file (before any edits) and duplicate it.
2.— Work on the duplicate (exact clone) only.  Do all your Photoshop edits to your heart's content.  (Optional step: save the file, but don't close it so you don't compress the JPEG and deteriorate its quality.)  Do a select all (Command+A on the Mac, Control+A on Windows) to select the entire pixel content of the duplicate, and COPY that.  Now you have your edited image on your clipboard.
3.— Open the original file, and do a select all on it, but don't copy that!  Instead, DELETE all the pixel content of the original.  Now you have a blank image with only the metadata of the original.
4.— Paste the contents of your clipboard (the pixels of the edited clone) into the blank original.  Save.
With any luck, you'll have the edited pixels with the metadata of the original.
It should work, but there are no guarantees.

Similar Messages

  • Saving .jpg files using Photoshop elements 11

    I'm having troupble uing "save" and "save as" in Photoshop Elements 11.  This just started happening about a month ago.  Appprox. half the pictures I save do not appear in the designate file.  Instead a box with "JPG" inside appears.  The only way I can see the actual picture is to use a different application and resave.  I have an Apple.  Can anyone help with this?

    Then it is absolutely vital to delete the preferences. You must do this for PSE every time you do  a major OS X upgrade, like from 10.7 to 10.8 or from 10.8 to 10.9.
    For PSE 11, the files you want are
    com.adobe.PhotoshopElements.plist
    Adobe Photoshop Elements 11 paths
    Adobe Photoshop Elements 11 settings
    and any lockfiles with the same names. If you use the organizer, also look for anything starting with com.adobe.Elements Organizer.
    General directions are here:
    http://barbarabrundage.com/2013/10/28/photoshop-elements-and-os-x-mavericks/
    And take your finder windows out of cover flow view, if you've been using that--there's a known bug between mavericks  cover flow view and adobe products.

  • Can I convert a PDF back into a PUB file?

    Can I convert a PDF back into a PUB file?

    Use Acrobat XI (Pro or Standard) to export the PDF to Word.
    Use Calibre to bring the Word file into ePub.
    Be well...

  • Bordercontainer into .jpg file using php

    hi
    i have done one bordercontaine using flex 4.
    that bordercontainer contain one image and label
    i want to store that bordercontainer into jpg using php file
    I give my mxml file and php
    newflexphp.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.controls.Alert;
                import mx.graphics.codec.JPEGEncoder;
                import mx.rpc.events.ResultEvent;
                import mx.utils.Base64Encoder;
                //import com.adobe.images.JPGEncoder;           
                import flash.utils.ByteArray;
                import flash.system.System;
                private var bmSave:BitmapData;
                public function resultHandler( event: ResultEvent ):void
                    Alert.show( "Result "+String(event.result) );
                public function saveImg():void{
                    var jpgSource:BitmapData = new BitmapData (bcont.width, bcont.height);
                    jpgSource.draw(bcont);
                    var jpgEncoder:JPEGEncoder = new JPEGEncoder(85);
                    var jpgStream:ByteArray = jpgEncoder.encode(jpgSource);
                    var header:URLRequestHeader = new URLRequestHeader("Content-type", "application/octet-stream");
                    var jpgURLRequest:URLRequest = new URLRequest("http://localhost/jpg_encoder.php?name=sketch1.jpg");
                    jpgURLRequest.requestHeaders.push(header);
                    jpgURLRequest.method = URLRequestMethod.POST;
                    jpgURLRequest.data = jpgStream;
                    navigateToURL(jpgURLRequest);
            ]]>
        </fx:Script>
        <s:BorderContainer x="369" y="171" width="232" height="216" id="bcont">
            <mx:Image x="44" y="14" width="151" height="87" source="images/3.jpg"/>
            <s:Label x="44" y="132" text="Best wishes" width="94" height="44"/>
        </s:BorderContainer>
        <s:Button x="163" y="182" label="Button" click="saveImg()"/>
    </s:Application>
    jpg_encoder.php
    <?php
    if (isset($GLOBALS["HTTP_RAW_POST_DATA"]))
        // get bytearray
        $jpg = $GLOBALS["HTTP_RAW_POST_DATA"];
        // add headers for download dialog-box
        header('Content-Type: image/jpeg');
        header("Content-Disposition: attachment; filename=".$_GET['name']);
        echo $jpg;
    ?>
    now i get the result seketch.jpg file
    but the link is redircted to php
    just i want to convert my bordercontainer into .jpg file using php.
    how can i do .
    regards
    athi

    Try this possible workaround:
    1.— Take your original file (before any edits) and duplicate it.
    2.— Work on the duplicate (exact clone) only.  Do all your Photoshop edits to your heart's content.  (Optional step: save the file, but don't close it so you don't compress the JPEG and deteriorate its quality.)  Do a select all (Command+A on the Mac, Control+A on Windows) to select the entire pixel content of the duplicate, and COPY that.  Now you have your edited image on your clipboard.
    3.— Open the original file, and do a select all on it, but don't copy that!  Instead, DELETE all the pixel content of the original.  Now you have a blank image with only the metadata of the original.
    4.— Paste the contents of your clipboard (the pixels of the edited clone) into the blank original.  Save.
    With any luck, you'll have the edited pixels with the metadata of the original.
    It should work, but there are no guarantees.

  • How to get DocSet property values in a SharePoint library into a CSV file using Powershell

    Hi,
    How to get DocSet property values in a SharePoint library into a CSV file using Powershell?
    Any help would be greatly appreciated.
    Thank you.
    AA.

    Hi AOK,
    Would you please post your current script and the issue for more effcient support.
    In addition, to manage document set in sharepoint please refer to this script to start:
    ### Load SharePoint SnapIn
    2.if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null)
    3.{
    4. Add-PSSnapin Microsoft.SharePoint.PowerShell
    5.}
    6.### Load SharePoint Object Model
    7.[System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint”)
    8.
    9.### Get web and list
    10.$web = Get-SPWeb http://myweb
    11.$list = $web.Lists["List with Document Sets"]
    12.
    13.### Get Document Set Content Type from list
    14.$cType = $list.ContentTypes["Document Set Content Type Name"]
    15.
    16.### Create Document Set Properties Hashtable
    17.[Hashtable]$docsetProperties = @{"DocumentSetDescription"="A Document Set"}
    18.$docsetProperties = @{"CustomColumn1"="Value 1"}
    19.$docsetProperties = @{"CustomColum2"="Value2"}
    20. ### Add all your Columns for your Document Set
    21.
    22.### Create new Document Set
    23.$newDocumentSet = [Microsoft.Office.DocumentManagement.DocumentSets.DocumentSet]::Create($list.RootFolder,"Document Set Title",$cType.Id,$docsetProperties)
    24.$web.Dispose()
    http://www.letssharepoint.com/2011/06/document-sets-und-powershell.html
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • File not found error when opening .JPG files in Photoshop CC

    uninstalled and reinstalled photoshop CC and cannot resolve this issue.
    any time i open a .jpg file in photoshop, I get a "Could not complete your request because the file was not found."
    the file is obviously there, so i'm assuming its missing some sort of plugin, which i thought would be resolved when reinstalling photoshop.
    very frustrated and not sure how to fix this.
    running OSX mavericks
    please help

    used bridge, didn't work.
    tried right-click, double click..open in program.
    same error.
    files work in other adobe products.....
    only way to get a jpg in there is to "paste" it in.

  • Capturing EPC error List into a local file using BDC

    Can anyone let me know the Code for downloading the EPC check Results into a local File using BDC...[<b></b>

    You can use the function module
    EXTENDED_PROGRAM_CHECK to get the errors and warnigs of a epc for a program.
    then you can download that internal table information using GUI_DOWNLOAD fm.
    Regards,
    Ravi

  • How to convert a HTML files into a text file using Java

    Hi guys...!
    I was wondering if there is a way to convert a HTML file into a text file using java programing language. Likewise I would also like to know if there is a way to convert any type of file (excel, power point, and word) into text using java.
    By the way, I really appreciated the help that you guys gave me on my previous topic on how to extract tests from a pdf file.
    Thank you....

    HTML files are already text files. What do you mean you want to convert them?
    I think if you search the web, you can find things for converting those MS Office files to text (or extracting text from them, as I assume you mean).

  • I want to import a MS Word Index into a .pdf file using Adobe Pro.  How do I do that?

    I want to import a MS Word Index into a .pdf file using Adobe Pro. It is for a book.  The book has been converted to a .pdf for printing, but it needs an Index for the last page of the book.  I tried to embed a new index (starting from scratch but no luck.  Any suggestions?  Thank you for your time.

    Now I want to search this "myArrayStrings.get(r)" in another file. How to do that?Store the returned String. Do the same thing you did to read the first file to read the second file (i.e. read it in line-by-line and store the lines in a list). Then check if that list contains the String you stored from the first list.
    E.g. (using your code):
    String name = myArrayStrings.get(r); // assuming r is initialized somewhere before this
    if ( otherList.contains( name ) ) { // assuming otherList is your second list
        // do something
    }

  • How to scan more pages into one PDF file using hP inkjet 2515

    Dear friend 
    How to scan more pages into one PDF file using hP inkjet 2515 

    Dear friend 
    How to scan more pages into one PDF file using hP inkjet 2515 

  • Can I open raw files using photoshop elements

    Can I open raw files using photoshop elements

    Yes, depending on the Camera Model and version of PSE.
    All camera makers like to make slight changes to the RAW format for their new models. Adobe then take a few months to produce a camera RAW plug-in to process the new format.
    Give you PSE version and camera model and we could be more help.
    Brian

  • Cannot open dng files using Photoshop CS4 after formatting my computer.

    I had  Photoshop CS4 installed at my desktop and because I couldn't open my raw files taken with my Sony A99 I downloaded DNG Data Converter.After that I was able to open my dng files using Photoshop CS4.After some months I formatted my computer and I reinstalled Photoshop CS4.Now I cannot open my older dng files and I get an error message.Also I cannot update my initial version of Photoshop from version 11.0.

    Mac or Win?
    Did you update Photoshop after reinstalling it?
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • How do I turn a photo into a pencil sketch using Photoshop Elements 12?

    How do I turn a photo into a pencil sketch using photoshop elements 12?

    Filter> Sketch> Pen & Ink.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • How Do I convert image in xml data file back into a JPG?

    I have a user submitted for with an image field and some text fields on it.
    User uploads an image, enters text, clicks submit by email.
    I get the xml data file by email.
    I create a spreadsheet from it.
    text field data is there, in the image field column theres the encoded in text image.
    how do I convert that back into an actual jpg??

    Simply to review proper proceedure and verify we are all on the same page.
    First, set Pan Mode to Stereo Left/Right.
    Then you need to change the XHA1's "Stereo" configuration to "Dual Mono". 
    Each will then automatically pan to the center. 
    Then turn one of the channels off.
    This will work in either the Browser or in a Timeline.

  • InDesign Adding Shadow/Lines to Transparent PSD & JPG Files?

    I'm relatively new to InDesign, but as I've run this issue through an expert friend of mine who could not puzzle it out- I'm coming here.
    I have a number of different images, both JPG's & PSD's that have some transparent areas in them. I'm incorporating them into InDesign files using the "place" command, but when I export the InDesign file to PDF a strange sort of drop-shadow looking effect is coming up between the areas that have images and those that were transparent on the JPG & PSD.
    The transparent areas on the JPG & PSD's were created by simply deleting areas of a graphic, or by placing a small image onto a larger transparent background. No masks or clipping paths involved.
    Thank you for your help!

    I recently attended a seminar with Terry White (http://terrywhite.com/techblog/) and asked him about my issue here. He said, and I am paraphrasing here, that the problem is that my image with a transparent background is being processed through a filter (or something) that readies it for the final image- but the image behind it is not going through this transparency process, and that the inconsistency adds weird black shadows and/or halos under some printing situations.
    His solution was fairly simple- take the image BEHIND the one with the transparency, and set the transparency of that image to 99%. Its not visible to your eye, but it means that both images will be process through the "filter" and you won't get those weird halos and shadows.
    I haven't had the opportunity to play with his solution much- but on first run-through, it seems to be working for me.

Maybe you are looking for

  • AFS ATP Problem

    Hi All, I'm having a problem right now with an AFS material that is promising against a purchase order that has already been fully promised against.  Material 1000, grid C, has a PO in the system for 75 units.  There are orders saved that total up to

  • Create dump file with datapump, with read right for everybody

    Hello, I have a problem under Linux : I am creating dump files with datapump. Those dump files are owned by a dba group, with no read access for users not in the dba group. Is there a way that the datapump utility creates dump files with a read acces

  • Link Text to SO Line item

    Hi, In SALES ORDER LINE ITEM 1 ,Text entered is COLUMN 1 In SALES ORDER LINE ITEM 2 ,Text entered is COLUMN 3 In SALES ORDER LINE ITEM 3,Text entered is COLUMN 2 Now in smartforms ,I have to display the above. ex: in COLUMN 3 ,Line item 2 should be d

  • Missing Exchange calendar appts

    iPhone 4 with 4.1. Syncing to Exchange 2007 using EAS. Rarely, appts will just not show up on the iPhone. They appear fine in Outlook and Outlook Web Access. The latest one is a recurring weekly appt and none of the instances appear on the phone whil

  • If i click on a link fire fox will open a new window to google every 3 or 4 times i click on a link why is this happening

    if i go on snowest and click on the forums firefox will open a new window to google for no reason and it will just keep opening a new window after i close it and click on a sub forum and iv run 3 different virus programs and nothing has come up. what