问题描述
除了安装PIL之外,还有一个简单的东西。仅使用Python的方式
来确定文件是否是有效的图像文件?
如果我能至少识别出有效的图像文件,我会很高兴对于GIF,
jpeg和png。指向现有模块或示例的指针将是
赞赏。
我不想使用PIL的原因是我想要捆绑
我的应用程序中的这样一个功能/模块。
$ b $bAndré
Other than installing PIL, is there a "simple" way using Python only
to determine if a file is a valid image file?
I''d be happy if I could at least identify valid images files for gif,
jpeg and png. Pointers to existing modules or examples would be
appreciated.
The reason why I''d prefer not using PIL is that I''d like to bundle
such a function/module in my app.
André
推荐答案
我应该添加:我很有兴趣验证文件*内容*
- 不是文件名:-)
I should have added: I''m interesting in validating the file *content*
- not the filename :-)
我应该补充:我很有兴趣验证文件*内容*
- 不是文件名:-)
I should have added: I''m interesting in validating the file *content*
- not the filename :-)
在您的应用程序中捆绑PIL有什么问题?
-Larry
And what''s wrong with bundling PIL in your application?
-Larry
我应该补充:我很有兴趣验证文件*内容*
- 不是文件名:-)
I should have added: I''m interesting in validating the file *content*
- not the filename :-)
模块imghdr是否足以满足您的需求?
- -
Jarek Zgoda
Skype:jzgoda | GTalk: |声音:+48228430101
我们读过Knuth所以你不必这么做。 (蒂姆·彼得斯)
Is the module imghdr enough for your needs?
--
Jarek Zgoda
Skype: jzgoda | GTalk: zg***@jabber.aster.pl | voice: +48228430101
"We read Knuth so you don''t have to." (Tim Peters)
这篇关于确定文件是否是有效的图像文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!