It's probably going to add a few seconds per request. Ideally you wouldn't be adding watermark at runtime. If it were me I'd batch process the img files and put them in a folder specifically for watermarked versions. That way you aren't running the watermark every single time an image is requested. You only watermark once per image.
my $0.02 On Thu, Feb 3, 2011 at 11:32 AM, wabba <[email protected]> wrote: > > Yep...Will look. Any ideas on what sort of processing impact that puts on > the server when done in real time, or if it's worth worrying about? > > -----Original Message----- > From: Steve Milburn [mailto:[email protected]] > Sent: Thursday, February 03, 2011 8:29 AM > To: cf-talk > Subject: Re: Watermarking images > > > If you are running a version of CF that supports <cfimage>, have a look at > this > > http://www.bennadel.com/blog/775-Learning-ColdFusion-8-CFImage-Part-III-Wate > rmarks-And-Transparency.htm > > On Thu, Feb 3, 2011 at 11:14 AM, wabba <[email protected]> wrote: > > > > > Anyone have a good tool for watermarking images either as they are > > displayed > > to the client, or on the backside as they are uploaded? Working on a > parts > > database of 30k+ items and the part images are updated frequently. We > > regularly receive images discs or flash drives from manufacturers which > we > > then just dump over the top of the old images, so doing the watermarking > on > > the fly ensures it's always displayed without having to do the entire > thing > > over. > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341834 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

