CodeIgniter Forums
"bug" with image manipulation? - 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: "bug" with image manipulation? (/showthread.php?tid=15433)

Pages: 1 2


"bug" with image manipulation? - El Forum - 03-05-2009

[eluser]imatt[/eluser]
Just go in the codeigniter system folder.
Find the folder libraries and open the file image_lib.php

Localize the line of the code given, and replace it , then save the file .
You're done ^^

++


"bug" with image manipulation? - El Forum - 03-05-2009

[eluser]cwt137[/eluser]
If using Linux or any other Unix-like OS, here is annother way to apply the patch:
- Go to the root of your CI install (where index.php is)
- type this command: "patch -p1 -i path_to_file" (without the quotes)