Skip to content

A small standalone application in Java to enable a user to annotate an image with comments.

Notifications You must be signed in to change notification settings

vladimir-vakhter/image-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_annotation

Brief

A small standalone application in Java to enable a user to annotate an image with comments.

You might have seen this functionality in Microsoft Word or Google Docs when the user is able to attach a comment to a selected text region.

In similar fashion, a user will load up a JPG, PNG or GIF image from disk (these are the only image formats that supported). The image is displayed to the user and the user can select rectangular regions from within the image and create annotations.

The annotation contents are stored to the disk into a JSON file on each delete/save request. The name of the file with the annotations for a particular image is "imageName_annotations.json". The file is located in the same directory as the image.

About

A small standalone application in Java to enable a user to annotate an image with comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages