我想使用创建多个图像imagettftext
并将其显示在视图文件中。我用过这段代码: http: //php.net/manual/en/function.imagettftext.php。
当我将上述代码放在我的控制器中时,它可以完美运行,但是想知道如何在视图文件中渲染多个图像?
我想使用创建多个图像imagettftext
并将其显示在视图文件中。我用过这段代码: http: //php.net/manual/en/function.imagettftext.php。
当我将上述代码放在我的控制器中时,它可以完美运行,但是想知道如何在视图文件中渲染多个图像?
我认为使用 ci 图像处理库而不是使用核心 php 函数进行图像处理会更好。这里的文档http://codeigniter.com/user_guide/libraries/image_lib.html