PHP 8.3.4 Released!

Imagick::getSizeOffset

(PECL imagick 2, PECL imagick 3)

Imagick::getSizeOffsetReturns the size offset

Description

public Imagick::getSizeOffset(): int

Returns the size offset associated with the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.

Parameters

This function has no parameters.

Return Values

Returns the size offset associated with the Imagick object.

Errors/Exceptions

Throws ImagickException on error.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top