Danack
Danack
Please post your workaround as an example for me to put on the site?
Do you have as example SVG that fails to work? Uploading that here (or emailing it to me if it's not publicly shareable), would allow me to investigate on my...
Looking at the strace output, I'm pretty sure this is a difference between how ImageMagick is being installed on the different machines, and/or some related programs and isn't a problem...
@BeholdersEye Please write some words here, and I'll figure out where they should go.
> I am not confident enough in my understanding to write documentation, in fact I could likely stand to read more myself. Do you think it's any different for me?...
> On that note, I found an authoritative source for information on ImageMagick's image constructor: Imagick goes through the 'Magick wand' api. Your link was a different api. So [MagickReadImage](https://imagemagick.org/api/magick-image.php#MagickReadImage)...
Sorry for being a bit of a downer in the comment. I encountered this the same day my server was compromised, and apparently I need to rebuild from scratch, as...
It's too warm for me to think much....but to answer one bit: > How would this help you? So I spent ages trying to find the typo that I "must"...
@jauzeyimam I just wrote a function to fix the paths: ``` function fixPaths($outputDirectory, $siteURL) { $absolutePath = dirname(realpath($outputDirectory)); $src = $outputDirectory."/packages.json"; $text = @file_get_contents($src); if ($text === false) { throw...