When attempting to load an image file into Imagick (e.g. new Imagick(‘pathname.jpg’) I get the following error:
“Warning: Imagick::__construct(): stream does not support seeking…”
I’m running:
MacOS 10.15.7
Local 5.10.5+5403
PHP 7.4.1
It doesn’t seem to matter whether the file type is jpg or png, nor does it matter whether the file is stored inside the site itself or remotely.
The error does not occur on my production server, running PHP 7.4.3.
There is some discussion here about this error coming up on certain builds of PHP 7.4.1.
Is anyone else having this problem?