<!--- Read the image into ColdFusion memory. ---> <cfimage action="READ" source="#ExpandPath( './lady.jpg' )#" name="objImage" /> <!--- Get the image info from the existing image. ---> <cfimage action="INFO" source="#objImage#" structname="objImageInfo" />