Why sometimes when i am creating thumnail it changes the image color? Please see attached photo. The regular pictures looks perfectly clear. Any solutions to the problem?
Looks like a compression issue to me. Check the compression / quality settings in your image generator.
Ok, how do i check the compression issues? I am using php functions : ImageCreate imagecopyresized ImageCreateTrueColor ImageCopyResampled
Thanx,
Sorry, I'm not sure. I have a background in graphics, so I recognize the problem, but can't tell you how or where to fix it w/ php.
Hi all, the problem was that i was using the old version of GD, and now i changed to newer version, and the images are just fine 🙂
sorry i'm surely too late ... but i had similar problems and solved it by using imagecreatetruecolor() rather than imagecreate() ... and it worked 🙂
greets axo