Danack
Danack
For the record, ImagickMagick calling inkscape is failing for me in a completely different way.... Inkscape is being invoked with: ``` execve("/usr/bin/inkscape", ["inkscape", "/tmp/magick-31PHE7pK6Rno3w", "--export-png=/tmp/magick-31OTI0EoNKptmy", "--export-dpi=96,96", "--export-background=rgb(100%,100%,100%)", "--export-background-opacity=1"] ``` And...
Actually, I've just realised you're using a not-up-to-date version of ImageMagick. ImageMagick6-6.9.11-60 was apparently release on 25 Jan 2021. Maybe try updating to the latest ImageMagick?
> Should I recompile imagick after IM? Yes. Imagick needs to be compiled against ImageMagick to make sure it is using the correct compilation settings and library files. > Convert...
Oh, and can you post the configure settings you use with ImageMagick, so I can compile it exactly as you are.
First, let me be clear, I may be losing my mind here. I am 99% sure it _was_ working on my machine. But when I tried the same code today,...
> makes for me IM installation a "subtle, sophisticated, without guarantee (and so on)" Yeah.......it's not a great situation. But one that doesn't have an obvious great way of improving...
> Can you help me please? Maybe...can you: i) Do another example with a shorter word like 'المعذرة' - I can't read Arabic so a simpler example would be easier...
Oh, and just in case, post a simple code example of what you're doing.
Yeah, I can't get it to work either. btw, your example doesn't actually use setTextDirection. So this is what a [Short, Self Contained, Correct (Compilable), Example](http://sscce.org/) looks like for me:...
How to generate a hald clut: http://www.quelsolaar.com/technology/clut.html ``` cube_size = level * level; image_size = level * level * level; data = p = malloc((sizeof *data) * image_size * image_size...