PHP | Imagick setSizeOffset() Function
The Imagick::setSizeOffset() function is an inbuilt function in PHP which is used to set the size and offset of the Imagick object. Syntax: bool Imagick::setSizeOffset( int $columns, int $rows, int $offset ) Parameters: This function accepts three parameters as mentioned above and described below: $