New Post: TextInterlineSpacing
One more question. I tried to work around it by using the setDefine method but it did not work. ICaption.SetDefine(MagickFormat.Png32, "interline-spacing", "5"); I if there is any work around in the...
View ArticleNew Post: TextInterlineSpacing
Sorry to keep on this but is it possible the TextGravity is also not function. I tried the following: Caption.Settings.TextGravity = Gravity.Center; but the text still aligns left.
View ArticleNew Post: Writing Multiple Images to PDF
Hello, I am trying to add a couple images to a PDF file and position them by the Gravity setting however when I do so they always get positioned at x=0 and y=0. I guess I can use the actual XY...
View ArticleNew Post: I have error with reading png.
Hello I'm using next code and have some exceptions. This file generates by Aspose library. There are many another files that generated by Aspose libray and everything is okay. But this one doesn't...
View ArticleNew Post: Converting from AI/SVG to PNG with transparent backgrounds.
Hey, So I am having an issue with converting my images to png while maintaining transparency. My code currently looks like this:public async Task<string> ConvertImage(byte[] data) { // Reader...
View ArticleNew Post: Converting from AI/SVG to PNG with transparent backgrounds.
I have also tried the suggestion in this post: https://magick.codeplex.com/discussions/646230 but it doesn't work for me. It just generates an unreadable file. The code I changed now looks like this://...
View ArticleNew Post: TextInterlineSpacing
The TextGravity issue was also reported here: https://magick.codeplex.com/discussions/651692 and has been resolved. I will try to publish a new release tomorrow.
View ArticleNew Post: Writing Multiple Images to PDF
I am wondering if perhaps on the latest build, Gravity is not functioning like it used to. When I try to position something like this it always gets placed at x=0,y=0 regardless of the gravity...
View ArticleNew Post: Writing Multiple Images to PDF
This is indeed a bug that got introduced in the rewrite and I just pushed a patch to the GIT repository to fix this. The next release of Magick.NET will include a fix for this.
View ArticleNew Post: I have error with reading png.
The file that is being created is corrupt. ImageMagick/Magick.NET is very picky about invalid files. Your image has an extra incorrect IDAT chunk. I think you will need to have a chat with Aspose so...
View ArticleNew Post: Converting from AI/SVG to PNG with transparent backgrounds.
You should set image.Settings.BackgroundColor instead of image.BackgroundColor.
View ArticleNew Post: Defective PSD files from portrait images
I have good news and bad news. The good news is that the issue is fixed. The bad news is that I don't know why. Can you give it another try when I publish the next release of Magick.NET tomorrow?
View ArticleNew Post: Read image list using custom font
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Read image list using custom font
I have created a work item for this so I don't forget it. I will try to get it in the release 7.0.0.0104 that will be published after the one I will publish today.
View ArticleNew Post: MagickImage.Depth
Are there more than 15 colors in your image? 4 bits will only work if your image contains 15 colors or less.
View ArticleNew Post: Defective PSD files from portrait images
Well then I will just take the good news and I am looking forward to testing the new version. As for the bad news, believe me, sometime when you are in the middle of doing something completely...
View ArticleNew Post: Defective PSD files from portrait images
The new version has been published. Please let me know if it works for you now.
View ArticleNew Post: Applying rotation, scale and translation to images
Are there any examples out there on how to use MagickImage.Transform? I'm trying something simple, but not having much luck ... MagickImage image = new MagickImage(imageFIle);...
View ArticleNew Post: Defective PSD files from portrait images
So I just tried the new version and can confirm, that now portrait images can be saved as psd files. Thank you very much for your help in this matter.
View Article