ImageGetBlob()
Retrieves the bytes of the underlying image.
The bytes are in the same image format as the source image.
Requires Extension: Image Extension for Jakarta EE (Lucee 7+)
ImageGetBlob( image=any );
Returns: any
| Argument | Description |
|---|---|
|
image
any,
required
|
edit
The image on which this operation is performed. Alias: source, name |
Examples
editFunction Example
writeDump(ImageGetBlob('https://avatars1.githubusercontent.com/u/10973141?s=280&v=4'));
See also
- Image manipulation
- image.getBlob()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)