image/png color issues on different browsers
Posted: Wed Jul 16, 2003 11:03 pm
I'm having problems with the color rendering of my php images.
I'm using $bgcolor = ImageColorAllocate ($im,96,64,49);
on IE mac, pc NS pc no problems - color output is correct
on NS mac and Safari (mac) - outputs different color (darker)
has anyone had this problem before?
This makes my image backgrounds darker than the webpage background.
This is probably not due to php and more so with the browsers.
I'd appreciate if anyone could shed some light on this,
cheers
xiang
I'm using $bgcolor = ImageColorAllocate ($im,96,64,49);
on IE mac, pc NS pc no problems - color output is correct
on NS mac and Safari (mac) - outputs different color (darker)
has anyone had this problem before?
This makes my image backgrounds darker than the webpage background.
This is probably not due to php and more so with the browsers.
I'd appreciate if anyone could shed some light on this,
cheers
xiang