Rants, Raves, and Rhetoric v4

Tag: EXIF

  • June 15th – Nature Photography Day

    For Nature Photography Day 2008, I made an NPD Flickr group and invited a bunch of people. The only rules were to a) post pictures taken on June 15th (thank you Flickr / EXIF) and b) about nature or destruction of nature. Unfortunately, I didn’t pay attention to the group as I should have. So…

  • Recovering Pictures

    William borrowed my camera to go on his honeymoon. He also lost the photos with a poorly timed crash & drive reformat. So he wants to borrow the card and recover the data. Thankfully I have not used the camera since he returned it despite thinking I should. Luckily I ran across A Computer Repair…

  • Division Issue in YAPB

    Problem PHP in Yet Another Photoblog causes “Warning: Division by zero in exifReader.inc on line 859” (the problem line is in bold):   case TAG_SHUTTERSPEED:   // More complicated way of expressing exposure time, so only use   // this value if we don’t already have it from somewhere else.   if ($this->ImageInfo[TAG_EXPOSURETIME] == 0){     $sp = $this->ConvertAnyFormat($ValuePtr, $Format);   …