jpg, jpeg metadata

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

    jpg, jpeg metadata

    does anyone know how to get/set jpg or other image types metadata using Python.
    I had search in vault of parnassus and PIL, but only can read the EXIF.

    Long live Python!
  • Larry Bates

    #2
    Re: jpg, jpeg metadata

    Take a look a jhead.exe. You can easily use os.system
    to call it from python.



    Regards,
    Larry Bates
    Syscon, Inc.


    "helmi03" <helmi03@yahoo. com> wrote in message
    news:8a560941.0 403301948.146d2 51@posting.goog le.com...[color=blue]
    > does anyone know how to get/set jpg or other image types metadata using[/color]
    Python.[color=blue]
    > I had search in vault of parnassus and PIL, but only can read the EXIF.
    >
    > Long live Python![/color]


    Comment

    • Cameron Laird

      #3
      Re: jpg, jpeg metadata

      In article <s9mdnQz3BbxW y-7dRVn-uw@comcast.com> ,
      Larry Bates <lbates@swamiso ft.com> wrote:[color=blue]
      >Take a look a jhead.exe. You can easily use os.system
      >to call it from python.
      >
      >http://www.sentex.net/~mwandel/jhead/usage.html[/color]

      Comment

      Working...