Announcement

  •  » Beta testing
  •  » BSF_200408260700 How add Exifs line?

#1 2004-08-27 19:21:36

Marc 77
Member
Nemours, France
2003-01-04
391

BSF_200408260700 How add Exifs line?

In the BSF_200408260700 test the Exif display work fine. But there is only 4 or 5 line parameters. How I add other Exifs parameters?

Last edited by Marc 77 (2004-08-27 19:21:55)


BSF Test
Dimage A1 AMD 2200Win XP Pro + SP2 PhpWg 1.3.2 IE 6

Offline

 

#2 2004-08-28 09:19:03

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: BSF_200408260700 How add Exifs line?

in include/config.inc.php, I wrote :

Code:

// in EXIF fields, you can choose to display fields in sub-arrays, for
// example ['COMPUTED']['ApertureFNumber']. for this, add
// 'COMPUTED;ApertureFNumber' in $conf['show_exif_fields']
//
// The key displayed in picture.php will be $lang['exif_field_Make'] for
// example and if it exists. For compound fields, only take into account the
// last part : for key 'COMPUTED;ApertureFNumber', you need
// $lang['exif_field_ApertureFNumber']
$conf['show_exif_fields'] = array('Make',
                                  'Model',
                                  'DateTime',
                                  'COMPUTED;ApertureFNumber');

Offline

 

#3 2004-08-28 13:00:29

Marc 77
Member
Nemours, France
2003-01-04
391

Re: BSF_200408260700 How add Exifs line?

I'm really lost :-(
Can you make a exemple with "WhiteBalance" please?
File? Where? How?


BSF Test
Dimage A1 AMD 2200Win XP Pro + SP2 PhpWg 1.3.2 IE 6

Offline

 

#4 2004-08-28 14:01:25

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: BSF_200408260700 How add Exifs line?

WhiteBalance must be in the makernote section and this section is not decoded by default (it depends on each camera maker).

So WhiteBalance doesn't work (does a MOD make it work on PhpWebGallery ?)

Offline

 

#5 2004-08-28 14:10:53

Marc 77
Member
Nemours, France
2003-01-04
391

Re: BSF_200408260700 How add Exifs line?

White balance was a bad example :-(
What did you say with "Exposure Time", "ISO equivalent"? :-)

Last edited by Marc 77 (2004-08-28 14:12:09)


BSF Test
Dimage A1 AMD 2200Win XP Pro + SP2 PhpWg 1.3.2 IE 6

Offline

 

#6 2004-08-28 14:50:24

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: BSF_200408260700 How add Exifs line?

take a look at tools/metadata.php

Offline

 

#7 2004-08-28 17:06:21

Marc 77
Member
Nemours, France
2003-01-04
391

Re: BSF_200408260700 How add Exifs line?

Ok, thanks, it work.


BSF Test
Dimage A1 AMD 2200Win XP Pro + SP2 PhpWg 1.3.2 IE 6

Offline

 
  •  » Beta testing
  •  » BSF_200408260700 How add Exifs line?

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact