snibgo
snibgo
> Seems a little weird that IM's capabilities are limited by the system's /tmp file size limit. I wonder it would be desirable for that to be fixed by IM...
> Perhaps the docs that stated the default security policy would not allow any images with any dimension over 8192 pixels, is out of date. No. The page https://imagemagick.org/script/security-policy.php shows...
> the produce corrupted 1Kb png file which I am unable to open Please link to the file, or paste it here if it is text. When I try on...
I don't have a sample ORA file to test this, but "magick -list format" says: ``` ORA r-- OpenRaster format ``` ... suggesting my version of IM can read ORA...
IM can successfully read JXL files when it has a JXL built-in delegate.
What is your rasterizer? Inkscape, RSVG or MSVG? I suppose MSVG, as your error occurred in function RenderMVGContent(). For me, IM v7.1.0-42 on Windows 8.1, it works fine when the...
> I need convert to create an image with an empty label. You are using "`label:`", which creates an image with the required text. What image do you expect it...
Please state the exact IM version. You can paste the text output from "magick -version". Please show your input favicon.png. I suggest using "magick", not "magick convert".
Thanks. If this is mathematically correct, then that is fine, of course. When I use v7 Q32 HDRI, v7.1.0-20, I get 591156.74%. With IM v6.9.9-40, Q32, HDRI: ``` Version: ImageMagick...
What version of Inkscape? Trying to read your example.svg in Inkscape v1.0, Inkscape complains with errors and warnings. To fix this, insert xmlns declarations into your SVG: ```