阅读(2706) (0)

WmfImagePlugin 模块

2021-07-19 09:45:34 更新
classPIL.WmfImagePlugin.WmfStubImageFile(fp=Nonefilename=None)

基类:PIL.ImageFile.StubImageFile

format= 'WMF'
format_description= 'Windows Metafile'
load(dpi=None)

基于平铺列表加载图像数据

PIL.WmfImagePlugin.register_handler(handler)

安装特定于应用程序的WMF映像处理程序。

参数

handler -- 处理程序对象。