From 27b23a61d9730f889ab016f5b23f374fedcd796e Mon Sep 17 00:00:00 2001 From: Samuel Prevost Date: Thu, 16 Apr 2026 17:59:01 +0200 Subject: [PATCH] docs: add comparison table to README Highlight what sets Skwik apart from existing perspective-correction and measurement tools: client-side, multi-datum weighting, mm scale, measurement tools, and scale bar export all in one. Co-Authored-By: Claude --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 15c982c..e212520 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,22 @@ pnpm type-check # vue-tsc Rectangles: A3, A4, A5, A6, 15x10 cm. Custom dimensions supported. Lines: any length. +## How Skwik compares + +There are plenty of tools that do *part* of what Skwik does, but none that combine everything: + +| Tool | Client-side | Multi-datum weighting | Real-world mm scale | Measurement tools | Scale bar export | +|---|:---:|:---:|:---:|:---:|:---:| +| [**Skwik**](https://serv.e1n.sh/git/sam1902/skwik) | ✅ | ✅ | ✅ | ✅ | ✅ | +| [MYOG Perspective Correction](https://www.myogtutorials.com/free-online-image-perspective-correction-tool/) | ✅ | ❌ | ✅ | ❌ | ❌ | +| [PerspectiveFix](https://oathanrex.github.io/perspective-fix/) | ✅ | ❌ | ❌ | ❌ | ❌ | +| [PicFix.pro](https://picfix.pro/) | ✅ | ❌ | ❌ | ❌ | ❌ | +| [ImageOnline Perspective](https://imageonline.io/perspective-tool/) | ✅ | ❌ | ❌ | ❌ | ❌ | +| [Toolschimp Image Measure](https://www.toolschimp.com/image-measure) | ✅ | ❌ | ✅ | ✅ | ❌ | +| [Aspose Deskew](https://products.aspose.app/imaging/image-deskew) | ❌ | ❌ | ❌ | ❌ | ❌ | + +Most deskew tools just pull 4 corners to a rectangle without any real-world dimensions -- the output has no scale. Most measurement tools calibrate against a single reference and don't correct perspective. Skwik uses multiple weighted datums (rectangles + lines, each with a confidence score) to solve both problems in one pass, and lets you measure distances or export with a scale bar on the corrected image. + ## License MIT