RE: CF Image question...

2008-01-04 Thread E C list
mages fast enough--between 20 and 200 images get processed every night) Hope this helps... -Original Message- From: Dave l [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 26, 2007 12:35 AM To: CF-Talk Subject: Re: CF Image question... Right now I can do it 2 different ways.. one

Re: CF Image question...

2007-12-25 Thread Dave l
Right now I can do it 2 different ways.. one is to upload each one separately or I can ftp into the site and just upload the images then in the admin I can choose to upload one or run scripts if I have already uploaded them. If I have ftp'd them then it does run them 25 at a time, it starts with

RE: CF Image question...

2007-12-25 Thread Rick Faircloth
e- > From: Dave l [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 25, 2007 4:32 PM > To: CF-Talk > Subject: Re: CF Image question... > > I had thought about that but I figured the overhead was gunna be too much > even though its all > done on my ded box. > > If

Re: CF Image question...

2007-12-25 Thread Dave l
I had thought about that but I figured the overhead was gunna be too much even though its all done on my ded box. If you are going to do just a few or one at a time then this would work but in my case there would be between 80-300 at a time which would be a killer. thanks tho! > > The thin

Re: CF Image question...

2007-12-25 Thread s. isaac dealey
> This is something that can take the server some time to do - I would > suggest using asynchronous processing or scheduled task to handle > this. We ran into some issues at my day job trying to use cfthread for resizing images, realizing that if you're doing a lot of it, you can run out of thread

Re: CF Image question...

2007-12-25 Thread C. Hatton Humphrey
> The thing I wish it would do is add a permanent watermark on uploaded images > instead of only on temp png while being shown. You can do this: 1. Read in original image 2. Read in watermark image (transparent GIF) 3. Set transparency of watermark image to 20-30% Either: 4. Mathematically locat

Re: CF Image question...

2007-12-24 Thread Dave l
The thing I wish it would do is add a permanent watermark on uploaded images instead of only on temp png while being shown. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tria

Re: CF Image question...

2007-12-24 Thread Brett Barnhart
I'd like to do something similar. In my case, drive space is limited. So, I'd really like to store the image once, but then control how it is displayed totally on the fly. I'd like 3 options.. 1) Display as thumbnail 2) Display full size for web 3) download original picture for printing I'm not

RE: CF Image question...

2007-11-05 Thread Rick Faircloth
ide! And then they wonder what's wrong with the website! Thanks for the tip. Rick > -Original Message- > From: James Edmunds [mailto:[EMAIL PROTECTED] > Sent: Monday, November 05, 2007 10:54 AM > To: CF-Talk > Subject: Re: CF Image question... > > In my ap

Re: CF Image question...

2007-11-05 Thread James Edmunds
; > Rick > > > -Original Message- > > From: Ben Nadel [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 05, 2007 7:42 AM > > To: CF-Talk > > Subject: RE: CF Image question... > > > > CFImage cannot read take a filefield like CFFile can (for u

RE: CF Image question...

2007-11-05 Thread Rick Faircloth
onday, November 05, 2007 7:42 AM > To: CF-Talk > Subject: RE: CF Image question... > > CFImage cannot read take a filefield like CFFile can (for upload)... > However, CFImage source attribute CAN accept a binary blob type object. > Theoretically, you can get this directly out of the

RE: CF Image question...

2007-11-05 Thread Ben Nadel
] Sent: Sunday, November 04, 2007 5:28 PM To: CF-Talk Subject: RE: CF Image question... I didn't know if there was some function that pulled the image into the server, then resized it, stored the resized file and deleted the original. I guess all this is possible with the various functions. I ju

RE: CF Image question...

2007-11-04 Thread Rick Faircloth
ile upload process. Rick > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 04, 2007 5:00 PM > To: CF-Talk > Subject: Re: CF Image question... > > Um, how would CF change an image that isn't on the server? It's s

Re: CF Image question...

2007-11-04 Thread Raymond Camden
Um, how would CF change an image that isn't on the server? It's server side technology. ;) (If I'm reading you wrong, let me know.) On Nov 4, 2007 3:45 PM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > I've been reading in the docs about the new image functions in CF 8, but > I'm still not sure ab