fedushok

Results 15 comments of fedushok

Thank you for your reply. I followed your recomendation, but i got another mistake: "Segmentation fault (core dumped)". As i understand it occures on the second SEPARATE_ARRAY macros. What should...

I added IS_ARRAY checking, but nothing has changed. "Segmentation fault (core dumped)" mistake persists. "subarr" is always an array. I understand that our dialog is out of origin topic, but...

1. I compiled your extension. No result. The same **third variant of png**. after phpize i got the following ``` configure.ac:22: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead build/php.m4:2111: PHP_CONFIG_NICE...

Excuse me if said wrong thing. But if I launch ``` convert -verbose m.svg m.png ``` the output ``` 'inkscape' '/tmp/magick-knd-yItHquAU0jJquWXQnfvJPv8t6bJ6' --export-filename='/tmp/magick-plR8fMbuiItBA6VpsTdTIoKn2Yb1FgvV.png' --export-dpi='96' --export-background='rgb(100%,100%,100%)' --export-background-opacity='0.99999999999900002212' > '/tmp/magick-0t3ydCG4Hm0m-EvlKKFBzTI0k0cQHxFF' 2>&1 /tmp/magick-plR8fMbuiItBA6VpsTdTIoKn2Yb1FgvV.png PNG...

I followed your advice about strace command. It is a first time I use it. I made three variants: 1. sudo strace php imtest.php > debug.txt 2&>1 -> locally where...

delegate.xml - was the first thing I thought of. There is no any file on the path `/home/alexander/.config/ImageMagick/delegates.xml` (as i understand if openat() = -1, then it is not found)....

I edited inkscape command string in delegates.xml to write errors in file. I tried it in php code. IM finds Inkscape, but there is a problem with one temporary file...

No problem with svg sharing. If I use Inkscape directly (most reasonable way), i will loose compartibility of my code with Windows. Most of time i have to work under...

[here](https://ucarecdn.com/3059badd-d8ee-4898-8856-ad7f20d83d0b/) it is

Actually I tried exec command (convert ... ) in php before. Before and now it works fine! Copy svg, creates my png in /tmp/ folder - the result is what...