Hi, if have updated my RAQ550 by Solarspeed with te PhpandMysql update:
„X ImageMagick 4.2.9
„X gd-2.0.12 (JPEG, PNG and WBMP)
„X Freetype and XML-Support
„X Sablotron-0.96 Support
„X cURL-7.10.3 Support
„X libmcrypt-2.5.7 Support


So I think GD and ImageMagic would be nice, but I can't get working it. (Php is running in safe_mod)

For Imagemagick I try this:

<img src=Image076.jpg>
<?
$convert_prog = "/usr/X11R6/bin/convert";
$startImage = "Image076.jpg";
$endImage = "Image0762.jpg";

exec("mogrify -scale 200 -unsharp 2 $startImage $endImage"); echo "<img src='$endImage'>";
exec("mogrify -geometry 10 x 10 Image076.jpg");
?>
<img src=Image0762.jpg>

But it doesn¡¦t work, the end image will not be created.
I have try a lot of options to get this working. But without a result.



Second problem is GD.
I have tried the imageresizor from Horobey:
http://www.horobey.com/demos/imgresize/v5/article/

This is what I get: Error: This function does not exist: ImageCreateFromJpeg


Does anyone have experience with the Solarspeed update / gd and imagemagic? I¡¦m going crazy.... Have someone an working example for GD or Imagemagick?

Tanks, Bob!