ImboIntegrationTest\Image\Transformation\CanvasTest::getCanvasParameters PHP Method

getCanvasParameters() public method

Fetch different canvas parameters
public getCanvasParameters ( ) : array[]
return array[]
    public function getCanvasParameters()
    {
        return [[1000, null, 'free', 1000, 463], [null, 1000, 'free', 665, 1000], [200, 200, 'free', 200, 200], [1000, 200, 'free', 1000, 200], [200, 1000, 'free', 200, 1000], [1000, 1000, 'center', 1000, 1000], [1000, 1000, 'center-x', 1000, 1000], [1000, 1000, 'center-y', 1000, 1000], [1000, 200, 'center', 1000, 200], [200, 1000, 'center', 200, 1000], [1000, 200, 'center-x', 1000, 200], [1000, 200, 'center-y', 1000, 200], [200, 200, 'center', 200, 200], [200, 200, 'center-x', 200, 200], [200, 200, 'center-y', 200, 200]];
    }