i'm tring to to use a binary stream from mysql database whit function "imagecreatefromjpeg" instead of a string path.
obviously PHP return a "Warning: imagecreatefromjpeg(ÿØÿà) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /home/www/TESTS/test.php on line 33".
How to solve this problem whitout use of a temp file?