So this is a weird issue...
In img.class.php we use the banner image PNG, and do imagecreatefrompng($this->bannerImage);
however, for some reason upon imagepng($this->bannerImage); the PNG file gets slightly cropped at the bottom like so:

I can't seem to figure out why this is happening, it's not a memory issue, and doesn't seem to be a drawing issue, or issue with the PNG image.
So this is a weird issue...
In img.class.php we use the banner image PNG, and do imagecreatefrompng($this->bannerImage);

however, for some reason upon imagepng($this->bannerImage); the PNG file gets slightly cropped at the bottom like so:
I can't seem to figure out why this is happening, it's not a memory issue, and doesn't seem to be a drawing issue, or issue with the PNG image.