Manipulating transparent images causes "blackness" |
[eluser]crispyslice[/eluser]
When the image manipulation class is used to resize images with transparency, any transparency in the image is replaced with black. I found a fix on these forums which basically consists of adding this to the image manipulation class: Code: $transparent_index = imagecolortransparent($src_img); I think it would be beneficial to CodeIgniter if this was fixed in the official release, and didn't require a hack to get it working properly. This issue is present in 1.7.1, and I included an example of a resized image with transparency for reference. |
Welcome Guest, Not a member yet? Register Sign In |