CodeIgniter Forums
Crop() and maintain radio - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Crop() and maintain radio (/showthread.php?tid=10198)



Crop() and maintain radio - El Forum - 07-22-2008

[eluser]Asinox[/eluser]
Hi, how i will crop images and maintain radio?

thanks


Crop() and maintain radio - El Forum - 07-22-2008

[eluser]Bramme[/eluser]
The point of cropping is that you can chose your aspect ratio... If you want to crop an image in the same aspect ratio of your original image, just do the basic math yourself...


Crop() and maintain radio - El Forum - 07-22-2008

[eluser]Asinox[/eluser]
Thanks Smile