I have a big database related to 30000 pcd pictures (pcd is the photocd kodac file format), and I have to publish it on the internet.
It is possible to convert pcd pictures to jpeg format via the "convert" command line.
My problem is that I want to create dynamic object of each requested files so that if many users request the same picture the server do not create different output jpeg files.
But I don't know if this is the best solution ... do I have to use the extern command ? does it work well ?
please help :o)
MGO.