Danack

Results 291 comments of Danack

Oh, I just saw "IM will use Inkscape if it is on the system path." elsewhere. Hmm. I don't know this bit of ImageMagick. Try the above, but I may...

> after phpize i got the following So long as the other steps also work, that seems fine. > Does php7.4 extention API compartible with php8.1? What you're asking is...

> My php code processes SVG as if IM has only internal SVG processor. Yeah, I get that. I just have no idea about the internals of ImageMagick, so I...

I just tried to download you SVG file you uploaded. It appears to have disappeared. Can you re-upload it somewhere please and I'll grab it this time.

> If svg->png result doesn't depend on imagick, it will be good to get some arguments to address They have a lot of people asking for help, and eventually the...

Just to check, is it okay to share the source SVG with the ImageMagick people? I was just checking it against ImageMagick 7 (without inkscape), and it's close but not...

btw, if you have a customer shouting at you to fix this.....there's no particular reason (imo) not to invoke inkscape directly to do the SVG conversion, as it's a pretty...

> In the [attachment](https://file.io/pTTdluc8xve3) you will find errors.log (errors of inkscape session) and strace log file. It says "The transfer you requested has been deleted."...

Thanks....can you run strace again but with the `-f` flag. So something like: ``` strace -f php debug.php > strace_output_with_follow.txt 2>&1 ``` That will make it 'follow' the inkscape program...

Ok, so....what appears to be happening is: ImageMagick generates a random file name in tmp, opens it, then removes it, all to ensure the tmp directory is usable: ``` openat(AT_FDCWD,...