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