I'm using nconvert to convert user uploaded images to apt size.
Gd library has bug in imageCreateFrom JPEG version. (For large size
files - like 1mb or so, it crashes miserably on my machine)
So I exec nconvert from a php script to do the job for me.
Any comments regarding speed, memory use etc.. in case of high traffic
?
Which PHP external command execution function is the most apt ?
I'm using FreeBSD.
Mike
Gd library has bug in imageCreateFrom JPEG version. (For large size
files - like 1mb or so, it crashes miserably on my machine)
So I exec nconvert from a php script to do the job for me.
Any comments regarding speed, memory use etc.. in case of high traffic
?
Which PHP external command execution function is the most apt ?
I'm using FreeBSD.
Mike