1 Dec 23:01
[ pel-Bugs-3017880 ] getEntry(PelTag::IMAGE_UNIQUE_ID) always returns null
SourceForge.net <noreply <at> sourceforge.net>
2010-12-01 22:01:04 GMT
2010-12-01 22:01:04 GMT
Bugs item #3017880, was opened at 2010-06-18 04:28 Message generated for change (Comment added) made by lsolesen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=650322&aid=3017880&group_id=108380 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Parsing Group: PEL Version 0.9.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fred N (fnplus) Assigned to: Nobody/Anonymous (nobody) Summary: getEntry(PelTag::IMAGE_UNIQUE_ID) always returns null Initial Comment: I clear the Exif data of a jpeg and then add a new entry and this process works properly, except with the PelTag of IMAGE_UNIQUE_ID. Once an image has been processed with it, it should now have a new entry for SOFTWARE, for example, so if I run the script again on the image that was just processed, instead of $software returning null, it will return a value, which means it only needs to be updated using $software->setValue($software_name), see the else condition below. That works for SOFTWARE and likely all the others. However, IMAGE_UNIQUE_ID always returns null in this process, even though it has been set the first time around. I verify that it has been set using three different Exif readers and they all show the content is there. So, if I pass the image that was just processed through t he script again, it should not equal null and be sent to the else condition for updating the value. Instead, however, it is always null. This should not be happening.(Continue reading)
RSS Feed