Warning: imagejpeg() [function.imagejpeg]: Unable to open '/files/users/photo/1.jpeg' for writing: No such file or directory in /home/a5714294/public_html/koeimg.php on line 138
img = new koeimg('1.jpeg'); // картинка
$img->reheight(320);
$args = array('type' => 'jpeg', 'newfile' => '/files/users/photo/1', 'quality' => 100); // аргументы для вывода
$img->out($args);