|
|
||
|
|
| data representation specifications (e.g. | |
| format specifications (e.g. "GIF", "GZIP", "XLS") | |
| options, properties, and settings (e.g. ImageSize, | |
| metadata information (e.g. |
| "format" | use the default element for the specified format | |
| elem | export a single element assuming the default format | |
| {"format",elem} | export an element assuming the specified format | |
| {"comp1",...,"format",...} | use also compression formats | |
| {elem1,{elem11,elem12,...}} | export the |
| "Data" | give data in a generic form (list, string, etc.) | |
| "Image" | give images as Image objects | |
| "Graphics" | give graphics or geometry as a Graphics object | |
| "Graphics3D" | give 3D graphics or geometry as a Graphics3D object | |
| "Sound" | give sound as a Sound object | |
| "Grid" | give a grid of data as a list or a Grid, etc. | |
| "Rules" | give explicit rules for elements to export |
| elem->val | a value for a single element | |
| {elem1->val1,elem2->val2,...} | values for several elements | |
| elem1->{elem11->val11,...} | values for subelements |