On Wed, 4 Dec 2002, Pierre-Alain Joye wrote:

> pajoye                Tue Dec  3 21:48:23 2002 EDT
> 
>   Modified files:              
>     /php4/ext/gd      gd.c 
>   Log:
>   Fix imagegd stdoutput
>   Typo 256 colors
>   
>   
>                               }
>                               (*func_p)(im, q, tmp);
>                               break;
> +            case PHP_GDIMG_TYPE_GD:
> +                if(im->trueColor){
> +                         gdImageTrueColorToPalette(im,1,256);
> +                             }
> +                (*func_p)(im, tmp);
> +                break;
>                       default:
>                               (*func_p)(im, tmp);
>                               break;

Can you please watch your whitespace here?

Derick

-- 

-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals       http://php-mag.net/
-------------------------------------------------------------------------


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to