Jennifer wrote:
> it seems to ignore the color that I specify and always came out
> grey. (Of course now if I use ImageColorClosest(), some colors
> work because they are in my image.)
> 
> 
> Any idea on how solutions?
> 


Oops.  I didn't read far enough.  I found the following in a
separate thread.


> I experienced the same, but i use following workaround: 
> Create a new Jpeg, Allocate your colours, and copy your original jpg
> into the new one. then you have all the colours you have allocated in
> your new pic...

So now my question is, how do I copy one image into another?

I see ImageCopy(), but it mentions copying a part of the image,
so do I have to use GetImageSize to determine the size of the src
image first?

Jennifer

-- 
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