Posts Tagged "crop"

Cropping Image To Square Dimension With CodeIgniter

July 14th, 2010 by aditia rahman / 8 Comments  

     

I’ve posted similar article before but this time I want to do it with codeigniter, codeigniter have a powerful image manipulation class, in this post I will use it to make thumbnail square from image, let get directly to the code. I make the function inside the controller, this code is cropping image that already located on the server so the image path (not URL) have to be defined.