FloatImg sources upgraded to version 148

This commit is contained in:
2021-05-16 11:45:00 +02:00
parent 4b57a41705
commit 2342a9e2a8
3 changed files with 21 additions and 5 deletions

View File

@@ -9,4 +9,4 @@ def test_maxvaalue():
img = floatimg.create_rgb(width, height)
color = (255.0, 255.0, 255.0)
img.put(2,2, color)
assert img.maxvalue() == 255.0ls
assert img.maxvalue() == 255.0