problem generating thumbnail

See all posts See thread Reply

Re: problem generating thumbnail new!
by kryska, 11 years, 9 months ago
Solved!!!!

Thank you!

$srcx =	$handle->image_src_x;
$srcy = $handle->image_src_y;
$handle->image_precrop = array($y1, $srcx - $x2, $srcy - $y2, $x1);

This way, is correct.

Without these lines, the second time cropping, the image_src_x and image_src_y, what not like first time.Reply