|
#1
|
|||
|
|||
|
EXIF problem
I'm running PP 1.5... but my EXIF data is all messed up...
see here... http://www.alphakilo.net/photoblog/i...p?showimage=47 the focal length is being expressed with too many decimals... as far as I could tell, no one has actually presented this problem yet, if so, please help me fix it.. |
|
#2
|
||||
|
||||
|
Pixelpost 1.6 will have improved EXIF support.
And it the final version of 1.6 should be out within a week or two. So just hang tight for the moment, help is on the way. :-)
__________________
Jay Williams | A Different View |
|
#3
|
||||
|
||||
|
it is a well known ISO bug. Apply this fix:
My solution is to do this in line 397 of exif.php, last line in this snippet (in formatData method): PHP Code:
Add this line: if ($tag="8827") $data=65535&$data; //mask 2 bytes for ISO rating
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#4
|
|||
|
|||
|
Quote:
Am I missing something? Perhaps should I change something in the code to deal with it...? if so.. what should I change? |
|
#5
|
||||
|
||||
|
try upgrading to version 1.6 final and see if the problem persists.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
| Post Reply |
| Thread Tools | |
|
|