📌  相关文章
📜  用于检查损坏的图像数量的 Python 脚本 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:54.531000             🧑  作者: Mango

代码示例1
statfile = os.stat(filename)
filesize = statfile.st_size
if filesize == 0:
  #manage here the 'faulty image' case