Fonts not found in thread

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
nsosebee
Posts: 1
Joined: 2016-03-14T07:25:37-07:00
Authentication code: 1151

Fonts not found in thread

Post by nsosebee »

I have a C# service where I am calling ImageMagickObject's convert function from within multiple threads to convert svg files to jpg. Each thread is converting multiple documents. However, the text is only rendered correctly in one thread. In the other threads, in the other threads, the text is just displayed as blocks. I'm just using the ImageMagickObject.dll that I downloaded. Has anybody seen this issue or have a suggestion to resolve it? Thanks so much.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Fonts not found in thread

Post by dlemstra »

I am not sure why it is failing but if you are in a C# service you might want to use the C# library called Magick.NET that I created instead.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply