Exif, IPTC and Photoshop JPEG

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Exif, IPTC and Photoshop JPEG

    Hi there,

    I would like to change the exif data of a jpeg image by php.
    I have been able to change the IPTC informations using IPTC.php, but exif
    information IFD0 remain unchanged and photoshop continue to see tho old
    data.

    Does anyone know how to do? (I can't sleep about it)

    Thank you in advance,

    Gim
    GimBox Guest

  2. Similar Questions and Discussions

    1. Photoshop 7.0 cannot save as JPEG
      I'm using Windows 2000. I am opening up a 435MB .tiff file. I open the file, edit the image. I want to save it off as a .jpg file. I go to save as......
    2. Extracting EXIF/IPTC info from jpeg/tiff image files
      Hi everybody I need to extract the information (EXIF and IPTC) from jpeg/tiff image files. After that i have to allow my client to modify and put...
    3. Extracting EXIF/IPTC info from jpeg and tiff files
      Hi everybody I need to extract the information (EXIF and IPTC) from jpeg/tiff image files. After that i have to allow my client to modify and put...
    4. Read/write IPTC info from a JPEG file?
      Is there a way for ASP.net to read and write IPTC info from a JPEG file? Just like what PHP can do? Really appreciate your answer.
    5. Exif data in Photoshop 6
      danto wrote: No. You need Photoshop 7. Earlier versions doesn't understand EXIF data. -- Regards Madsen.
  3. #2

    Default Re: Exif, IPTC and Photoshop JPEG

    On Sat, 22 May 2004 11:38:44 +0000, GimBox <borgonovo@tavernadelleidee.it>
    wrote:
    >I would like to change the exif data of a jpeg image by php.
    >I have been able to change the IPTC informations using IPTC.php, but exif
    >information IFD0 remain unchanged and photoshop continue to see tho old
    >data.
    >
    >Does anyone know how to do? (I can't sleep about it)
    Try Google first, there's more than one very obvious match in the first few
    hits. [url]http://www.google.com/search?q=exif+php[/url]

    --
    Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool
    [url]http://www.andyh.co.uk[/url] / [url]http://www.andyhsoftware.co.uk/space[/url]
    Andy Hassall Guest

  4. #3

    Default Re: Exif, IPTC and Photoshop JPEG

    On Sat, 22 May 2004 14:09:41 +0000, GimBox <borgonovo@tavernadelleidee.it>
    wrote:
    >> Try Google first, there's more than one very obvious match in the first
    >> few
    >> hits. [url]http://www.google.com/search?q=exif+php[/url]
    >
    >Thank you, Andy,
    >I have tried it yet, but I can't find anything useful for writing exif data.
    >I found the IPTC.php class. But with this, Photoshop exif information is
    >still there... grumble grumble!
    Yeah, I cancelled the post after spotting that the obvious match was PHP5 only
    - looks like the message still got out though before the cancel got through.

    --
    Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool
    [url]http://www.andyh.co.uk[/url] / [url]http://www.andyhsoftware.co.uk/space[/url]
    Andy Hassall Guest

  5. #4

    Default Re: Exif, IPTC and Photoshop JPEG

    > Try Google first, there's more than one very obvious match in the first
    > few
    > hits. [url]http://www.google.com/search?q=exif+php[/url]
    Thank you, Andy,
    I have tried it yet, but I can't find anything useful for writing exif data.
    I found the IPTC.php class. But with this, Photoshop exif information is
    still there... grumble grumble!

    Gim

    GimBox Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139