Is there somewhere some Python-module that can be used for adding EXIF-info
to JPEG files?
(Modules for extraction of EXIF-data are easily found, but lacks - as I see
it - capacity to add new tags.)
/BJ 4 1887
Bror Johansson wrote:
Is there somewhere some Python-module that can be used for adding
EXIF-info to JPEG files?
(Modules for extraction of EXIF-data are easily found, but lacks - as
I see it - capacity to add new tags.)
Hi,
this is a feature that I want to add to FreeImagePy. It's not so
difficult, but now I haven't time to do it. If you want to spend some
hours for make enjoying yourself and all the python community, email me! :)
/BJ
Bye,
Michele
I think you can find what do you need into this repository, it's a
creative commons tool: https://svn.berlios.de/svnroot/repos...torage-branch/
take a look in the follow directory:
ccpublisher/jpeg/
I'm not sure if it's what you want, let me know.
See you,
Dilly
On 8/21/06, Michele Petrazzo <mi**************@togliunipex.itwrote:
Bror Johansson wrote:
Is there somewhere some Python-module that can be used for adding
EXIF-info to JPEG files?
(Modules for extraction of EXIF-data are easily found, but lacks - as
I see it - capacity to add new tags.)
Hi,
this is a feature that I want to add to FreeImagePy. It's not so
difficult, but now I haven't time to do it. If you want to spend some
hours for make enjoying yourself and all the python community, email me! :)
/BJ
Bye,
Michele
-- http://mail.python.org/mailman/listinfo/python-list
Bruno Dilly wrote:
I think you can find what do you need into this repository, it's a
creative commons tool: https://svn.berlios.de/svnroot/repos...torage-branch/
take a look in the follow directory: ccpublisher/jpeg/
I'm not sure if it's what you want, let me know.
This is more and more times harder than I need!
This code add the exif tags to the image by itself, but I need only to
wrap and add some python code for make freeimagepy talk with the tags
freeimage's functions. Only this! All the tags code for
add/remove/modify them are already inside freeimage!
See you,
Dilly
Bye,
Michele
Bruno Dilly wrote:
I think you can find what do you need into this repository, it's a
creative commons tool: https://svn.berlios.de/svnroot/repos...torage-branch/
take a look in the follow directory:
ccpublisher/jpeg/
I'm not sure if it's what you want, let me know.
See you,
Dilly
After glancing through the code I think it offers all - or most of -
what I need.
Thank you!
/Bror J. This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Tommy |
last post by:
Hi.
I try to use PEL (pel.sourceforge.net) to copy some exif information from
orginial camera jpeg to resized copy with php gd library. But...
|
by: Jan Schmidt |
last post by:
Hi NG,
i created my own Picture Gallery, which reads the EXIF Data of each Picture
before displaying on website.
I'd like to give my users the...
|
by: Kenneth McDonald |
last post by:
Warning: this post may display my utter ignorance of image file format
facts.
As part of a photo album program I'm working on, I'd like to be...
|
by: Christos TZOTZIOY Georgiou |
last post by:
Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes, please
let me know, since I can't test a couple of my apps using PIL with 2.4 .
You...
|
by: Erik Naasner |
last post by:
hello,
what i would like to do is "stamping" my images.
after uploading the images from the digital camera it would be
usefull to fill out the...
|
by: BluDog |
last post by:
Hi
I was wandering if anyone knew if it was possible to add custom EXIF
tags (such as Photographer and Title) to a JPEG image, or to modify
the...
|
by: FayeC |
last post by:
I have tried to use a php code (found it online) to create a gallery
but I am wondering if thereare any other PHP options besides using
EXIF.
The...
|
by: Frank |
last post by:
I see that ImageFormat includes exif.
But I can't find out if
I've System.Drawing.Image.FromStream
or something like it
can read and/or...
|
by: Mohawk Mawk |
last post by:
Hey guys...
I have a image string I want to read with exif_read_data() but
exif_read_data() does not read strings, only files.
i can display the...
|
by: tlhintoq |
last post by:
I'd like to think I can work out most issues, but this one is kicking my butt.
What's worse, is that I know I can't be the first guy to want to add...
|
by: jalbright99669 |
last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...
| |