dlpy.images.ImageTable.to_files¶
-
ImageTable.
to_files
(path)¶ Save the images in the original format under the specified directory
Parameters: - path : string
Specifies the directory on the server to save the images
Examples
>>> from swat import CAS >>> from dlpy.images import ImageTable >>> s=CAS("cloud.example.com", 5570) >>> img_tbl=ImageTable.load_files(s, "/path/to/images", caslib="CASUSER(user)") >>> img_tbl.show() >>> img_table.to_files("/target/directory")