AW: function.imagecreatetruecolor
Das steht dort:
line 153: $this->img["des"] = ImageCreateTrueColor($X_des,$Y_des);
line 161:imagecopyresampled ($this->img["des"], $this->img["src"], 0, 0, 0, 0, $X_des, $Y_des, $this->img["x"], $this->img["y"]);
line 110:/".$this->img["format"]);
line...