From 3866579ac736a7b8f0bd522cc280d774d69a10be Mon Sep 17 00:00:00 2001 From: litter Date: Sun, 23 Feb 2020 16:02:23 -0500 Subject: [PATCH] Fix link to filmless calibration image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d93d7b6..a6b2fd6 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ float SAFE_H = .5; This sketch produces an image that is the same size as one page produced by `filmless_processing.pde` that contains four 10mm x 10mm squares on the outer corners of the image area and contains two 100mm rulers along both the horizontal and vertical axises. -![Output of processing_calibration.pde](docs/calibration.png?raw=true "Output of processing_calibration.pde") +![Output of processing_calibration.pde](docs/filmless_calibration.png?raw=true "Output of processing_calibration.pde") The "magic" variables determine the overall stretch or squash of the entire page. When set to 1, the resulting page will not be changed. When set above 1 the page has its height or width stretched and below 1 will cause it to be squashed.