![]() |
|
Not JPEG files support - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Not JPEG files support (/thread-1231.html) |
Not JPEG files support - dldler - 2007-03-02 I've read the topics for movies support and another one about tiff support. For me, i need PDF support and probably other people need other ones. Giving an answer to each support is a hard job, is'nt it ? What about a generic solution ? Could it be possible to add a line to the zp-config.php with a list of alternative extension names, and using a manual link to a thumbnail ? i.e. (please dont forget i'm graphist and not developper) : Most important, thanks a lot for zenphoto. Not JPEG files support - dldler - 2007-03-02 If that can help some one, i do that for PDF files : Replace :
` For use : just upload a pdf file, take care it's name begins with "pdf_" I thing someone better could do it more friendly for users, for exemple using "(file_exists($PDFurl))" but i cant find out how to... Hope this will help someone, enjoy. Not JPEG files support - trisweb - 2007-03-02 What you want could really be accomplished by integrating ImageMagick as an alternative image converter... Zenphoto is only limited by the formats GD supports right now, and ImageMagick supports far more, including PDF if you have the right libraries (Ghostscript) installed. I'll work on that for 1.1, it's an easy integration. Not JPEG files support - dldler - 2007-03-02 Thanks a lot for this news. |