Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Massimo Foti
From: Bryan Stevenson [EMAIL PROTECTED] I'd also wait on Massimo to be sure it's the same issue... It's sounds like a problem with the an neadless systems. On the CFC's page there are links pointing to potential fixes: http://www.olimpo.ch/tmt/cfc/tmt_img/ looks the same as what I had

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Bryan Stevenson
Once again Bryan, even if it uses the same Java APIs, it's NOT the same code, I published the first version of my CFC back in January 2003, long before you. You can take a look at the source and see by yourself (and you will also see why the image quality is better). hehe...no worries

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Massimo Foti
hehe...no worries Massimonot a credit/plagiarism issue Glad to see things clarified (this was the second time here on CF-Talk). I really don't want to sound rude, but I take this sort of things very seriously. Best Massimo Foti Tools for ColdFusion and

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Bryan Stevenson
hehe...no worries Massimonot a credit/plagiarism issue Glad to see things clarified (this was the second time here on CF-Talk). I really don't want to sound rude, but I take this sort of things very seriously. Best Yep...sorry about thatI'm so busy right now and was trying to

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-11 Thread Bryan Stevenson
Andy...is the live server a headless system (no monitor or graphicsjust a box)? If so there are some arguments in the jvm.config (I think it was that file) file that you need to change. If you can confirm this is your situation I may be able to dig up the changes required. The file

RE: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-11 Thread Andy Matthews
Just an update... I seem to recall reading that these CFCs have issues when the server is set to run headless. I checked our cfadmin and it appears that headless is one of the arguments (listed below): -server -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:MaxPermSi ze=128m

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-11 Thread Bryan Stevenson
Well it looks like ya tracked it down before my reply made it through ;-) Here's what my jvm.config java args look like on the headless machine: java.args=-server -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Xbootclasspath/a:{application.home}/lib/webchartsJava2D.jar -Xmx512m

RE: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-11 Thread Andy Matthews
. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 3:44 PM To: CF-Talk Subject: RE: Image manipulation in coldfusion - error