New Post: MagickImage adds black line at top of image during svg to png/pdf...
Hello, I'm trying convert my svg to png/pdf. while doing so it add black strips on the image. Attached is the sample pdf which shows the issue. if just convert it to png only that also has same issue....
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
What is your input image? And it looks like you are combining multiple images into one file?
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
I'm trying to convert my svg file into PDF/PNG. The one which you see is PDF file, which has Images and text alternatively I do first convert the svg file into pdf and after all the svg's being...
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
Are you using the latest version of Magick.NET?
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
Magick.NET-Q16-HDRI-AnyCPU.7.0.0.0019 This is what i got from nuget manager.
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
Can you update to the latest version 7.0.0.0022 and try to reproduce the issue?
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
Hi I have a base image and some text. I need to apply some font type, font size and color styles on the text, merge it with the base image at a predefined location and then produce a final image with...
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
Can you post the code of what you tried so far?
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
Hi Nothing major. Simple 3 lines below reads an image from file system, adds the text onto it and then flushes out the revised image. Works fine just that I am not able to format the text "Test...
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
I've tried its same behavior. One more thing with 7.0.0.0022 its shows that Could not load file or assembly 'Magick.NET.Wrapper-x64.DLL which was not the case with .0019
View ArticleNew Post: MagickImage adds black line at top of image during svg to png/pdf...
How can you test it if you get the message Could not load file or assembly 'Magick.NET.Wrapper-x64.DLL
View ArticleNew Post: rotate top left
hi, I'm trying to rotate an image in a MagickImageCollection, but i need the rotate center to be top left. I tried rotate command and distort command, but none work. could you please help? here's my...
View ArticleNew Post: rotate top left
Hi Arjun, The SRT distort is the correct method to use. But instead of us 0,0, you need to use a negative value. 0,0 is the center of the image. So for top left, you need to use...
View ArticleNew Post: rotate top left
hi nukeation, thanks for your reply, I'm still unable to produce the desire result. using distort produce funny image. var img150 = new...
View ArticleNew Post: rotate top left
what i'm trying to do is to combine 2 images : without rotate : expected result :
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
The MagickImage class has various properties for this: Font/FontPointsize/StrokeColor/FillColor.
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
Hi I do not want to change the font style and formatting of my image. I only want to apply formatting of the annotated text which is supplied as a string to the Annotate() method. I believe the...
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
Sorry I just tried using these properties before I execute the Annotate() method and it worked. Previously I was Annotating() earlier and then setting these properties and hence it was not working. I...
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
Update. Even though I am able to format the text to an extent but still not able to achieve the desired output. I need to be able to add text on the image with formatting like in sample image at Sample...
View ArticleNew Post: Merging Text On An Input Image To Produce a Final Image With Text
What you could do is create an image with the text and 'compose' it on top of your other image.
View Article