2009年10月5日月曜日

画像の形式を調べる

import imghdr

s = imghdr.what("filename")

識別できる形式の種類
'rgb': SGI ImgLib Files
'gif': GIF 87a and 89a Files
'pbm': Portable Bitmap Files
'pgm': Portable Graymap Files
'ppm': Portable Pixmap Files
'tiff': TIFF Files
'rast': Sun Raster Files
'xbm': X Bitmap Files
'jpeg': JPEG data in JFIF or Exif formats
'bmp': BMP files
'png': Portable Network Graphics

詳細はドキュメントで

0 件のコメント:

コメントを投稿