Image cropping and scaling package

Hi Everyone,
Can some one guide me what image cropping package, i should use to get a scaled and cropped image uploaded to server…?

1 Like

If you want a simple solution, I recommend Cloudinary. Here’s an example system I created to show how to do both cropping and scaling in Meteor:

There are many other ways to do it, but all of them to my knowledge are significantly more complicated to implement.

1 Like

Thanks a lot Philip for suggesting me this . I am going through the implementation part now. On first look, your example is looking really helpful. Thanks again.

1 Like