ID:               45753
 Updated by:       [EMAIL PROTECTED]
 Reported By:      chris dot moore at visualunlimited dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         GD related
 Operating System: Windows XP
 PHP Version:      5.2.6
 New Comment:

Please report bugs to http://pecl.php.net/ps


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

[2008-08-08 05:28:11] chris dot moore at visualunlimited dot net

Description:
------------
I'm trying to build a virtual printer device for a project I'm working
on. I'm using a post script driver to report to port 9100. From there
I'm doing many things to the document. one of these things I'm doing is
actually adding an image to the document. the php install is on the
client machine the os is XP pro. it seems like the standard pslibs arent
built with support for images reguardless if imagemagick.dll and gd2.dll
are there.. is this a bug or am I using the wrong copy of php_ps.dll ?
if it is a wrong copy, can you point me to a pre compiled copy that
would work? or something ?




Reproduce code:
---------------
$img = ps_open_image_file($ps,"jpg",$fonts_dir."\ad\emogirl01.jpg");
ps_place_image($ps,$img,100,100,1.0);

Expected result:
----------------
Fatal error: ps_open_image_file(): PSlib error: Images of type 'jpg'
not supported. in <filename>



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


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

Reply via email to