Cropping from X to Y

See all posts See thread Reply

Re: Cropping from X to Y new!
by colin, 14 years, 3 months ago
Use image_crop, with the for parameters Top, Right, Bottom and Left, in that order.

For instance, in your example:
$foo->image_crop = '100 500 250 100';

Note that you can use $foo->image_x and $foo->image_src_x to determine your margins, etc...Reply