I'm looking to use ImageMagick via PHP to manipulate images extracted from a
MySQL database before serving them. I can see plenty of ways to work with
files, i.e. read them from disk, manipulate them, save them and serve them
but not to do it straight from the database and to the browser. I don't
really want to put it on disk as it's all for once only use (in the admin of
a photo gallery type app) and I'm trying to keep it simple.
Any ideas?
Thanks,
Geoff
MySQL database before serving them. I can see plenty of ways to work with
files, i.e. read them from disk, manipulate them, save them and serve them
but not to do it straight from the database and to the browser. I don't
really want to put it on disk as it's all for once only use (in the admin of
a photo gallery type app) and I'm trying to keep it simple.
Any ideas?
Thanks,
Geoff