input_csv
Arguments:
- "filename",_read_data_as={ 0:numbers | 1:strings | _variable_name }
Description:
Insert number of string array from specified .csv file.
If
variable_name is provided, the string of each cell is stored in a numbered variable
_variable_name_x_y, where
x and
y are the indices of the cell column and row respectively (starting from
0).
Otherwise, a
WxH image is inserted at the end of the list, with each vector-valued pixel
I(x,y) encoding the number or the string of each cell.
This command returns the
W,H dimension of the read array, as the status.
Default values:
read_data_as=1.
G'MIC is an open-source software distributed under the
CeCILL free software licenses (LGPL-like and/or
GPL-compatible).
Copyrights (C) Since July 2008,
David Tschumperlé - GREYC UMR CNRS 6072, Image Team.