CodeIgniter image resize and crop

Remember TimThumb from way back? After failing to find a good solution for CodeIgniter I've built a controller that wraps up the CI Image Manipulation lib, automatic cropping and caching which produces resized images in the correct ratio. Installation Copy the folders into your application directory. Then, modify config/thumb.php making sure to set the correct application and ...