So, the 500 error is due to the error you reported above, which explains that it can't find the .ttf file. If the function exists, surely it's meant to be used, and surely many people have used it successfully. The issue isn't that nobody has written text on an image using Imagick, it's that in your case, arial.ttf is not where you think it is. As suggested in my last message, why not make calls to scandir() and determine where arial.ttf really is?
On Tuesday, November 10, 2015 at 4:48:01 AM UTC-5, Contact PlutonMedia wrote: > > Hi Nick and thank you for your help, > > I changed some things (It's working well on localhost). > > So using Imagick to load an image works, but when trying to write text on > it I get the 500 Internal server error. > > Do you know if someone succeeded in writing text on an image using Imagick > ? > > Best regards > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/45b11f66-b6db-4ece-95d0-2981080c8ad0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
