Returns the java.awt.BufferedImage object underlying the current ColdFusion image.
The java.awt.BufferedImage object.
ImageGetBufferedImage(name) |
cfimage, ImageGetBlob, ImageGetEXIFTag, ImageGetHeight, ImageGetIPTCTag, ImageGetWidth, ImageInfo, IsImage, IsImageFile
ColdFusion 8: Added this function.
Parameter |
Description |
|---|---|
name |
Required. The ColdFusion image on which this operation is performed. |
Use this function to return an image object that can be used with other Java Abstract Windowing Toolkit (AWT) objects embedded in the page.
<!--- This example shows how to create a ColdFusion image, modify it, and retrieve the width of the buffered image. ---> |
Sign in to your account