Back to browse
Free tool to mark points and polygon regions

Free tool to mark points and polygon regions

by magikMaker·May 6, 2026·21 points·7 comments

AI Analysis

MidSolve My ProblemSlick

Solid image annotation tool, but LabelImg and CVAT already do this for free.

Strengths
  • Runs entirely client-side with no server uploads for privacy.
  • Supports Bezier curves and multiple coordinate origin options.
  • Clean UI with undo/redo and keyboard shortcuts for precision.
Weaknesses
  • Competes with established free tools like LabelImg and CVAT.
  • No unique features that differentiate it from existing annotation software.
Target Audience

Game developers, ML data labelers, UI engineers

Similar To

LabelImg · CVAT · VGG Image Annotator

Post Description

For a game I'm developing I needed an easy way to create hotspot areas on images. So I hacked together a small tool to do so and before I knew it, I had created an entire app :-)

It allows you to generate JSON or YAML from the coordinates you tack on the image. tack runs entirely in your browser, there is no server side component to it, so good in terms of privacy.

I wrote a blog post about it here: https://bjornwikkeling.com/posts/2026050401-tack-pics-mark-c...

And you can try the tool here: https://tack.pics

Similar Projects