I am using cakephp 2.1 and developing an application that does upload the images. So I need a plugin that does like
1.Validate an image. 2.Crop the image by custom size. 3.deletes an image file after the entry from database get deleted.
Please suggest me some plugins which include all these functions.