CodeIgniter Forums
I need help regrding Image uploading and create thumbnail - 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: I need help regrding Image uploading and create thumbnail (/showthread.php?tid=14325)



I need help regrding Image uploading and create thumbnail - El Forum - 12-29-2008

[eluser]Unknown[/eluser]
Hello Friends,

I need help regrding Image uploading and create thumbnail.

I have uploaded one image and create thumbnail using CI, Image is uploaded but it creates thumbnail as Black box image (completely black image).

How to solve this problem.

Waiting for reply.


I need help regrding Image uploading and create thumbnail - El Forum - 12-29-2008

[eluser]Michael Wales[/eluser]
Are you sure you are telling the Image Manipulation class to use the correct library (GD, GD2, ImageMagick). Is the library you are trying to use installed/configured properly?