CodeIgniter Forums
[resolved] getting dimensions of resized image with $config['maintain_ratio'] = TRUE; - 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: [resolved] getting dimensions of resized image with $config['maintain_ratio'] = TRUE; (/showthread.php?tid=27338)



[resolved] getting dimensions of resized image with $config['maintain_ratio'] = TRUE; - El Forum - 02-08-2010

[eluser]Unknown[/eluser]
Hi,

I need to get the dimensions of a thumbnail created using CI image manipulation class and with maintain_ratio true.

How should I go about it ?

Thanks


Answer

too tired just needed to use getimagesize() !