Slowness in MagickImage Object Creation #1055
Replies: 5 comments 1 reply
-
Is it possible to provide a code sample that can be used to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
-
Hi @dlemstra |
Beta Was this translation helpful? Give feedback.
-
We made some improvements to the caption coder of ImageMagick. And it might help if you use this new feature: questionTextSettings.SetDefines(new CaptionReadDefines
{
StartFontPointsize = 7, // You might need to tweak this value.
}); You should see an improvement but we will check if we can make some more improvements in the future. |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
This is happening because the part that tries to figure out how to write the text without the specified boundaries is not that fast. But I haven't had time yet to see if we could speed up that part. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I'm trying to create a label Image and place it on top of another MagickImage.
But the issue is MagickImage object creation for label image is taking a long time (around 5 mints). Also, I'm using a long caption here which is around 2000 characters . It's works fine (still not that fast) with shorter captions.
Thanks
Regards
Muteeb Ahmad
Beta Was this translation helpful? Give feedback.
All reactions