Convert problem with ColdFusion8

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mbrio

Convert 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