mirror of
https://github.com/RoCry/blozi-etag.git
synced 2025-12-06 21:12:48 +08:00
9 lines
211 B
Python
9 lines
211 B
Python
from PIL import Image
|
|
|
|
from tools.utils import image2hex, load_test_image
|
|
|
|
|
|
if __name__ == '__main__':
|
|
# print(image2hex(load_test_image('test-01.bmp')))
|
|
print(image2hex(load_test_image('test-02.bmp')))
|