ohdang888 Posted December 8, 2008 Share Posted December 8, 2008 i have an image is a circle. And i want the white background around the circle to blend in with the page's blue background... how do i do that? Thanks. echo' <img src="'.$appcallbackurl.'images/buttons/round_blue.gif" border="0"/>'; Link to comment https://forums.phpfreaks.com/topic/135989-solved-image/ Share on other sites More sharing options...
Yesideez Posted December 8, 2008 Share Posted December 8, 2008 You need to edit the GIF image and make the area outside of the circle transparent but it won't blend in as GIF can't support alpha transparency. The only other way is to use PNG instead (doing the same above) but not all browsers can display PNGs properly (mainly IE) although there is a Javascript hack/patch to remedy this. Link to comment https://forums.phpfreaks.com/topic/135989-solved-image/#findComment-708916 Share on other sites More sharing options...
ohdang888 Posted December 8, 2008 Author Share Posted December 8, 2008 oh. i have gimp2. does anyone know how to do this in gimp2? thanks for helping out Link to comment https://forums.phpfreaks.com/topic/135989-solved-image/#findComment-708919 Share on other sites More sharing options...
Yesideez Posted December 8, 2008 Share Posted December 8, 2008 *waiting for a mod to move this to the "graphics" forum * PM me a link to the image and I'll edit it for you. Link to comment https://forums.phpfreaks.com/topic/135989-solved-image/#findComment-708939 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.