- What kind of reference should I use for calibration?
- Use a feature whose dimensions you know with confidence and that lies in the same plane as what you want to measure. Good choices: a standard interior door (typically 80 cm or 90 cm wide, 200 cm tall), a UK light switch plate (86 × 86 mm), a standard brick course with mortar (75 mm tall), an A4 sheet of paper (210 × 297 mm), or a credit card (85.6 × 54 mm). The more pixels your reference spans, the more accurate the calibration — choose something large and clearly defined.
- How accurate are the measurements?
- Accuracy depends heavily on your photo angle and the calibration reference. For a flat wall photographed straight-on with a good reference, errors of 2–5% are typical. Angled or perspective shots (e.g. a corner room view) will have higher error because a single scale factor cannot account for depth. For critical measurements — structural work, fitted furniture — always verify with a physical tape measure or laser distance meter. This tool is best suited for rough estimates, planning sketches, and insurance or letting documentation.
- Is my photo uploaded to a server?
- No. This tool runs entirely in your browser using the HTML5 Canvas API. Your photo is loaded into a local canvas element and never leaves your device. There is no server component — the tool works fully offline once the page has loaded. This makes it safe for photos of private homes, commercial premises, or sensitive sites.
- Can I measure a floor plan or blueprint instead of a photo?
- Yes — the same technique works for any image. Upload a scan of a floor plan, calibrate against a known dimension (e.g. a labelled room width), then measure other parts of the plan. For floor plans you know the scale of, the companion Drawing Scale Calculator may be more convenient.
- What is the formula used for the scale and measurements?
- After calibration: scale = refRealLength / refPixelDistance (in real-units-per-pixel). For each measurement line: realLength = pixelDistance × scale. Pixel distance is computed as the Euclidean distance between the two clicked points:
d = √((x₂−x₁)² + (y₂−y₁)²). Both the calibration reference and each measurement line use the same formula, so the accuracy ratio is proportional to how precisely you click the endpoints.
- Can I undo a measurement or re-calibrate?
- Yes. Use the delete button (✕) in the measurements table to remove any individual measurement line. To re-calibrate, go back to Step 2 — existing measurements will be recalculated automatically with the new scale. To start over with a new photo, click "Start Over" in Step 4 or refresh the page.