forked from neillh/Photo-tagging
-
Notifications
You must be signed in to change notification settings - Fork 0
neillh phototagging
ifeyi/Photo-tagging
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Neill Horsman SQL CREATE TABLE `phototags` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) default NULL, `x1` int(11) default NULL, `y1` int(11) default NULL, `x2` int(11) default NULL, `y2` int(11) default NULL, `width` int(11) default NULL, `height` int(11) default NULL, PRIMARY KEY (`id`) )
About
neillh phototagging
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 77.5%
- JavaScript 22.5%