Charles Pigott

Results 107 comments of Charles Pigott

Also present with the deprecated `magick convert`. I can't test with `convert` as that's been removed in the latest release, but this issue only started after upgrading to -34 (as...

I didn't post any image for the purposes of issue reproduction. The above is procmon output. I don't believe the specific svg image is relevant, I've been able to reproduce...

7.1.1-35 doesn't appear to have fixed the issue: ``` $ magick --version Version: ImageMagick 7.1.1-35 Q16-HDRI x64 d775d2a:20240714 https://imagemagick.org Copyright: (C) 1999 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Channel-masks(64-bit) Cipher...

Ah, I screwed up the numbers when constructing this example didn't I? I've updated the original issue C408 pertains to all collection types - I'm saying that empty tuples specifically...

Although tbh maybe it's more relevant for 1-length tuples, as `(foo)` isn't a tuple but `(foo, )` is

inkscape 1.3.2, as stated in the original issue. And any svg. I've attached an extremely basic example one above.

You're not reading the issue. `tee` / `tee-object` is necessary. I agree that I have not *attached* any svg file, but I would've thought that stating "any svg" or even...

I think I have finally discovered the underlying cause of this issue. `magick` isn't actually calling `inkscape` directly - inkscape has been installed by `chocolatey` so it's calling chocolatey's autogenerated...

Yeah, I can confirm that seems to work (with a lot of debugging output too, of course) : ![Image](https://github.com/user-attachments/assets/cec1fa1d-16ce-4cb4-94b0-3c8807513167) (though I might suggest that the nested lists are unnecessary) Just...