George,
    What does you CF Tag look like? Mine is below

<cf_magicktag
inputtype="file"
inputfile="#ExpandPath('image1.jpg')#"
timeout="100"
action=""
outputType="file"
outputfile="#ExpandPath('outputimage1.jpg')#" debug="Yes"
>

<cf_magickaction action="" width="300" height="200">

</cf_magicktag>

Then in the MagickTag.cfm file has this

<CF_SaveContent variable="commandResults">
    <!--- this CFoutput was placed in here to fix a problem where when using <cfsetting enablecfoutputonly="Yes"> the CFexecute below returned no results. --->
    <CFoutput>
     <!--- execute the command --->     
     <!--- CFMX dosn't like having quotation marks in the arguments attribute --->
     <cfexecute name="c:\Program Files\ImageMagick-5.5.2-Q8\convert.exe"
      arguments="#replace(actionString, '"', '', "All")#"
      timeout="100">
     </cfexecute>      
    </CFoutput>
   </CF_SaveContent>

  ----- Original Message -----
  From: George Abraham
  To: CF-Talk
  Sent: Thursday, June 03, 2004 10:27 AM
  Subject: Re: ImageMagick

  Yeah,
  Same thing happened to me. So I just used a straight cfexecute on the
  ImageMagick exe file with appropriate timeout attributes. Speaking of
  which, what are the problems (performance/otherwise) with using cfexecute
  like that?

  George

  At 10:22 AM 6/3/2004, chad wrote:
  >Has anyone tried or is currently using the ImageMagick tag that was
  >created by Alagad? If so I am trying to set it up and it is not working. I
  >could use some help. Thanks
  >
  >Chad
  >
  >
  >
  >
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to