Imagick::getImageInterlaceScheme
is deprecated but I can't find a way to replace it in the code.
I tried with Imagick::getInterlaceSchema
but it returns different values for the same image.
Does anybody know what would be the proper way to replace this function calls?
Thank you!
EDIT: I also asked the maintainers directly - it turns out it will be un-deprecated in the next release: https://github.com/Imagick/imagick/issues/455