[PHP] displaying a TIFF file

2002-11-12 Thread Joseph Szobody
Folks... when I execute the following code, I get a big black nothing. I think it's the right size, but all black. No image is showing up. What gives? Header(Content-type: image/tiff); $filename = image.tif $file = fopen($filename,rb); fpassthru($file); fclose($file); Any help would be

Re: [PHP] displaying a TIFF file

2002-11-12 Thread Ernest E Vogelsinger
At 00:36 13.11.2002, Joseph Szobody said: [snip] Folks... when I execute the following code, I get a big black nothing. I think it's the right size, but all black. No image is showing up. What gives? Header(Content-type: image/tiff); $filename =