![]() |
|
TIFF to JPEG thumbnails - 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: TIFF to JPEG thumbnails (/thread-983.html) |
TIFF to JPEG thumbnails - pirod - 2006-12-15 Hi, In order to make a professional gallery I'd like to manage TIFF files too. This could pass by a JPEG thumbnail generation to browse galleries and then the TIFF file would be accessed from the image.php page only. Can someone tell me how to change the thumbnail generator? Thanks TIFF to JPEG thumbnails - Donkikong - 2006-12-15 I may be wrong but php's GD image manipulation tools doesn't support Tiffs. Also, I think you're nuts to use TIFFs online. None of my pro photographer / photojournalist clients use TIFF online. JPEG should be adequate. TIFF to JPEG thumbnails - pirod - 2006-12-19 who says it will be online? The gallery will be offline on intranet for specific management task. I know that TIFF is not a web standard... TIFF to JPEG thumbnails - trisweb - 2006-12-20 ImageMagick should do it... someone once posted a mod of i.php to imagemagick, I'd look for that. I have the patches from them, I should integrate. It might be good to have for others as well and might even be faster. |