Danack
Danack
So according to a guy named [Jeff](https://github.com/jeffhammond) the correct thing to do would be something like: ``` #if defined(MAGICKCORE_OPENMP_SUPPORT) omp_pause_resource_all(omp_pause_hard); #endif ``` Difficulty - the function is omp_pause_resource_all is only...
@remicollet Don't read this until you're off holiday. It can wait until then, but putting it here so I don't forget to check it in. What I've implemented in the...
Cool. Guess it's time for a release. I'll do that imminently, but I'm going to finish and release my secret project first, so that there can be a link in...
Short version, I don't know. For the example svg file you gave, changing from an absolute path of `xlink:href="/test.jpg"` to `` makes invoking ImageMagick through Imagick produce the correct image....
Closing as I just don't have infinite amounts of time.
Hi, can you try: i. List the fonts returned by `Imagick::queryFonts()` to see if there any fonts configured. ii. Explicitly set a font, either one listed from above, or a...
I think either Arial or Helvetica. I'm beginning to think though that relying on system fonts is a 'not great' way of managing fonts, and explicitly packaging the fonts you...
Going to change this back to open so people see it, and remind myself to do something about it.
oh, apparently the shivammathur/setup-php@v2 container has it... > checking omp_pause_resource_all usability... yes Which might also be the cause of the CI failing....
The exception state of MagickWand's should also be checked after each operation. e.g. to detect opening invalid GIFs. https://bugs.php.net/bug.php?id=73263