[google-appengine] Re: PHP Imagick Font not Loading

2015-11-11 Thread Contact PlutonMedia
Hi, Yes my app.yaml is as follow : application: image-generator-1124 version: 1 runtime: php55 api_version: 1 threadsafe: yes handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico - url: /009\.jpg static_files: 009.jpg upload: 009\.jpg application_readable: tr

[google-appengine] Re: PHP Imagick Font not Loading

2015-11-10 Thread Contact PlutonMedia
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 regar

[google-appengine] PHP Imagick Font not Loading

2015-11-09 Thread Contact PlutonMedia
Hi, Is there a trick to be able to load a custom font and use compositeImage? Here is my code : app.yaml application: the_name version: 1 runtime: php55 api_version: 1 threadsafe: yes handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico - url: /009\.jpg static