Graphics | ![]() ![]() |
Exporting a Figure in EPS Format with a TIFF Preview
Use the print
command to export a figure in EPS format with a TIFF preview. When you import the figure, the application can display the TIFF preview in the source document. The preview is color if the exported figure is color, and black-and-white if the exported figure is black-and-white.
This example exports a figure to an EPS color format file, myfigure.eps
, and includes a color TIFF preview.
print -depsc -tiff myfigure
This example exports a figure to an EPS black-and-white format file, myfigure.eps
, and includes a black-and-white TIFF preview.
print -deps -tiff myfigure
![]() | Exporting a Figure to a File in a Specific Graphics Format | Exporting a Figure to the Clipboard | ![]() |