2
Doubt:
There is another way to convert text into image PNG
other than by **ImageMagick**
?
We are using the Zend Framework.
I installed the module [Php5-imagick][1]
, but it took a lot of work and I had to update many modules of the PHP
and Apache
, and I believe that this installation will not be possible in the type approval and production environments.
//EDIT
https://stackoverflow.com/questions/8503077/create-transparent-png-with-text-from-scratch-in-php
http://www.php.net/manual/en/image.examples-png.php
http://www.daftlogic.com/projects-text-to-image.htm
I found these forms.
Thank you, but unfortunately we are still using zend 1.
– Marcus Silva
Just yesterday I converted a project into ZF1 to use Composer. What I had to do was manually set, in the project’s Composer.json, that all classes were in the root namespace. If you need a help to do it, just say the word!
– Rodrigo Rigotti
Rodrigo Rigotti, I saw that you commented the answer, can you detail me how to perform this process of using Zend Framework 1 with libraries downloaded by Composer?? Thank you.
– Octávio
@Octavian saw the question you had asked and answered there. :)
– Rodrigo Rigotti