-
I have an Oly E3 camera, and I want to retrieve the Flash Compensation exif data with EXIF.py. I read the EXIF.py code, and Flash Compensation is inside the Oly makernotes stuff. However, EXIF.py <filename> does not show Flash Compensation. What am I doing wrong?
If someone wants to check, you can try with this image...
2009-09-01 17:39:47 UTC by sussy
-
Thanks for your report. Could you please send me the image ?
ianare at gmail dot com
thanks !
2009-09-01 03:25:37 UTC by ianare
-
A similar problem occurs when pyexiv2 is used to add a comment to an image.
After this EXIF.py is unbale to parse the EXIF header. Also when I use file to identify the file type I notice that it no longer recognizes the EXIF header:
Before adding the comment:
DSC02299.JPG: JPEG image data, EXIF standard 2.21
And after adding a comment:
[m8ram@minastirith 23]$ python...
2009-08-30 15:26:41 UTC by nobody
-
I can circumvent/correct the error by adding the lines:
if len(v)
2009-08-28 17:20:03 UTC by r_mano
-
Hi, I have an image (from a digital camera) which crashes EXIF 1.0.8 with the following error. I cannot post the image in the public forum, but I will happily send it to a developer. You can tell me at romano.giannetti@gmail.com.
Thanks...
(0)rukbat:/home/multimedia/pictures% /home/romano/lib/python/EXIF.py reallybad.jpg
reallybad.jpg:
Traceback (most recent call last):
File...
2009-08-28 17:14:25 UTC by r_mano
-
Same problem here, changed line 1351 to only allow 1024 bytes max:
if count != 0 and count < 1024: [...]
Perhaps interisting when looking for the bug: This only raises a MemoryError on some machines. Main difference I found so far ist Python 2.5 (error) vs. Python 2.6 (works). But perhaps its something different, as one machine is (Hardened) Gentoo (error) and the other some plain Ubuntu...
2009-08-24 12:48:04 UTC by ddanier
-
That's strange, for me the download now button shows the latest released version. I know SF has been doing some major work of late, and this has caused a lot of problems for many projects. Maybe this issue has been resolved by SF already ?.
2009-08-11 20:09:55 UTC by ianare
-
Hi,
It appears that the summary page on sourceforge where most people will first encounter EXIF.py (https://sourceforge.net/projects/exif-py/) has a "Download Now!" button linked to a very old version of EXIF.py
It caused me minor trouble as I downloaded EXIF.py to use exif2kml.py which then failed with:
File "exif2kml.py", line 254, in <module>.
2009-08-08 07:15:00 UTC by vikingnews
-
2**32 = 2 147 483 648 The code is trying do a single read that is less than that.
2009-07-17 17:04:19 UTC by crabbypete
-
A 3Mg image causes this result Note Image is to large to add
Traceback (most recent call last):
File "C:\EXIF\EXIFv1_0_8.py", line 1749, in
data = process_file(file, stop_tag=stop_tag, details=detailed, strict=strict, debug=debug)
File "C:\EXIF\EXIFv1_0_8.py", line 1688, in process_file
hdr.decode_maker_note()
File "C:\EXIF\EXIFv1_0_8.py", line 1523, in...
2009-07-16 15:16:05 UTC by crabbypete