Welcome Guest, Not a member yet? Register   Sign In
Photo Upload
#1

[eluser]sree777[/eluser]
Is it possible to upload the image with the crop option n codeigniter
#2

[eluser]eoinmcg[/eluser]
it's built into the image manipulation library:

Code:
$this->image_lib->crop()

read more about it here: http://ellislab.com/codeigniter/user-gui...e_lib.html

as the userguide states you'll need to build some kind of visual interface. no need to reinvent the wheel though. take a look at jcrop: http://code.google.com/p/jcrop/

hope that helps




Theme © iAndrew 2016 - Forum software by © MyBB