getCustomImage function: Can it do scaling first then cropping?

Hello,

I am using zenphoto 1.2.3[3427]

I have an image which is 1000 x 666 in size. I use getCustomImage function like this:
`$image->getCustomImage(null, 900, null, 900,200, null, null)`.

This will give me a cropped 900x200 image. However, it's cropped from the original image, not the resized 900 width image.

So my question is: is there anyway I can change the order of cropping and scaling? I want it to scale first, then do the cropping based on the scaled image.

Is it possible?

Thanks

Comments

Sign In or Register to comment.