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, 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 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 for technical assistance.