Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Coppermine 1.3 / EXIF / ShutterSpeedValue  (Read 4297 times)

0 Members and 1 Guest are viewing this topic.

somnium

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Coppermine 1.3 / EXIF / ShutterSpeedValue
« on: September 28, 2005, 12:21:31 am »

Him.

Im Using a Minolta Dimage 5 and the only way to show the Shutter Speed is the "Sutter Speed Value" (hex 0x9201). Is there any possibility to show this value in the Gallery?
I've searched the Forum the last hours and found a "ISO Hack" Guide which helped me to fix the "Missing ISO" bug in german language.. I tried to edit the files in th same way to find a way to show the shutter speed.. and found a "TAG_SHUTTERSPEED:" in the exifreader.inc.php file.

Code: [Select]
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);
                        $this->ImageInfo[TAG_SHUTTERSPEED] = (1/exp($sp[0]*log(2)));
                    }
                    break;



But... i have no clue how to bring this in the Gallery Page..


Thank you for any help.  ;)
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 17 queries.