Insert local image
Function Prototype
insertImage(int $row, int $column, string $localImagePath, double $widthScale = 1.0, double $heightScale = 1.0): self
insertImageBuffer(int $row, int $column, string $bytes, ?array $options = null): selfint $row
int $column
string $localImagePath
double $widthScale
double $heightScale
string $bytes
array $options (optional, for insertImageBuffer)
insertImageBuffer)Example — path
Example — buffer
Last updated