Problem with ratio crop

See all posts See thread Reply

Re: Problem with ratio crop new!
by colin, 14 years, 4 months ago
Can you copy and paste the log produced by the class?

Besides, for the three last lines of your code, you can use instead:
$imageOriginalWidth = $obj->image_dst_x;
$imageOriginalHeight = $obj->image_dst_y;
Reply