Danack
Danack
Did you recompile/reinstall Imagick when you upgraded ImageMagick?
Can you clarify, is this a one-off error, or is it all images? > I prefer to be able to use versions for PHP 7 It won't be anything to...
> Will be happy to merge them, if you prefer Nope......having small commits on code is almost always preferable. I think about the only time that merging commits is appropriate...
> @Danack Ready for review > Cool, thanks. > An alternative way will be to raise an exception in such cases. I think it does actually [raise an exception](https://github.com/Imagick/imagick/blob/28f27044e435a2b203e32675e942eb8de620ee58/imagick_helpers.c#L947-L955), but...
The RETURN_THROWS for the parameter passing looks good. I'm thinking that maybe the code that is currently: ``` intern = Z_IMAGICK_P(getThis()); if (php_imagick_ensure_not_empty (intern->magick_wand) == 0) return; ``` Could be...
Ugh, this one is a bit of a mess, that I've kind of been ignoring: https://github.com/Imagick/imagick/issues/200 so I'll look at this pull last.
The issue will be in ImageMagick itself, but if you email the image to me (presuming Github won't accept it as an upload reliably), I can take a look. >...
fyi, computers are terrible. I recently moved to a new machine (a lovely Apple M1 Pro) which is nice and fast but.................I apparently can't persuade ImageMagick to pickup and use...
Apparently, you need [to 'source' scripts for them to inherit environment variables](https://stackoverflow.com/questions/39044604/setting-environment-variables-in-shell-script-os-x/39044672#39044672), such as CFLAGS. Fun.
Sourcing doesn't actually work.....as the build has errors in it. so instead just put the CFLAGS in ~/.bash_profile or ~/.zshrc https://stackoverflow.com/questions/135688/setting-environment-variables-on-os-x