Getting caption infomation from a jpg file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark C

    Getting caption infomation from a jpg file

    Is there a function that can extract the caption information? I want to
    display it below the image file.

    TIA

    Mark C


  • Noel

    #2
    Re: Getting caption infomation from a jpg file

    On Sun, 15 Aug 2004 13:37:29 -0400, "Mark C" <nospam@today.c om> wrote:
    [color=blue]
    >Is there a function that can extract the caption information? I want to
    >display it below the image file.[/color]

    You'll want the EXIF functions. Look at



    Comment

    • Chung Leong

      #3
      Re: Getting caption infomation from a jpg file


      "Noel" <no.spam@thank. you> wrote in message
      news:v8cvh0pic1 7qhavsr6t6atin4 5kc2j7o54@4ax.c om...[color=blue]
      > On Sun, 15 Aug 2004 13:37:29 -0400, "Mark C" <nospam@today.c om> wrote:
      >[color=green]
      > >Is there a function that can extract the caption information? I want to
      > >display it below the image file.[/color]
      >
      > You'll want the EXIF functions. Look at
      > http://www.php.net/manual/en/ref.exif.php
      >
      >[/color]

      or use getimagesize(), which is always available



      Comment

      Working...