problem with cropping

See all posts See thread Reply

Re: problem with cropping new!
by Premberg, 14 years, 4 months ago
And how would you write it if you wanted to get the picture 424*204 ?

Thank you for all the help!

/PReply
Re: problem with cropping new!
by colin, 14 years, 4 months ago
Erm... (600-424)/2 = 88 and (400-204)/2=98. So:

$handle->image_crop = array(98, 88, 98, 88);
Reply