|
ImageJPEGDescription
ImageJPEG() creates the JPEG file in filename from the image im. The im argument is the return from the ImageCreate() function. The filename argument is optional, and if left off, the raw image stream will be output directly. To skip the filename argument in order to provide a quality argument just use an empty string (''). By sending an image/jpeg content-type using header(), you can create a PHP script that outputs JPEG images directly.
|
|||||||||||||||||
With any suggestions or questions please feel free to contact us |