Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/591e51c2575086dc558c2881cb6033e8 to your computer and use it in GitHub Desktop.
Save trycf/591e51c2575086dc558c2881cb6033e8 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
Img = "https://www.google.com/images/logo.gif";
i = ImageRead(img);
start=getTickCount();
info = ImageInfo(i);
writeoutput(getTickCount()-start & "ms");
</cfscript>
<cfdump var=#info#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment