efflare cfx image cr 3

2012-11-05 Thread Terry Troxel
Has anyone tried to use CFX_IMAGECR3 with windows server 64 bit and CF9 64 bit successfully? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: efflare cfx image cr 3

2012-11-05 Thread Wil Genovese
Yes, we do it here at CF Webtools for a VERY large client site that processes tons of images. One of our guys has blogged about setting it up - http://christierney.com/2011/02/01/installing-imagecr3-on-64-bit-multi-instance-coldfusion-server/ I hope this helps. Wil Genovese Sr. Web

Re: cfx image?

2005-04-26 Thread Josen Ruiseco
I also use Efflare's ImageCr and ImageFlare. They are great products. They are affordable. Their support is great. http://www.efflare.com Josen Ruiseco GoMotorBids.com http://www.gomotorbids.com As I stated earlier in this thread, if there were problems with cfexecute on CFMX, they were

Re: cfx image?

2005-04-26 Thread Mary Jo Sminkey
Jukka now has a tag based on ImageMagick called CFX_OpenImage that works pretty well. Not super-fast, but quality is great. Tag is free to use and has tons of capability. Jukka is very responsive, I was having a problem with thumbnail file sizes due to EXIF information and in a day he had

Re: cfx image?

2005-04-13 Thread Massimo Foti
I've fiddled with some image manipulation tags and found some of them to make jagged images on resize. Anybody know how good cfx image is at resizing? If you are on CF 6.1+ you can try this one: http://www.olimpo.ch/tmt/cfc/tmt_img Massimo Foti DW tools: http

Re: cfx image?

2005-04-13 Thread Bert Dawson
for cfx image in his search form, you should be able to download the tag. Hi, I've fiddled with some image manipulation tags and found some of them to make jagged images on resize. Anybody know how good cfx image is at resizing? I previously used imagemagic which seems very good but the docs say

RE: cfx image?

2005-04-13 Thread Justin D. Scott
If you are on CF 6.1+ you can try this one: http://www.olimpo.ch/tmt/cfc/tmt_img That only supports JPG and PNG files, oddly. You would think GIF files would also be included, but, oh well. I recall there being another CFC that used Java calls to do the same thing, but it was more robust and

Re: cfx image?

2005-04-13 Thread Massimo Foti
If you are on CF 6.1+ you can try this one: http://www.olimpo.ch/tmt/cfc/tmt_img That only supports JPG and PNG files, oddly. You would think GIF files would also be included, but, oh well. Unfortunately JRE 1.4 doesn't allows GIF manipulation out of the box. As far as I remember this

RE: cfx image?

2005-04-13 Thread Justin D. Scott
I guess you are talking about: http://www.alagad.com/index.cfm/name-aic That would be the one. It's definitely more features-rich, but I wouldn't call it more robust :-) It's early g. I am not sure it can resize GIF According to their documentation it can read GIF, JPG and PNG. It goes

Re: cfx image?

2005-04-13 Thread Massimo Foti
According to their documentation it can read GIF, JPG and PNG. It goes on to say that it can only write JPG and PNG though. Again, it's a limitation of the underlying JRE. You can't write GIF out of the box... Massimo ~|

Re: cfx image?

2005-04-13 Thread Bryan Stevenson
Brian, Thanks, that works nicely and I can easily modify it to suite my needs. Question, have you every used the java stuff to write text into an image? Thanks Nope...I use CFX_Image for the...DOH! ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems

Re: cfx image?

2005-04-13 Thread George Abraham
Stan, If you are looking for a product that does this on a large-scale/high traffic basis, you should really be looking at standalone image servers like Scene7. These work with one high quality master image and make thumbnails/resize images on the fly (on request). Besides this, they also offer a

Re: cfx image?

2005-04-13 Thread Nathan Strutz
I'm using imagemagick now, with good results. -nathan strutz Stan Winchester wrote: What tag do you use now? We are building what we hope to be a high traffic family photo album site and need to be able to resize, and add text to the images. I've had problems with this tag under load,

Re: cfx image?

2005-04-13 Thread Nathan Strutz
[EMAIL PROTECTED] wrote: I've used the freeware CFX_Image as found on http://vwww.gafware.com:81/ and have really liked it. It only works on Windows servers though. His site is slow and a pain to get around, but I really like the tag. If you search for cfx image in his search form, you should

RE: cfx image?

2005-04-13 Thread Connie DeCinko
It does one thing well, reads the dimensions for displaying an image. -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 8:49 AM To: CF-Talk Subject: Re: cfx image? I've used this tag as well, though it was a couple years ago and I don't

RE: cfx image?

2005-04-13 Thread Paul
I'll add my voice to Nathan's - I was quite unimpressed by Jukka's tag. -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 9:49 AM To: CF-Talk Subject: Re: cfx image? I've used this tag as well, though it was a couple years ago and I don't

Re: cfx image?

2005-04-13 Thread JediHomer
[EMAIL PROTECTED] wrote: I'll add my voice to Nathan's - I was quite unimpressed by Jukka's tag. -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 9:49 AM To: CF-Talk Subject: Re: cfx image? I've used this tag as well, though

Re: cfx image?

2005-04-13 Thread Stan Winchester
I've Googled ImageMagick coldfusion and found serveral cfx tags that interface with ImageMagick; is there a preferred cfx tag? I would like to be compatible with CF5, MX BlueDragon 6.x I'm using imagemagick now, with good results. -nathan strutz Stan Winchester wrote:

Re: cfx image?

2005-04-13 Thread Nathan Strutz
I strongly recommend not using any cfx tags to call it. Install imagemagick from the imagemagick.org site and cfexecute all your calls to the command-line exe. This ensures total compatability all the way up and down all versions of CFML. -nathan strutz Stan Winchester wrote: I've Googled

RE: cfx image?

2005-04-13 Thread Ken Ferguson
://www.alagad.com/index.cfm/name-mtinfo -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 12:17 PM To: CF-Talk Subject: Re: cfx image? I strongly recommend not using any cfx tags to call it. Install imagemagick from the imagemagick.org site

Re: cfx image?

2005-04-13 Thread Nathan Strutz
. I've no proof that this is true except what I read at the link below. http://www.alagad.com/index.cfm/name-mtinfo -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 12:17 PM To: CF-Talk Subject: Re: cfx image? I strongly

Re: cfx image?

2005-04-13 Thread Qasim Rasheed
http://www.alagad.com/index.cfm/name-mtinfo On 4/13/05, Stan Winchester [EMAIL PROTECTED] wrote: I've Googled ImageMagick coldfusion and found serveral cfx tags that interface with ImageMagick; is there a preferred cfx tag? I would like to be compatible with CF5, MX BlueDragon 6.x I'm

cfx image?

2005-04-12 Thread DRE
Hi, I've fiddled with some image manipulation tags and found some of them to make jagged images on resize. Anybody know how good cfx image is at resizing? I previously used imagemagic which seems very good but the docs say it doesnt work with mx because of issues with cfexecute. Anybody knows

Re: cfx image?

2005-04-12 Thread Bryan Stevenson
Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: DRE [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, April 12, 2005 12:17 PM Subject: cfx image? Hi

Re: cfx image?

2005-04-12 Thread Will Tomlinson
Hi, I've fiddled with some image manipulation tags and found some of them to make jagged images on resize. Anybody know how good cfx image is at resizing? I use cfx_image and personally I think it sucks! About as bad as my nodirtywords cfc! JPEG's are absolutely atrocious, GIF's are a little

RE: cfx image?

2005-04-12 Thread Connie DeCinko
I've found that CFX_JpegResize does the best job. http://www.chestysoft.com/jpegresize/default.asp -Original Message- From: DRE [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 12:17 PM To: CF-Talk Subject: cfx image? Hi, I've fiddled with some image manipulation tags and found

RE: cfx image?

2005-04-12 Thread Scott Wolf
PM To: CF-Talk Subject: cfx image? Hi, I've fiddled with some image manipulation tags and found some of them to make jagged images on resize. Anybody know how good cfx image is at resizing? I previously used imagemagic which seems very good but the docs say it doesnt work with mx because

Re: cfx image?

2005-04-12 Thread Qasim Rasheed
over to using ImageCR3 from Efflare.. http://www.efflare.com and we've had no problems with it so far. -Scott -Original Message- From: DRE [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 3:17 PM To: CF-Talk Subject: cfx image? Hi, I've fiddled with some image

Re: cfx image?

2005-04-12 Thread Nathan Strutz
conceived and turn it into any other one. It's great. -nathan strutz http://www.dopefly.com/ DRE wrote: Hi, I've fiddled with some image manipulation tags and found some of them to make jagged images on resize. Anybody know how good cfx image is at resizing? I previously used imagemagic which

Re: cfx image?

2005-04-12 Thread DRE
for all the great responses. I wont waste my time with cfx image. DRE On Apr 12, 2005 2:19 PM, Nathan Strutz [EMAIL PROTECTED] wrote: Imagemagick works great, I recommend it. CFExecute doesn't have any problems that I know about, it works like a dream. Also alagad tmt image cfcs are great, also

Re: cfx image?

2005-04-12 Thread Nathan Strutz
, that works nicely and I can easily modify it to suite my needs. Question, have you every used the java stuff to write text into an image? Scott, 195$! Gasp! I'm competing with php. Thanks for all the great responses. I wont waste my time with cfx image. DRE On Apr 12, 2005 2:19 PM

Re: cfx image?

2005-04-12 Thread DRE
, 195$! Gasp! I'm competing with php. Thanks for all the great responses. I wont waste my time with cfx image. DRE On Apr 12, 2005 2:19 PM, Nathan Strutz [EMAIL PROTECTED] wrote: Imagemagick works great, I recommend it. CFExecute doesn't have any problems that I know about, it works

Re: cfx image?

2005-04-12 Thread Stan Winchester
I've used the freeware CFX_Image as found on http://vwww.gafware.com:81/ and have really liked it. It only works on Windows servers though. His site is slow and a pain to get around, but I really like the tag. If you search for cfx image in his search form, you should be able to download

Re: cfx image?

2005-04-12 Thread Nathan Strutz
it to suite my needs. Question, have you every used the java stuff to write text into an image? Scott, 195$! Gasp! I'm competing with php. Thanks for all the great responses. I wont waste my time with cfx image. DRE On Apr 12, 2005 2:19 PM, Nathan Strutz [EMAIL PROTECTED] wrote: Imagemagick

Re: cfx image?

2005-04-12 Thread Nathan Strutz
to get around, but I really like the tag. If you search for cfx image in his search form, you should be able to download the tag. Hi, I've fiddled with some image manipulation tags and found some of them to make jagged images on resize. Anybody know how good cfx image is at resizing? I

Re: cfx image?

2005-04-12 Thread Stan Winchester
What tag do you use now? We are building what we hope to be a high traffic family photo album site and need to be able to resize, and add text to the images. I've had problems with this tag under load, though admittedly it was a while ago. -nathan strutz Stan Winchester wrote:

CFX Image

2002-06-11 Thread Robert Obreczarek
Hi Gang, Just wondering if anybody can hook me up with a zip with CFMImage? It seems that gafware.com is down. Has it been down for long? Maybe it's been long gone, though I hope not. Please email me off list. Thanx. Robert

Re: CFX Image

2002-06-11 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 from the author's website http://www.kolumbus.fi/jukka.manner/ zac -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6-2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: CFX Image

2002-06-11 Thread Lewis Sellers
On Tue, 11 Jun 2002 12:59:56 +0200, in cf-talk you wrote: from the author's website http://www.kolumbus.fi/jukka.manner/ I have a question... Is this tag at gafware.com actually made by jukka as well? --min __ Your ad could

RE: CFX Image

2002-06-11 Thread Ryan Kime
- From: Robert Obreczarek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:31 AM To: CF-Talk Subject: CFX Image Hi Gang, Just wondering if anybody can hook me up with a zip with CFMImage? It seems that gafware.com is down. Has it been down for long? Maybe it's been long gone, though I

Re: CFX Image

2002-06-11 Thread Jason Miller
Before I download for the heck of it.. I am not familair with CFX Image - but am always looking for anything relevant to images.. can some one give me a quick brief? thanks Zac Spitzer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 from the author's website http://www.kolumbus.fi

RE: CFX Image

2002-06-11 Thread Brad Roberts
Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:28 PM To: CF-Talk Subject: Re: CFX Image Before I download for the heck of it.. I am not familair with CFX Image - but am always looking for anything relevant to images.. can some one give me a quick brief? thanks Zac

RE: CFX-Image

2000-10-11 Thread Joshua Miller
10, 2000 1:33 PM To: CF-Talk Subject: RE: CFX-Image You can download it from http://www.cfdev.com if you download autoresize (its free). I don't think it comes with the CFX_Image docs, but it might, If not I Think I can get those for you. __ Pete Freit

CFX-Image

2000-10-10 Thread Kevin Schmidt
Where is the best site to get this from...documentation??? Thanks, Kevin Schmidt Internet Services Director PWB Integrated Marketing and Communications Office: 734.995.5000 Mobile: 734.649.4843 -- Archives:

Re: CFX-Image

2000-10-10 Thread JustinMacCarthy
Grab the zip from here (mins site) http://www.intrafoundation.com/3rdparty/CFX_Image.zip There is a set of egs + readme with it... Justin - Original Message - From: "Kevin Schmidt" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 10, 2000

RE: CFX-Image

2000-10-10 Thread Russel Madere
://www.TurboSquid.com Some days you eat the bear; some days the bear eats you. -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 13:06 To: CF-Talk Subject: CFX-Image Where is the best site

RE: CFX-Image

2000-10-10 Thread Pete Freitag
. ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 2:06 PM To: CF-Talk Subject: CFX-Image Where is the best site to get this from...documentation??? Thanks, Kevin Schmidt Internet Services