docs: update docs

This commit is contained in:
reece
2022-06-25 15:45:39 +08:00
parent dcea1e8c69
commit 53119b9acc
4 changed files with 9 additions and 3 deletions

View File

@@ -5,4 +5,4 @@ from tools.utils import image2hex, load_test_image
if __name__ == '__main__':
# print(image2hex(load_test_image('test-01.bmp')))
print(image2hex(load_test_image('mao.bmp')))
print(image2hex(load_test_image('test-02.bmp')))