ID:               20472
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         GD related
 Operating System: RedHat Linx 7.2
 PHP Version:      4.3.0RC1/3
 New Comment:

Hello,

Can you provide the original image (in the original format) ?

I saw little difference (well I expect differences while analyzing the
2 results).

pierre


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

[2002-12-15 16:12:31] [EMAIL PROTECTED]

To see the results of the different installations, please execute these
pages.  You may need to do a full refresh (Ctrl-Refresh)

http://www.wisnowmobileclubs.com:88/refresh.php for Dev.
http://www.wisnowmobileclubs.com/refresh.php for Prod.

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

[2002-12-15 16:01:07] [EMAIL PROTECTED]

Well, I have gotten everything to compile & make with using the
--with-gd option. 

But I am still having a problem with the flood fill.  With PHP 4.2.3
the flood fill works fine... with the new versions of PHP the flood
fill does not work.  I will try to create a script that can reproduce
this.

http://www.wisnowmobileclubs.com/picture.htm show the differences in
the images.

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

[2002-12-15 15:31:21] [EMAIL PROTECTED]

You can 'fix' that problem by adding --with-jpeg-dir=/usr
(if libjpeg is located in /usr/lib and the include files in
/usr/include). 

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

[2002-12-15 15:28:23] [EMAIL PROTECTED]

Using the --with-gd & --with-zlib did allow PHP-4.3.0RC3 to compile &
make correctly.  My code, which does work in production, does not work
with this combination.  I receive the following error:
Fatal error: Call to undefined function: imagejpeg() in
/home/wisnowmobileclubs.com/func/reportedplace.fun on line 368

I am still going to work with the most recent stable version & the
--with-gd=path option.

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

[2002-12-15 14:26:49] [EMAIL PROTECTED]

--with-gd=/path uses an external library you already have installed on
your system.

--with-gd will use the bundled version of GD; from PHP 4.3.0 we bundle
GD with our own patches and bugfixes. If you do not need GIF writing
support we strongly recommend to use the bundled library as it has some
fixes and new features (like anti-aliased line drawing) that the
non-bundled library does not have.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/20472

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

Reply via email to