fm_imagesize
| Click to Download |
Description |
| Returns the width and height dimensions of a specified image. |
Usage |
| <cfset file = fm_ImageSize("C:\inetpub\myfile.gif")> <cfoutput> WIDTH: #file.ImageWidth# HEIGHT: #file.ImageHeight# </cfoutput> |
