Topic: Imagick Exception problem with newest update

I'm getting a "PHP Fatal error:  Uncaught exception 'ImagickException' with message 'no decode delegate for this image format `JPEG' @ error/constitute.c/ReadImage/504'" when trying to handle a jpeg file using the latest imagemagick update.

yum list installed | grep -i magick

ImageMagick.x86_64                  6.7.2.7-6.el6                    @base     
ImageMagick6-libs.x86_64            6.9.8.3-1.el6.remi               @remi-safe

Re: Imagick Exception problem with newest update

Sorry, but I cannot reproduce

$ php -r 'var_dump($a=imagecreatefromjpeg("/path/to/someimage.jpeg"), imagesx($a), imagesy($a));'
resource(5) of type (gd)
int(762)
int(480)

What was the previously installed version ?
Have you restarted the web server ? (mandatory if previous version < 6.9.8)

P.S. else please provide a minimal reproducer.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi