Open GoogleCodeExporter opened 9 years ago
very thanks
but i have Wrong parameter count for imagefilledrectangle()
imagefilledrectangle($Ress_Dst, 0, 0, $trans_color);
Original comment by debiais....@gmail.com
on 17 Apr 2012 at 12:41
ok no problem just add 0 and 0
imagefilledrectangle($Ress_Dst,0,0,0,0,$trans_color);
Original comment by debiais....@gmail.com
on 17 Apr 2012 at 12:46
I think that to get the same result, we need to set the $x2 and $y2 arguments
to the width and height of the image. Can you confirm this ?
Original comment by fabien.menager
on 26 Apr 2012 at 12:26
Original comment by eclecticgeek
on 24 May 2013 at 3:00
Original issue reported on code.google.com by
levev...@gmail.com
on 17 Sep 2009 at 8:09