<?php public function toJpeg() { $width_face = $this->face['x'] + $this->face['w'] - $this->face['x']; $height_face = $this->face['y'] + $this->face['w'] - $this->face['y']; $image2 = imagecreate($width_face, $height_face); imagecopy($image2, $this->canvas, 0, 0, $this->face['x'], $this->face['y'], $width_face, $height_face); imagefilter($image2, IMG_FILTER_PIXELATE, 20); imagecopy($this->canvas, $image2, $this->face['x'], $this->face['y'], 0, 0, $width_face, $height_face); imagejpeg($this->canvas, $this->file_name); }
Wygląda to tak:

Chciałbym odświeżyć temat, bo wróciłem do poprawki tego. Macie jakiś pomysł? Czy od razu uderzać do KEI.PL czy to może coś u siebie muszę ustawić?