hound fix

This commit is contained in:
Kayla Man 2023-02-02 12:01:54 +08:00
parent 1df0eb1fd8
commit c1012bd031

View file

@ -3402,6 +3402,7 @@ def imageInfo(filepath):
img_info['format'] = "unknown"
return img_info
def guess_colorspace(img_info):
''' Take reference from makeTx.py
Guess the colorspace of the input image filename.