在python中,模块对图像格式提供了支持
该模块主要是处理识别图像的格式
模块提供的函数如下:
imghdr.what(filename,h= Tests the image data contained the file named by filename, returns a string describing the image type. If optional h provIDed,t he filename ignored h assumed to contain the byte stream to test. A List of functions performing the indivIDual tests. Each function takes two arguments: the byte-stream an open file-like object. When what() called with a byte-stream,the file- The test function should a string describing the image type the test succeeded, None it Failed.运行效果:
the image : [C:\test\hongten.jpg], the type :[jpeg]总结
以上是内存溢出为你收集整理的python开发_imghdr_图像格式支持全部内容,希望文章能够帮你解决python开发_imghdr_图像格式支持所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)