From 504b0f7f30384243a55d2620dba68eadb93b4472 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 16 Oct 2019 10:42:21 +0100 Subject: [PATCH] Fix noise-profile example --- examples/noise-profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/noise-profile.py b/examples/noise-profile.py index 964dead..1afdff5 100755 --- a/examples/noise-profile.py +++ b/examples/noise-profile.py @@ -26,7 +26,7 @@ draw = ImageDraw.Draw(img) while True: - low, mid, high, amp = noise.measure() + low, mid, high, amp = noise.get_noise_profile() low *= 128 mid *= 128 high *= 128 -- 2.30.2