hmmm

      Error Occurred While Processing Request
            Error occurred in tag CFX_IMAGE
            Unexpected error occurred while processing tag.
            The cause of this error is yet unknown.

            The error occurred in
D:\inetpub\maxfusion.dynu.com\ImageTags\process.cfm: line 107

105 :                                   
OUTPUT="#Request.ImageDir##ImageSetDir#\#TempImage#"
106 :                                   X="120"
107 :                                   JPEG_QUALITY="#QualSetting#">
108 :           <cfset tickEnd = gettickcount()>
109 :           <cfset procTime = tickEnd-tickBegin>


--------------------------------------------------------------------

            Please try the following:
              a.. Check the CFML Reference Manual to verify that you are
using the correct syntax.
              b.. Search the Knowledge Base to find a solution to your
problem.


                  Browser   Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.0; .NET CLR 1.0.3705)
                  Remote Address   82.43.75.249
                  Referrer   http://maxfusion.dynu.com/imagetags/
                  Date/Time   26-Jun-03 09:13 AM

            Stack Trace (click to expand)




----


----- Original Message ----- 
From: "Brian Mitter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 3:45 PM
Subject: Re: [ cf-dev ] cfmx & imageJ


> Hi Rich,
>
> I don't know if this is of any interest to you but I knocked this up a
while
> back to run some tests with several cfx image tags and a com object I use
> quite often.
> http://maxfusion.dynu.com/imagetags/
>
> It gives some idea of how fast they are in comparison to each other and
also
> how good/bad their compression is.
>
> Cheers
>    Brian
>
> ----- Original Message ----- 
> From: "Rich Wild" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, June 25, 2003 9:43 AM
> Subject: [ cf-dev ] cfmx & imageJ
>
>
> > is anyone using imageJ on cfmx for graphics work yet?
> >
> > looks nice. all you have to do to install is drop the jar into the
web-ing
> > folder and cycle the server. jubbly.
> >
> > from my first impressions, a simple conditional width resize (only
resize
> if
> > width is above x pixels) seems faster than cfx_image
> >
> > the following code (using Benoit Hediard's simple resize UDF - which
calls
> > ImageJ) yielded the following results on 4 medium sized jpegs:
> >
> > ImageJ time taken = 187ms. CFX_Image time taken = 407ms.
> >
> > You can see the results at:
> > http://www.funjunkie.co.uk/photos/prints/test.cfm
> >
> > Code:
> >
> >
> > <cfloop query="files">
> > <cfset
> > resize(expandpath(name),getdirectoryfrompath(expandpath('thumbs/*.*')) &
> > 'thb_' & name, 200, 'width')>
> > </cfloop>
> >
> > <cfloop query="files">
> > <cfx_image
> > action="iml"
> > file="#ExpandPath('#name#')#"
> > commands="
> > resizeif 200,-1,200
> > write
> > #GetDirectoryFromPath(ExpandPath('thumbs/*.*'))#thb_#name#">
> > </cfloop>
> >
> >
> > neat.
> >
> >
> > -------------------------------------------------------
> > Rich Wild
> > Senior Web Developer
> >
> > -------------------------------------------------------
> > e-mango                      Tel: 01202 755 300
> > Gild House                      Fax: 01202 755 301
> > 74 Norwich Avenue West
> > Bournemouth                   Mailto:[EMAIL PROTECTED]
> > BH2 6AW, UK                      http://www.e-mango.com
> > -------------------------------------------------------
> > This message may contain information which is legally
> > privileged and/or confidential.  If you are not the
> > intended recipient, you are hereby notified that any
> > unauthorised disclosure, copying, distribution or use
> > of this information is strictly prohibited. Such
> > notification notwithstanding, any comments, opinions,
> > information or conclusions expressed in this message
> > are those of the originator, not of e-mango.com ltd,
> > unless otherwise explicitly and independently indicated
> > by an authorised representative of e-mango.com ltd.
> > -------------------------------------------------------
> >
> >
> > -- 
> > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> >
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > For human help, e-mail: [EMAIL PROTECTED]
> >
>
>
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
>


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to