MATLAB Web Server Previous page   Next Page
wsprintjpeg

Create JPEG file

Syntax

Description

status = wsprintjpeg(fig, jpegfilename) creates a JPEG file called jpegfilename. wsprintjpeg attempts to create the JPEG file using the MATLAB print command with the -djpeg argument. If this fails, it creates a temporary PCX file and then calls imread and imwrite to create the JPEG output.

See Also

imread, imwrite, print


Previous page  wscleanup wssetfield Next page