"convert method not found" problem with coldfusion8

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
mbrio

"convert method not found" problem with coldfusion8

Post by mbrio »

Hi,

I have this piece of code that is not working...

<cfobject type="COM" name="Img" class="ImageMagickObject.MagickImage.1" action="CREATE">
<cfscript>Img.Convert("#path#\#newname#","-resize","250x150","#path#\#newname#");</cfscript>

I obtain an error:
The Convert method was not found.
There are no methods with the specified method name and argument types. Check your function and try again.

But dumping the object the method Convert exists...

Where is the problem in your opinion?

Thank's a lot!
Post Reply