imagecreatefromjpeg
Create a new image from file or URL
Description
resourceimagecreatefromjpeg
stringfilename
imagecreatefromjpeg returns an image identifier
representing the image obtained from the given filename.
imagecreatefromjpeg returns an empty string
on failure. It also outputs an error message, which unfortunately
displays as a broken link in a browser. To ease debugging the
following example will produce an error JPEG:
Example to handle an error during creation (courtesy
vic at zymsys dot com )
]]>
&tip.fopen-wrapper;
&warn.no-win32-fopen-wrapper;