Mistake in the User Guide |
[eluser]dorwin[/eluser]
http://ellislab.com/codeigniter/user-gui...ading.html all below on Explanation part : image_heigth Image height Variable name is image_height and not image_heigth ! It can lead to error if c/p abuse ![]() Thanks !
[eluser]Unknown[/eluser]
Yes! Thanks for the explanation Dorwin, I haved the same problem and I don't see the mistake... :S
[eluser]Konfine[/eluser]
I'd also like to point out here that on the user guide that under the Image Manipulation class 'Processing an Image' the code shows an example of:- Code: $config['image_library'] = 'gd2'; If you take this example you'll find that it doesn't actually perform the width/height as requested, you need to use initialize before doing the resize. Just a bug I found while allowing to upload an avatar image. Cheers |
Welcome Guest, Not a member yet? Register Sign In |