pyvista.GIFReader#
- class GIFReader(*args, **kwargs)[ソース]#
.gifファイル用のGIFReaderです.
- パラメータ:
- path
str
読むべきGIFのパス.
- path
例
>>> import pyvista as pv >>> from pyvista import examples >>> filename = examples.download_gif_simple(load=False) >>> filename.split("/")[-1] # omit the path 'sample.gif' >>> reader = pv.get_reader(filename) >>> mesh = reader.read() >>> mesh.plot(rgba=True, zoom='tight', border=True, border_width=2)
メソッド
アトリビュート