RE: Resizing images under Linux

2002-11-06 Thread Benoit Hediard
-rat.com] Envoyé : mardi 5 novembre 2002 23:23 À : CF-Talk Objet : RE: Resizing images under Linux My research with the ImageJ library: http://www.web-rat.com/mt2/mt-search.cgi?IncludeBlogs=2search=image+j Ben Hediard pointed imageJ out to me ages ago - http://rsb.info.nih.gov/ij/index.html ~Todd

Re: Resizing images under Linux

2002-11-06 Thread Paul Hastings
Indeed, ImageJ is another imaging Java library, it is easier to use than JAI. It supports GIF and it is the world's fastest pure Java image processing program. It can filter a 2048x2048 image in 0.5 seconds. That's over 8 million pixels per second!. i can attest to this, JAI might be more

Re: Resizing images under Linux

2002-11-06 Thread Rick Root
Thanks for all your suggestions everyone. I think CF_ImageMagick is the way I'm going to go, as it seems to do everything I want, I already have ImageMagick installed on my server, and I don't have to write any fancy code other than that handles the automatic creation and caching of

Problems with dynamically generated images... (was Re: Resizing images under Linux)

2002-11-06 Thread Rick Root
Okay... so I'm using CF_MagickTag to generate my thumbnails, and it's doing an admirable job of it. HOWEVER, the image doesn't appear properly the first time a thumbnail is generated... it's almost as if the page is loading BEFORE the thumbnail is completely generated. For an example, go

Re: Problems with dynamically generated images... (was Re: Resizing images under Linux)

2002-11-06 Thread Bob Haroche
Cute kid! I didn't see what you're describing, but I have seen it before on a variety of sites when using IE 6. For some reason, the browser sometimes doesn't want to show images the first time. Are you finding this problem in other browsers too? --- Regards, Bob Haroche O n P o i n

Re: Problems with dynamically generated images... (was Re: Resizing images under Linux)

2002-11-06 Thread Rick Root
Bob Haroche wrote: I didn't see what you're describing, but I have seen it before on a variety of sites when using IE 6. For some reason, the browser sometimes doesn't want to show images the first time. Are you finding this problem in other browsers too? Goodness... you know I hadn't

Re: Problems with dynamically generated images... (was Re: Resizing images under Linux)

2002-11-06 Thread Rick Root
Bob Haroche wrote: Cute kid! I didn't see what you're describing, but I have seen it before on a variety of sites when using IE 6. For some reason, the browser sometimes doesn't want to show images the first time. Are you finding this problem in other browsers too? Crud, I take it

RE: Resizing images under Linux

2002-11-05 Thread Ryan Farrell
We are working with something called AutoImager. Our particular solution requires that we resize images and create thumbnails in a nightly batch, but the program may be able to meet your requirements. Check it out at http://www.mystikmedia.com/autoimager.asp. Ryan -Original Message-

Re: Resizing images under Linux

2002-11-05 Thread Rick Root
Nope, requires windows... and as I said I'm using Linux. I'm researching the GD library which would allow me to write a perl script and call that via CFEXECUTE... but I'd much rather find an existing solution :) - Rick Ryan Farrell wrote: We are working with something called AutoImager. Our

Re: Resizing images under Linux

2002-11-05 Thread Sean A Corfield
Check out JAI - the Java image library. Matt Liotta wrote an article on this for the DesDev Center recently... *searches* http://www.macromedia.com/desdev/mx/coldfusion/articles/jai_images.html That Java code should be callable from CF5. On Tuesday, Nov 5, 2002, at 11:30 US/Pacific, Rick Root

RE: Resizing images under Linux

2002-11-05 Thread Robert Everland
] Sent: Tuesday, November 05, 2002 2:30 PM To: CF-Talk Subject: Re: Resizing images under Linux Nope, requires windows... and as I said I'm using Linux. I'm researching the GD library which would allow me to write a perl script and call that via CFEXECUTE... but I'd much rather find an existing

RE: Resizing images under Linux

2002-11-05 Thread Douglas.Knudsen
IIRC, you can do some GD stuff with PHP... -Original Message- From: Rick Root [mailto:rroot;wakeinternet.com] Sent: Tuesday, November 05, 2002 2:30 PM To: CF-Talk Subject: Re: Resizing images under Linux Nope, requires windows... and as I said I'm using Linux. I'm researching the GD

RE: Resizing images under Linux

2002-11-05 Thread Josh Trefethen
This is what I run on my linux box with cf5: http://www.imagemagick.org/ http://www.alagad.com/index.cfm/name-mtdownload this is the cf custom tag. Works like a charm and is very powerful... FYI: I have this preinstalled and available for anyone with a hosting account on my server. -- Josh

Re: Resizing images under Linux

2002-11-05 Thread Jesse Houwing
Rick Root wrote: Nope, requires windows... and as I said I'm using Linux. I'm researching the GD library which would allow me to write a perl script and call that via CFEXECUTE... but I'd much rather find an existing solution :) There is a CF_ImageMagick tag somewhere... Ahh there it is:

RE: Resizing images under Linux

2002-11-05 Thread Kevin Graeme
format). I would love it if PNG were an acceptable substitute, but it's implementation in browsers seems worse than CSS. -Kevin -Original Message- From: Sean A Corfield [mailto:sean;corfield.org] Sent: Tuesday, November 05, 2002 1:47 PM To: CF-Talk Subject: Re: Resizing images under Linux

RE: Resizing images under Linux

2002-11-05 Thread todd
substitute, but it's implementation in browsers seems worse than CSS. -Kevin -Original Message- From: Sean A Corfield [mailto:sean;corfield.org] Sent: Tuesday, November 05, 2002 1:47 PM To: CF-Talk Subject: Re: Resizing images under Linux Check out JAI - the Java image