MATLAB Web Server
  Go to function:
    Search    Help Desk 
wsprintjpeg    See Also

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 | Help Desk | Next ]