On Friday 26 October 2001 05:03 am, you wrote:
> I have 2 images, and I want to copy/reescale a block from image A to image
> B, when I do it (imagecopyresized) I get a gray square on image B, I think
> that the problem is palette colors, how can I copy palette from image A to
> image B?
>
>
>
>     Thnx

GD sucks when it comes to image resizing.
You can add some code to it prior to compiling to make it better or write a 
complex php function for it.

Or, if you can install ImageMagick on your box and resize your imag through a 
exec() call.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to