That's interesting...makes me think that cfexecute doesn't report it's
content back to whatever the cf equivalent to stdout is, or it just
works in a different way than the other tags, or someone forgot about
cfexceute :). I wonder if putting cfoutput's around the cfexecute
would work...probably not, but just a thought.

A possible solution would be to pipe the output of imagemagick to a
file and read it in, or use cfexecute to write the output to a file
and read that file it...

-- 
 jon
 mailto:[EMAIL PROTECTED]

Tuesday, December 17, 2002, 8:53:21 PM, you wrote:
OH> I thought if I did something like this:

OH> <CF_SaveContent variable="debugReport">

OH> <CFEXECUTE 
OH>     NAME="F:\ImageMagick-5.5.1-Q8\mogrify.exe"
OH>     ARGUMENTS="-format jpg  -antialias -mask unsharpen -quality 70
OH> F:\Inetpub\wwwroot\inserts\ps\#name#
OH> F:\Inetpub\wwwroot\inserts\ps\#tempFile#.jpg -debug -verbose -log ">

OH>         </CFEXECUTE>
OH> </CF_SaveContent>
        
                
OH> <cfoutput>
OH> #debugReport#
OH> </cfoutput>

OH> I would get the results of the cfexecute, arguments include -debug, report
OH> .. but I'm shooting blanks.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to