RE: CFIMAGE- stacking images

2008-01-30 Thread Daniel Baughman
esday, January 29, 2008 1:24 PM To: CF-Talk Subject: Re: CFIMAGE- stacking images Ben Forta wrote: > ImageNew() to create a new blank image. ImageRead() and ImagePaste() to > paste first image, then another ImageNew() and ImagePaste() setting the x > and y so that it is where you want it rel

Re: CFIMAGE- stacking images

2008-01-29 Thread Raymond Camden
Good point Ian. That's exactly what I tell folks as well. About the only thing I think the tag can do that the functions can't is the writeToBrowser action. Of course, CAPTCHA Is a _heck_ of a lot easier with the tag. On Jan 29, 2008 2:23 PM, Ian Skinner <[EMAIL PROTECTED]> wrote: > Ben Forta wrot

Re: CFIMAGE- stacking images

2008-01-29 Thread Ian Skinner
Ben Forta wrote: > ImageNew() to create a new blank image. ImageRead() and ImagePaste() to > paste first image, then another ImageNew() and ImagePaste() setting the x > and y so that it is where you want it relative to first image. Or just take > all of that and make a ImageAppend() function that d

RE: CFIMAGE- stacking images

2008-01-29 Thread Ben Forta
ailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 2:18 PM To: CF-Talk Subject: RE: CFIMAGE- stacking images ImageNew() to create a new blank image. ImageRead() and ImagePaste() to paste first image, then another ImageNew() and ImagePaste() setting the x and y so that it is where you want it relati

RE: CFIMAGE- stacking images

2008-01-29 Thread Ben Forta
ImageNew() to create a new blank image. ImageRead() and ImagePaste() to paste first image, then another ImageNew() and ImagePaste() setting the x and y so that it is where you want it relative to first image. Or just take all of that and make a ImageAppend() function that dos it for you. --- Ben