Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

28 Jan 2009, 15:52

Nice work there wonga.
I had been digging about looking for ways to add this info and I noticed that someone had manged to do it with menalto gallery 2.
Here is a link to an image with exif info and link to google maps CLICK ME

CLICK HERE for the main website.

Would be cool if this was possible with with Imagevue :D
 
User avatar
wonga
Experienced
Topic Author
Posts: 32
Joined: 18 May 2007, 14:11

29 Jan 2009, 01:34

Hi carter2
Generating a link is not the thing I was struggled with. It's more getting it displayed correctly with the flash it self. All HTML tags will be displayed as characters.
Hence, a string such as <a href="#">Link</a> will not display as "Link" but as "<a href="#">Link</a>" :cry:
Think you would need to modify the flash itself to get this work. But I'm not going to touch that. Hopefully they can implement a link like that in one of the next releases.
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

29 Jan 2009, 01:48

Hey Wonga,
I have build in your code, and it works great! Thanks for sharing!

The only thing we now need is something to create a link to Google/Live Maps. Something like: http://maps.google.com/maps?q=46.32992181,-122.43798208
Rene
http://www.globetrotternet.nl/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Jan 2009, 05:54

I'm sure we could add a google maps links feature for EXIF geo coordinates. Will add it to list at least ...
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

29 Jan 2009, 14:18

mjau-mjau wrote:I'm sure we could add a google maps links feature for EXIF geo coordinates. Will add it to list at least ...
Cool, when you say added to the list, is that "the top of the list or "The bottom of the list"?

wonga wrote:Hi carter2
Generating a link is not the thing I was struggled with. It's more getting it displayed correctly with the flash it self. All HTML tags will be displayed as characters.
Hence, a string such as <a href="#">Link</a> will not display as "Link" but as "<a href="#">Link</a>" :cry:
Think you would need to modify the flash itself to get this work. But I'm not going to touch that. Hopefully they can implement a link like that in one of the next releases.
Yes, I know :wink:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Jan 2009, 22:00

carter2 wrote:Cool, when you say added to the list, is that "the top of the list or "The bottom of the list"?
In the sub-middle area, below the oceanic crust and litosphere, but above the asthenosphere.

I presume either major release 2.1 or 2.2 which will surely be due within spring.
 
User avatar
wonga
Experienced
Topic Author
Posts: 32
Joined: 18 May 2007, 14:11

30 Jan 2009, 03:19

mjau-mjau wrote:In the sub-middle area, below the oceanic crust and litosphere, but above the asthenosphere.

I presume either major release 2.1 or 2.2 which will surely be due within spring.
Can you also put on that list the extraction of the EXIF values for DocumentName and DocumentDescription? -> This would be helpful for all those who entered data in those fields

Would be very cool
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

30 Jan 2009, 11:50

mjau-mjau wrote:

In the sub-middle area, below the oceanic crust and litosphere, but above the asthenosphere.

I presume either major release 2.1 or 2.2 which will surely be due within spring.
That's great. Can you give me a call when it reaches the pedosphere please. :lol:
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

31 Jan 2009, 01:52

Whatsphere?
firedev.com
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

31 Jan 2009, 05:42

Ha ha, just realised what that word looks like. It's not a circle of dirty old men, It's the upper layer of the thingamy whatsit. Obviously I copied and pasted the word, after reading Karl's post and having no idea what he was on about I had to look on wikipedia :oops:
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

02 Feb 2009, 16:56

wonga wrote: Can you also put on that list the extraction of the EXIF values for DocumentName and DocumentDescription? -> This would be helpful for all those who entered data in those fields

Would be very cool
Hmm, could you provide a photo with those fields filled? I don't have DocumentName here for example:

Image
firedev.com
 
User avatar
wonga
Experienced
Topic Author
Posts: 32
Joined: 18 May 2007, 14:11

03 Feb 2009, 02:13

I have posted a topic on this last year: https://forum.photo.gallery/viewtopic.p ... ght=#12474
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?
If okay with you I can also include the whole ivExifParser.class.php. This would exactly show what I've done.

As an example image you can take following images:
http://www.hirst.ch/content/09%20Ferien ... %20026.jpg
http://www.hirst.ch/content/08%20Ausflu ... %20034.jpg

FYI: I do still have quite some troubles with special characters such as à¤, à¶, ༠etc. Is the anything which I can do that my gallery supports those an other special characters?

Cheers, wonga
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

18 May 2009, 16:44

mjau-mjau wrote:I'm sure we could add a google maps links feature for EXIF geo coordinates. Will add it to list at least ...
Surely near the top of the list now :roll: 8)

Thankyouplease
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

19 May 2009, 02:28

Thanks for the reminder!
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

19 May 2009, 17:16

ha ha, anytime. I guess there are more important things to add before this one, just thought I would bring it back to your attention.