Hi Jose, I am not sure if you are using App Engine standard environment for flex? If you are using flex., note that GD PHP extension is disabled by default and it seems it only supports PNG, JPEG and FreeType. So, as explained in the documentation <https://cloud.google.com/appengine/docs/flexible/php/runtime#using_php_extensions>, make sure it is enabled as an extension by adding a php.ini file in the root of your application and using the extension directive. You may also take a look at this thread on Stack Overflow <https://stackoverflow.com/questions/16915016/your-server-does-not-support-the-gd-function-required-to-process-this-type-of-im> seems to be similar to your issue.
If the issue still persists, you may post your full detailed question along with the code snippet you are using on Stack Overflow <https://cloud.google.com/support/docs/stackexchange> for technical assistance. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/aa36e977-1b18-4909-938c-bbb968ed75c4%40googlegroups.com.
