NetCDF
(Mathematica Import/Export Format) MIME type: application/x-netcdf NetCDF data file format. Self-describing format for exchanging scientific data. Used in atmospheric research, GIS, and related fields. NetCDF ...
Real128
(Mathematica Import/Export Format) Uniform sequence of IEEE quad-precision numbers. Binary data format.
Sequence of unsigned 32-bit integers. Raw binary format. Equivalent to the Byte format.
Sequence of unsigned 8-bit integers. Raw binary format. Equivalent to the Byte format.
You may want to export a graphic for use outside Mathematica . You have a large set of choices of raster and vector formats.
WMF
(Mathematica Import/Export Format) Microsoft WMF format. Image file format. Used by the Windows operating system and by Microsoft applications as a graphics resource format. WMF is an acronym derived from ...
Dilation[image, ker] gives the morphological dilation of image with respect to the structuring element ker.Dilation[image, r] gives the dilation with respect to a range r ...
GeoPositionENU[{east, north, up}, p] represents a point with local Cartesian coordinates {east, north, up} in a reference system specified by the position p.
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.
ImportString["data", " format"] imports data in the specified format from a string. ImportString["data", elements] imports the specified elements.ImportString["data"] ...