Error 400 with png

See all posts See thread Reply

Re: Error 400 with png new!
by Claudio, 11 years, 5 months ago
Excuse me I forgot the code:
$img->file_new_name_body = $id;
$img->image_convert = png;
$img->image_resize = true;
$img->image_y = 1000;
$img->image_x = 1000;
$img->image_ratio = true;
$img->Process('../../../prodotti/esempi/');
Reply