想知道这行代码 from imagetools import imgcrop, getImgProps, collectSO中的imgcrop, getImgProps, collectSO是什么

 from imagetools import imgcrop, getImgProps, collectSO

我用pip install 下载的imagetools中没有imgcrop, getImgProps, collectSO,请问,这三是干啥的?怎么下载?

我看了 imagetools,
的确没有imgcrop, getImgProps, collectSO
只有一个 batchTools

img

可能这个库已经放弃了。

按代码,这3个东东就是 imagetools 里的成员或者方法。

img

好老的库了, 而且就一个版本。你要实现什么功能。