Square images and centered thumbs with image_lib |
[eluser]Unknown[/eluser]
Hi all i'm trying cropping then resizing images for create thumbs .... i don't think my lib crop() functions still working cause i see images only resized at 80x80 px but not cropped first ![]() no errors from echo $this->image_lib->display_errors() returns ![]() i would like to ... first (according to original $imgWidth and $imgHeight) crop them and make them squared , then resize them to a fixed thumb dimension (80x80px) .... but seems something wrong with cropping still not working maybe !? ![]() Code: $this->load->library('image_lib'); ![]()
[eluser]Team Kulafihi[/eluser]
Here is a very well explained tutorial on file uploading and image manipulation. Hope will be of help. Codeigniter From Scratch |
Welcome Guest, Not a member yet? Register Sign In |