ID:               25082
 Updated by:       [EMAIL PROTECTED]
 Reported By:      giancarlopez at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: winnt apache 2
 PHP Version:      4.3.2
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

This error is directly from pdflib library, which cannot handle the
tiff image you are providing it with. 


Previous Comments:
------------------------------------------------------------------------

[2003-08-13 17:14:54] giancarlopez at hotmail dot com

Description:
------------
Internal PDFlib warning: Unknown tag structure in TIFF file




tanks !!





Reproduce code:
---------------
Internal PDFlib warning: Unknown tag structure in TIFF file


$imagefile = "m".substr($parchivo,1);
        $imagen1 = pdf_open_tiff($p,$imagefile);        
        pdf_place_image($p, $imagen1, 150, 300, 0.3); pdf_close_image
($p,$imagen1);



Expected result:
----------------
 A pdf document than have a tiff image 
this already funtion but, i upgrade the apache server 
to Apache 2.O for  windows NT 

Actual result:
--------------
Internal PDFlib warning: Unknown tag structure in TIFF file




Tanks 


Gian Carlo Lopez 
[EMAIL PROTECTED]


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25082&edit=1

Reply via email to