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
Coverting image formats to png
Moderator: General Moderators
Re: Coverting image formats to png
imagepng can save to a file too. Don't have to output the image immediately.
Re: Coverting image formats to png
Thanks, I'd forgotten that. Is there any way to hold an image in memory rather than having to output to a file, and then reload it?
Re: Coverting image formats to png
Reload... what?