tags:

views:

3

answers:

1

I'm using imagecopyresampled to merge images together. Its working perfectly except some of the colors are strangely allocated in the wrong places. Such that hues of one part of the image appear elsewhere.

Does anyone have a fix for this?

A: 

I used imagetruecolor and made it transparent. It fixed the issue.

Camoy