I've never used it to do what you're doing ... but ... I can tell you that
the tag uses CFExecute to actually run ImageMagick.   If you're using CFMX,
you should set your timeout to something much less than 100 ... the way CFMX
works, currently, CFExcute won't stop it's process until the expiration of
the timeout, so the longer the timeout, the longer everything takes.

H.


> -----Original Message-----
> From: Darren Adams [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, February 13, 2003 5:02 AM
> To:   CF-Talk
> Subject:      Cf_magictag.
> 
> Hello All,
> 
> Does anyone have any experience with Alagad's CF front end to the image
> magick tag?
> 
> I have installed the component and also the image magick files as
> required.
> 
> My test page seems to take a long time to process and the result (to
> display the altered image on the screen) simply displays the familiar
> can't find image box with a red cross.
> 
> 
> My test page code is as follows:
> 
> <cf_magicktag inputtype="file" 
> inputfile="serverroot-/images/foldericon.gif"
> timeout="100" action="convert" outputType="screen" mimeType="image/gif"
> debug="Yes">  
> <CF_MagickAction action="box" color = "red">
> </cf_magicktag>
> 
> Thanks,
> 
> Darren Adams
> 
> 
> 
> 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to