Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
I am trying to convert this Unicode range to images using this PowerShell script. I have tried a variety of different fonts and always for some reason there is an unwanted character coming out in the image which is output by the convert command. Sometimes this unwanted image is a ? which is placed directly to the left of the converting character which I can see very cleary. Sometimes this unwanted extra character is some form of background image that is coming in. I am attaching screenshot images.
I have checked that the contents of the file used by the label parameter is correct and contains only one character by way of the PowerShell ISE. The fonts I have chosen from Wikipedia's Unicode font page as fonts supporting Syriac. I've noticed that this unwanted character is a persistent font issue with my script and if the font is not chosen perfectly then this unwanted character crops in. The project is available:
for anyone who wishes to try for themselves and currently I have not found a way to output a correct image for Syriac if this is known how to be done with ImageMagick.