![]() |
watermarking - 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: watermarking (/showthread.php?tid=8144) |
watermarking - El Forum - 05-07-2008 [eluser]ravikota[/eluser] Code: $config['image_library'] = 'GD2'; When i execute the above code i get the following warnings: 1) imagecolorat(): supplied argument is not a valid Image resource 2) imagecolortransparent(): supplied argument is not a valid Image resource 3) imagecopymerge(): supplied argument is not a valid Image resource can any one help me to solve the above problem. watermarking - El Forum - 05-07-2008 [eluser]Référencement Google[/eluser] Are you sure about the image path? Also, your extension .jpeg is not common could you try with just a .jpg image extension? |