这是可能的,因为像opencv2这样的模块是用python自己编写的。
所以我有一张图片'1.png',我知道png具有以下十六进制标题:
b\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x03\xe8\x00\x00\x02X\x08\x06\x00\x00\x00\xf1\x1e\xcc%\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00
因此,如果由于命令而有数据,如何显示图片
open("filename",'rb').read()
该解决方案可以在2.7或3.x中运行