<cfx_imagecr3 getimageinfo="#expandpath('example.jpg')#">
<cfoutput>
  <pre>
    Width    = #imagecr.width#
    Height   = #imagecr.height#    
    DPI      = #imagecr.dpi# 
    FileSize = #imagecr.filesize#
  </pre>
</cfoutput>