|
SOLUTIONS
|
MATHEMATICA IMPORT/EXPORT FORMAT
PICT (.pict, .pct, .pic)
MIME type: image/pict
Macintosh graphics format.
Was the original metafile format of the Apple Macintosh.
PICT is an acronym derived from Picture.
Can store raster images and vector graphics.
Binary format.
Developed in 1984 by Apple.
Macintosh graphics format.
Was the original metafile format of the Apple Macintosh.
PICT is an acronym derived from Picture.
Can store raster images and vector graphics.
Binary format.
Developed in 1984 by Apple.
- PICT Export is available in Mathematica versions for Mac OS X.
- Export fully supports the PICT format for raster images.
Import and ExportImport and Export
- Export["file.pct", expr] exports graphics or any other expression as an image to a PICT file.
- Export["file.pct", expr] creates a PICT image with the same image size as the displayed form of
. - Because PICT is a raster image format, all fonts are rasterized on export.
- Export["file.pct", expr, elem] creates a PICT file by treating expr as specifying element elem.
- Export["file.pct", {expr1, expr2, ...}, {{elem1, elem2, ...}}] treats each
as specifying the corresponding
. - Export["file.pct", expr, opt1->val1, ...] exports expr with the specified option elements taken to have the specified values.
- Export["file.pct", {elem1->expr1, elem2->expr2, ...}, "Rules"] uses rules to specify the elements to be exported.
- See the reference pages for full general information on Export.
- ExportString supports the PICT format.
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




