Re: [PHP] More Image Transformation Difficulty

2003-09-14 Thread Marek Kilimajer
Anytime you encounter any error with images, comment out Content-Type header and you will see the error right in your browser. In this case the error is Fatal error: Call to undefined function: imagejpg() in /usr/home/jakus1/www/htdocs/jpg.php on line 64 should be imagejpeg [EMAIL PROTECTED]

[PHP] More Image Transformation Difficulty

2003-09-13 Thread weston
I'm trying to write a script that pulls an image from a database and transforms the size if passed a width via the url query string. Thanks to the helpful hint about the function "imagecreatefromstring", I think I'm now able to ready image data I've pulled for a database with GD. However, I'm st