Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
Ok, here's the test code - the drawBox() function is the current application/implementation am now trying out: Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Jacob Kruger" To: Cc: "Pierre Joye" Sent: Friday,

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Pierre Joye
thanks, but I was asking for the source image(s) and the resulting image (use gimp or whatever to show what you would like to achieve), easier to actually see what you want to do :) About transparency, see imagealphablending and imagesavealpha On Fri, Sep 6, 2013 at 9:39 AM, Jacob Kruger wrote:

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
Well, here's one of the test images - literally just a test image I took of a pseudo-toy a while ago: https://dl.dropboxusercontent.com/u/13327195/13771158254.png And, here's the current output/finished off version: https://dl.dropboxusercontent.com/u/13327195/14watermarked.png The two areas th

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Pierre Joye
On Fri, Sep 6, 2013 at 11:13 AM, Jacob Kruger wrote: > Well, here's one of the test images - literally just a test image I took of > a pseudo-toy a while ago: > https://dl.dropboxusercontent.com/u/13327195/13771158254.png > > And, here's the current output/finished off version: > https://dl.dropbo

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
For now, just draw boxes there, since already have the watermarking sorted out - think so anyway, and in terms of copying other images, this drawing of boxes is to let users choose specific locations/areas to then insert other images and text, but, think already got that part of it sorted - don'