Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cccraig authored Dec 13, 2017
1 parent 9e43e8c commit 7fc08ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ MugShot works mostly the same as the original piwigo-facetag plugin. When activa

If a user does not belong to a group allowed to use MugShot, they will still be able to see tags created by other users but will have no editing capabilities and cannot create their own face tags. The script files that are loaded for these users simply do not have the required functions. Furthermore, the necessary ws API functions are disabled. Users must also be logged in to create tags.

I would eventually like to include some sort of automatic facial recognition and tagging component. I've added a small piece of code that will crop user faces based on the select frame and save the crop to a folder with 0760 permission. The code uses Imagick to do this and will simply ignore this section if Imagick is not found. This is an **optional** feature which defaults to off. Be forewarned it does slow things down a bit.

## Testing
Tested to work on the bootstrap_default and bootstrap_darkroom themes. Other themes, such as clear, elegant, dark, and sylvia are *partially* working. MugShot tags created while using the bootstrap themes seem to display properly in these styles. *However*, creating new MugShot tags while using these themes doesn't work; the bounding box does not align properly to the mouse. This is most likely related to how the position coordinates are calculated (relative to the image versus relative to the body). I will look into fixing this at a later date.
Tested to work on the bootstrap_default, bootstrap_darkroom, dark, clear, and sylvia themes. Tested to be *partially* working on elegant and smartpocket desktop. MugShot tags created while using a fully working theme seem to display properly in these styles. *However*, when creating a new tag the mouse may not align properly, and/or the tag button is not visible do to the buttons html.

0 comments on commit 7fc08ef

Please sign in to comment.