Hello

Im trying to resize a image.  This is my code;

   $img_orig_size = GetImageSize($FileName);
   $img_orig_width = (int) $img_orig_size[0];
   $img_orig_height = (int) $img_orig_size[1];

   $img_resized = ImageCreate($x, $y);

But I keep getting errpr on all the Image-functions ;

What do I have to do?  Do I have to use header ('content-type html/jpeg')?
Do I have to change php.ini?

Thanx
Oli





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to