Coverting image formats to png
Posted: Wed Oct 28, 2009 7:27 pm
Hi,
Sorry for the terse form of this message, I am trying to code while coping with a bereavment. Life goes on, "they" say; well maybe life sucks.
To ask my php question - is there a simple way to convert jpeg and gif files imported using
a form, to png format? All the forums I've frequented says that its a matter of loading the
relevant file and then displaying it using imagepng(...), but I don't want to display it straight away, I want to perform some further manipulation on the converted png before I display it.
Hopefully this makes sense to someone
Yours
Paul
Sorry for the terse form of this message, I am trying to code while coping with a bereavment. Life goes on, "they" say; well maybe life sucks.
To ask my php question - is there a simple way to convert jpeg and gif files imported using
a form, to png format? All the forums I've frequented says that its a matter of loading the
relevant file and then displaying it using imagepng(...), but I don't want to display it straight away, I want to perform some further manipulation on the converted png before I display it.
Hopefully this makes sense to someone
Yours
Paul