Hi Pedro, Thank you for your response. I m building a facebook application that required to upload user profile photos, that currently only support jpg format.Therefore is crucial to have jpg support.
On Oct 1, 6:22 am, Pedro Belo <[email protected]> wrote: > Hi Jason, > > That's true, our gd setup only supports gifs and pngs. > > I'll bring your feedback to add jpg support but not sure we'll be able > to get that done anytime soon. Can you use png instead? > > Thanks! > Pedro > > On Mon, Sep 26, 2011 at 8:13 PM, JasonLai > > > > > > > > <[email protected]> wrote: > > Hi, > > I m trying to using upload a jpeg file but encounter the following > > error message > > > Warning: imagecreatefromstring(): No JPEG support in this PHP build > > > It seem that PHP GD JPEG support is disabled.Any reason for doing that > > and can that be resolved ? > > > array(11) { ["GD Version"]=> string(27) "bundled (2.0.34 > > compatible)" ["FreeType Support"]=> bool(false) ["T1Lib Support"]=> > > bool(false) ["GIF Read Support"]=> bool(true) ["GIF Create Support"]=> > > bool(true) ["JPEG Support"]=> bool(false) ["PNG Support"]=> bool(true) > > ["WBMP Support"]=> bool(true) ["XPM Support"]=> bool(false) ["XBM > > Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=> > > bool(false) } > > > -- > > You received this message because you are subscribed to the Google Groups > > "Heroku" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/heroku?hl=en. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
