Quote:
06-01-03 at 07:20 PM filburt1 said this in Post #30
GIF support in PHP is generally horrible. However, I have a solution (which I don't have time to implement but anyone with GD2 experience can):
1. Load the gif using imagecreatefromstring
2. Create a new image via imagecreatetruecolor of the same dimensions
3. Copy the entire gif onto the new image
4. Destroy the original gif
The problem is likely a palette issue.
|
I know this thread is ungodly old, but I have a question:
How would I go about doing this? I am having the same problem, if someone could explain or give a code for me to add it would be great, I dont have any GD experience :surprised: :cry: Thanks!