NextGen Gallery: Transparent Images Showing Black Background with Resize
-
I have a new gallery with several images. The background on these images is transparent, however NextGen Gallery is automatically adding a black background to all “resized” images.
I’ve done some researching and I’ve managed to find a few ppl who have been having the same problem as me, but the is not a clear and definite solution.
Here is my gallery page, i’m using the singlepic function for nextgen.
https://badcompanytwo.com/multiplayer/specializations/
I’ve went into the gd.thumbnail.inc.php and changed line 651 to 255,255,255,127 following the only guide i could find on the internet.
Here is the line of code
$colorToPaint = ImageColorAllocateAlpha($this->workingImage,255,255,255,127);
Can anyone give me a solution to this problem?
Thanks sooooo much
- The topic ‘NextGen Gallery: Transparent Images Showing Black Background with Resize’ is closed to new replies.