Method Image.read_file()
- Method read_file
stringread_file(stringfile)- Description
Reads the file
fileand, if the file is compressed with gzip or bzip, attempts to decompress it by calling gzip and bzip2 in a Process.create_process call.
string read_file(string file)
Reads the file file and, if the file is compressed
with gzip or bzip, attempts to decompress it by calling
gzip and bzip2 in a Process.create_process
call.