Question

I want to create multiple images using imagettftext and show it in the view file. I have used this code: http://php.net/manual/en/function.imagettftext.php.

When i place the above mentioned code in my controller it works perfectly, but want to know how can i render multiple images in the view file ??

Was it helpful?

Solution

I think it will be better to use ci Image manipulation library rather than using core php functions for image manipulation. Here the doc http://codeigniter.com/user_guide/libraries/image_lib.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top