ZenphotoCMS Forum
Facebook Type Image Tagging? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Facebook Type Image Tagging? (/thread-5968.html)



Facebook Type Image Tagging? - dkoleba - 2009-10-10

Hi, I was just wondering if there are any Facebook-like image/person tagging plugins being worked on or currently available?

Basically the admin would be able to click a point (say someone's face) on each image, and assign some text to it (person's name). When regular users view the image, they see a list of points that were tagged with text, and when they hover their mouse over the general area (say 63x63 pixels centered over the point), the point's text is displayed over the image.

If there are no plugins available, could anyone point me towards some general JS/PHP implementations of this idea to do it myself?




Facebook Type Image Tagging? - acrylian - 2009-10-11

We have a website with an extensions section.... What is not listed there is either not existing or was not reported to us.

I think there are jQuery tools for this available but I don't know. Try a search on the jQuery site.




Facebook Type Image Tagging? - BertSimons - 2009-11-19

I Use fotonotes (http://www.fotonotes.net/) to annotate images in ZENphoto.

you can see an example working here: http://www.bertsimons.nl/zenphoto/paperworks/clone/20060306_223127_800.jpg.php

I removed the ´if (zp_loggedin())´ condition for you to see how it works but with that condition turned on only the admin would be able to add notes and the edit menu could be invisible to normal users.

One point though.. the notes are stored in the jpg header which in this case is in the header of the cached default sized image.. so if you clear the cache.. the notes are gone...




Facebook Type Image Tagging? - wongm - 2010-03-05

Is the code able to be tweaked to save the information in the header of the .jpg files in /albums, rather than in the /cache folder?




Facebook Type Image Tagging? - acrylian - 2010-03-05

The GDlib used to generate our resized images is not able to add meta data to images at all. So that data needs to be stored into the database.

Update: Sorry, I missread the original post...