HELP!! phpthumb not generating thumbnails for TIFF images
Posted: 2009-10-02T04:41:54-07:00
hey,
im a newbie to imagemagick and how it should be configured in order to run properly.
To make things brief, i am using imagemagick to allow the phpthumb script to create thumbs from various file types.
i need this working for a web application that has an image uploader.
the image uploader after uploading should give you a preview of the image. it seems to work fine with many file types except TIFF, it returns no image preview...
so im guessing phpthumb does not return a thumbnail when it is referring to a TIFF picture.
I've been researching for the past 2 days and found out that i need to activate a certain TIFF library for this operation to work.
I downloaded the tiff library (tiff 3.9.1) from http://www.imagemagick.org/download/delegates/ but i have NO CLUE how to get it running with ImageMagick. IF anyone can help me do that, i would greatly appreciate it!!
i went into command line and typed identify -list list, and saw that there seems to be a library already identified with TIFF, these are the lines i'm getting:
TIFF* TIFF rw+ Tagged Image File Format (LIBTIFF, Version 3.9.0beta)
TIFF64* TIFF --- Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.0beta)
Does this mean i have TIFF supported? is there a certain configuration or something that has to do with pointing ImageMagick to the tifflib directory that i have to do?
is there a dll or something that would replace manually having to input directories or something of the sort?
Im using:
ImageMagick-6.4.5-8-Q16-windows-dll (directory: C:\imagemagick)
phpthumb 1.7.9
if anyone knows anything about this, or can point me in the right direction, or can generouslty give me a step-by-step way to activate this... i would be very grateful...
thank you
im a newbie to imagemagick and how it should be configured in order to run properly.
To make things brief, i am using imagemagick to allow the phpthumb script to create thumbs from various file types.
i need this working for a web application that has an image uploader.
the image uploader after uploading should give you a preview of the image. it seems to work fine with many file types except TIFF, it returns no image preview...
so im guessing phpthumb does not return a thumbnail when it is referring to a TIFF picture.
I've been researching for the past 2 days and found out that i need to activate a certain TIFF library for this operation to work.
I downloaded the tiff library (tiff 3.9.1) from http://www.imagemagick.org/download/delegates/ but i have NO CLUE how to get it running with ImageMagick. IF anyone can help me do that, i would greatly appreciate it!!
i went into command line and typed identify -list list, and saw that there seems to be a library already identified with TIFF, these are the lines i'm getting:
TIFF* TIFF rw+ Tagged Image File Format (LIBTIFF, Version 3.9.0beta)
TIFF64* TIFF --- Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.0beta)
Does this mean i have TIFF supported? is there a certain configuration or something that has to do with pointing ImageMagick to the tifflib directory that i have to do?
is there a dll or something that would replace manually having to input directories or something of the sort?
Im using:
ImageMagick-6.4.5-8-Q16-windows-dll (directory: C:\imagemagick)
phpthumb 1.7.9
if anyone knows anything about this, or can point me in the right direction, or can generouslty give me a step-by-step way to activate this... i would be very grateful...
thank you