Member
Member
dkoleba   10-10-2009, 20:40
#1

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?

Administrator
Administrator
acrylian   11-10-2009, 08:27
#2

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.

Member
Member
BertSimons   19-11-2009, 15:49
#3

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...

Member
Member
wongm   05-03-2010, 11:51
#4

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?

Administrator
Administrator
acrylian   05-03-2010, 12:29
#5

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...

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.