projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4d6b7f9
)
Fix noise-profile example
author
Phil Howard
<phil@gadgetoid.com>
Wed, 16 Oct 2019 09:42:21 +0000
(10:42 +0100)
committer
Phil Howard
<phil@gadgetoid.com>
Wed, 16 Oct 2019 09:42:21 +0000
(10:42 +0100)
examples/noise-profile.py
patch
|
blob
|
blame
|
history
diff --git
a/examples/noise-profile.py
b/examples/noise-profile.py
index 964deadb06e969833e23ef7a5924ade1aa7edbe2..1afdff5b6ea0ad57be178ae104521196ae2a20de 100755
(executable)
--- 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.
measur
e()
+ low, mid, high, amp = noise.
get_noise_profil
e()
low *= 128
mid *= 128
high *= 128