Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

EXIF suggestions please post here

27 Aug 2008, 04:37

Please post here all your suggestions and comments regarding EXIF data hadling.
firedev.com
 
netmax
Experienced
Posts: 52
Joined: 23 Dec 2006, 08:17

"Date" display from EXIF and sorting by EXIF date

27 Aug 2008, 05:46

Hi,

i just installed the latest beta ... Very Happy ... good work! But i have these suggestions:

The "date", which can be inserted in the "text1" and "text2" fields, should be extended by the item "EXIF date".

I really like having the date under the image title - but this is the file date. In the actual case, every pic has "8.8.2008", because this is the date i copied all content to the path with the V2 version. Anyone, who wants to know the "real" date, has to go to the EXIF info.

So, extracting the date from EXIF and adding this as an alternative option for the image information "text1" and "text2" would be great. In addition, the sorting "da" and "dd" should be extended by "eda" and "edd", so you can sort the pix by the real date.

If extracting the EXIF data by each call of an album will slow down the album or the server, the date information can be extracted while building the thumbnails and they can be stored in the thumbnail file or anywhere else in the content folder.

Marco
 
safe
Posts: 17
Joined: 11 Aug 2008, 09:11

27 Aug 2008, 06:35

I integrate the last version and exif items are displayed. So we can say it works

I'd just like to talk about display format for Exif items. Actually if you click here and look for by roll over mouse on image info button, you can see how items are displayed ( and Bruce Willis without make-up also 8) ).

ACDSee program show me Exif parameters of this photo and i suggest you change format like this :

FileName : do not change
FileDateTime : "13/04/2008 19:46:20" instead of "1219267210"
FIleSize : "121 Ko" instead of "121558"
Make : Can you change item name "Make" by "Brand"
Model : Just display item name "model" and not change value format
DateTime: do not change
DateTimeOriginal : do not change
DateTimeDigitized : do not change
ShutterSpeedValue : "1/8 s" instead of "3/1"
Exposure Time : "1/8 s" instead of "1/8"
Fnumber : "F/2.8" instead of "28/10"
ISOSpeedRatings : do not change
ApertureValue : "F/2.8" instead of "2970854/1000000"
ExposureBiasValue : "0.00 ev" instead of "0/3"
FocalLength : "43 mm" instead of "43/1"
Flash : "Flash not engaged" instead of "16"
ExifImageWidth : do not change
ExifImageLength : do not change

Patrice - SAFE
 
safe
Posts: 17
Joined: 11 Aug 2008, 09:11

27 Aug 2008, 06:44

You can find specifications of exif here :
http://www.exif.org/Exif2-1.PDF

You should have a look about pages :
- 21 for tags structure
- 34 and 35 for attributes structure

Patrice - SAFE
 
User avatar
wouter.boeckx
Posts: 7
Joined: 25 Aug 2008, 05:40

Exif lens information

28 Aug 2008, 04:24

I know it's not in the standard EXIF tags, but adobe embeds the name of the lens used when taking the picture.
would it be possible to show this information in the exif list?
thx

xml example from photoshop

<rdf:Description rdf:about="" xmlns:aux="http://ns.adobe.com/exif/1.0/aux/">
<aux:SerialNumber>530118351</aux:SerialNumber>
<aux:LensInfo>24/1 105/1 0/0 0/0</aux:LensInfo>
<aux:Lens>EF24-105mm f/4L IS USM</aux:Lens>
<aux:ImageNumber>96</aux:ImageNumber>
<aux:FlashCompensation>0/1</aux:FlashCompensation>
<aux:OwnerName>unknown</aux:OwnerName>
<aux:Firmware>1.0.4</aux:Firmware>
</rdf:Description>
 
tfluegge
Posts: 16
Joined: 01 Sep 2008, 20:39

01 Sep 2008, 20:43

I second what Safe has posted here. Also, I would like to request the ability to change order of the EXIF variables and also their descriptions. I have tried arranging the order in imagevue/include/ivExifParser.class.php but it does not affect how they are displayed within V2. Overall I love what you guys have done with the EXIF function...great work!
safe wrote:I integrate the last version and exif items are displayed. So we can say it works

I'd just like to talk about display format for Exif items. Actually if you click here and look for by roll over mouse on image info button, you can see how items are displayed ( and Bruce Willis without make-up also 8) ).

ACDSee program show me Exif parameters of this photo and i suggest you change format like this :

FileName : do not change
FileDateTime : "13/04/2008 19:46:20" instead of "1219267210"
FIleSize : "121 Ko" instead of "121558"
Make : Can you change item name "Make" by "Brand"
Model : Just display item name "model" and not change value format
DateTime: do not change
DateTimeOriginal : do not change
DateTimeDigitized : do not change
ShutterSpeedValue : "1/8 s" instead of "3/1"
Exposure Time : "1/8 s" instead of "1/8"
Fnumber : "F/2.8" instead of "28/10"
ISOSpeedRatings : do not change
ApertureValue : "F/2.8" instead of "2970854/1000000"
ExposureBiasValue : "0.00 ev" instead of "0/3"
FocalLength : "43 mm" instead of "43/1"
Flash : "Flash not engaged" instead of "16"
ExifImageWidth : do not change
ExifImageLength : do not change

Patrice - SAFE
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

07 Sep 2008, 12:18

Well... atleast something been granted, now you can sort exif fields order.
You have to edit imagevue/include/ivExifParser.php there is a list of exif fields, just sort it in the order you want.

PS. I mean after we release update.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

19 Sep 2008, 01:42

Ok it seems we need to do some formatting/conversion with EXIF output ... I already have a few suggestions, but if anyone wants to add any further instructions, please do!
 
paulbearne
Posts: 7
Joined: 02 Jan 2008, 14:13

camera specific

19 Sep 2008, 09:58

One thing that everybody should be aware of is that manufacturers can change the meaning of the data. For example Flash 0 always no flash but 1 which is Flash in the generic Exif data is different for Canon they use it to signal that the flash was set to auto.
 
johnsteed
Posts: 20
Joined: 16 Sep 2008, 08:57

Suggestions for - thumbnails - taxonomy and more

14 Oct 2008, 09:31

Hello,

I already posted this suggestion on another place of the forum but I see this is a specific place for "Exif" suggestion. So:


Capabilities to use the keywords on the Exif Metadata to generate folders, like Taxonomy on Flickr (or spotlight on Mac, even if these are only virtual folders, so, impossible to use with a server). For example, it could be very nice when you create a folder with a keywords, that every pictures with the same keywords automatically are listed in the folder. You could have a unique item of the picture on the server and it could be possible to display it on several folders with this way. Every folder that contains, "calls" the keyword. Other use of the same idea is when you add a picture, you only have to specific the keyword on Exif and the picture is automatically listed in all the corresponding folders. When you host the pictures and imagevue gallery on the same computer, you just have to specify the keywords and the galery is updated and stored. Very nice !

Keep in mind this feature gives its full power with boolean features ("And", "Or" and "Not"). Typically you can set keywords like this:

"Keyword 1 or keyword 2 and not keyword 3"

With this, you can realy manage folders and pictures like you want.

Well, hope you could do that.
Best regards.

John.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

15 Oct 2008, 12:50

We added EXIF formatting with today's release 20081015. See an example here:
https://www.photo.gallery/soda/#/content ... _0267.JPG/
 
User avatar
wonga
Experienced
Posts: 32
Joined: 18 May 2007, 14:11

EXIF value [doc-name]

07 Nov 2008, 16:42

Hello
Additionally to the ImageDescription (description for the image) I would like to have DocumentName (title for the image) available in the ivExifParser.class.php

something like this:
Code
...
'ImageTitle',
...

	/**
	 * Format ImageTitle field
	 *
	 * @param array $filtered
	 * @param array $exifData
	 */
	function ImageTitle(&$filtered, $exifData)
	{
		if (isset($exifData['DocumentName'])) {
			$imagetitle= trim($exifData['DocumentName']);
			if (!empty($imagetitle)) {
				$filtered['Image Title'] = $imagetitle;
			}
		}
	}
Since I have copied the IPTC value [ip-object] to the EXIF value [doc-name] this would really be icing on the cake of V2

Thanks
wonga

BTW: is it possible to show the "Folder description" on the thumbnail and/or the image page somewhere at a fixed position?
 
Moh
Experienced
Posts: 24
Joined: 31 Jul 2008, 00:30

07 Nov 2008, 19:20

EXIF is awesome! My Sony digital camera stores a lot of valuable information with every picture that i didn't know about...

thank you guys!
'The quieter you become, the more you are able to hear'
 
User avatar
PhotoFolio
Experienced
Posts: 39
Joined: 05 Oct 2007, 07:45

14 Nov 2008, 09:28

Yep, EXIF management is really cool now, specially the way datas are displayed (such as exposure, aperture, etc.) : good job !
And I've just discovered the way they're displayed can be tuned in the .css style sheet ;)
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

09 Dec 2008, 04:13

Yey, now exposure time is shown like this:

Exposure 1/60 (0.017 sec)

instead of

Exposure 5/300
firedev.com