How to access cropped image? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: How to access cropped image? (/showthread.php?tid=61360) |
How to access cropped image? - agriz - 04-10-2015 Hi Does GD2 support to crop images? How many ways to access the cropped images? PHP Code: $this->image_lib->crop() RE: How to access cropped image? - agriz - 04-11-2015 Ok. I found it. I should give new image name for this to be stored in server. |