From:             chris dot moore at visualunlimited dot net
Operating system: Windows XP
PHP version:      5.2.6
PHP Bug Type:     GD related
Bug description:  Pslib cannot load image of type jpg, eps, or png

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 bug report at http://bugs.php.net/?id=45753&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45753&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45753&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45753&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45753&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45753&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45753&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45753&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45753&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45753&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45753&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45753&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45753&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45753&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45753&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45753&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45753&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45753&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45753&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45753&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45753&r=mysqlcfg

Reply via email to