ID:               38484
 User updated by:  camka at email dot ee
 Reported By:      camka at email dot ee
-Status:           Feedback
+Status:           Open
 Bug Type:         EXIF related
 Operating System: win xp
 PHP Version:      5.1.4
 New Comment:

As i can see from PhotoStudio's Markers Exif Info tab both camera make
and camera model fields are ascii strings. Can i ask you where you got
the unicode thing from?


Previous Comments:
------------------------------------------------------------------------

[2006-08-17 14:41:58] [EMAIL PROTECTED]

Looks like there is some Unicode in the exif tags.
Can you check it out?

------------------------------------------------------------------------

[2006-08-17 14:10:10] camka at email dot ee

Description:
------------
exif_read_data returns empty camera make. At the same time all know
image viewers/editors recognize it correctly.

Is the image itself is incorrectly formatted, or exif extension cannot
handle the format of this exif version?

image: http://www.hot.ee/camka/exif/16722_DKGY6J.jpg 

Reproduce code:
---------------
print_r(exif_read_data($file));

Expected result:
----------------
...
    [Make] => KONICA MINOLTA
    [Model] => DIMAGE Z6
...

Actual result:
--------------
...
    [Make] => 
    [Model] => GE Z6 v1.00
...


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38484&edit=1

Reply via email to