<cfset bmpfile="#expandpath('efflare.bmp')#">
<cfset giffile="#expandpath('efflare.gif')#">

<cfset gotscreen="#fileexists(bmpfile)#">
<cfif not gotscreen>
  <cfx_url2bmp url="http://efflare.com" bmp="#bmpfile#">
</cfif>

<cfx_imagecr3 load="#bmpfile#" save="#giffile#" crop="700x700+0+8" anchor="north">

<img border=1 src="efflare.gif">