Hallo !
Ich habe immer wieder folgende Fehlermeldung beim ausführen vom Image Processing:
Warning: imagecolorclosest(): supplied argument is not a valid Image resource in /mnt/web2/13/79/51557079/htdocs/xtcommerce/admin/includes/classes/image_manipulator_GD2.php on line 215
Die Zeile 215 in image_manipulator_GD2.php sieht so bei mir aus :
$this->mid = ($this->frc == "") ? @ImageColorClosest($this->t, ($this->gr+$this->fr)/2, ($this->gg+$this->fg)/2, ($this->gb+$this->fb)/2) : ImageColorClosest($this->t, $this->hex2rgb(substr($this->frc,0,2)), $this->hex2rgb(substr($this->frc,2,2)), $this->hex2rgb(substr($this->frc,4,2)));
Hat jemand ne Idee , was da los ist ????