https://github.com/splitbrain/imagelabeler
Add labels to an image
https://github.com/splitbrain/imagelabeler
canvas client-side javascript labels
Last synced: 11 months ago
JSON representation
Add labels to an image
- Host: GitHub
- URL: https://github.com/splitbrain/imagelabeler
- Owner: splitbrain
- License: mit
- Created: 2016-10-15T19:15:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T21:07:04.000Z (about 9 years ago)
- Last Synced: 2025-03-29T01:01:57.003Z (11 months ago)
- Topics: canvas, client-side, javascript, labels
- Language: JavaScript
- Homepage: https://splitbrain.github.io/imagelabeler/
- Size: 7.81 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Labeler
This tool allows you to add labels to an image. The image can then be downloaded again with all the labels
included. Nothing fancy. Just semi-transparent boxes with text.
All labels are defined via line in a text box using the following format
```, ```. You can click into the image get the clicked position
added to the current line.
Just try it: https://splitbrain.github.io/imagelabeler/
Everything is done in browser. There's no image transferred to any server.