New Post: Combining images
Ok, but why I can see High quality gif in web?2016-04-27 8:23 GMT-03:00 dlemstra <[email removed]>:From: dlemstraIts a limitation of the GIF format.Read the full discussion online.To add a post...
View ArticleNew Post: Clearing Image magick temp files
Temp files created by magick.net are not getting cleared by API. We are using 7.0.0.104. Is this suppose to be like this? Thanks in advance.
View ArticleNew Post: Difference between Magick.NET-AnyCPU and Magick.NET.Core
that will be great, thank you so much for the help!!
View ArticleNew Post: Clearing Image magick temp files
It is not supposed to be like that. Ae you able to create an example that leaves a temp file behind? It might be related to the format that you are reading. It is also possible that you are leaving...
View ArticleNew Post: Combining images
They have probably reduced the number of colors of the image first and maybe with a predefined color pallette to get a good quality. Can you share your input images on something like dropbox?
View ArticleNew Post: Output directory for MagickImageCollection.Write
I am using Magick.NET-Q16-AnyCPU and Ghostscript 0.16 x64 to extract the first page of PDF as a PNG file. I have gotten it to work but I want to set the directory where the PNG file is getting written....
View ArticleNew Post: Output directory for MagickImageCollection.Write
You can specify a full path as the fill name when you call the .Write method: image.Write(@"c:\the\directory\where\you\want\it\page1.png");
View ArticleNew Post: Difference between Magick.NET-AnyCPU and Magick.NET.Core
Below is an example to clarify how you should set the ResolutionUnits for Density since it is a read only property. image.Density = new Density(72, DensityUnit.PixelsPerInch);
View ArticleNew Post: Output directory for MagickImageCollection.Write
Here is what I am doing: MagickReadSettings settings = new MagickReadSettings(); settings.Density = new Density(300, 300); settings.FrameIndex = 0; settings.FrameCount = 1; MagickImage image = new...
View ArticleNew Post: Output directory for MagickImageCollection.Write
I am unable to reproduce your issue. The file gets written to c:\dev. Are you able to share a small program on something like DropBox that can be used to reproduce the issue?
View ArticleNew Post: Combining images
This images are for testing purpose.https://www.dropbox.com/s/5y2ik2thmz9n3a4/New%20folder.rar?dl=0Thanks2016-04-27 13:01 GMT-03:00 dlemstra <[email removed]>:From: dlemstraThey have probably...
View ArticleNew Post: Issue with custom fonts
I have just tried the full path and it still isnt working. The code I used for the path is:DrawableFont font = new DrawableFont($"{AppDomain.CurrentDomain.BaseDirectory}\\Fonts\\28_Days_Later.ttf");
View ArticleNew Post: Issue with custom fonts
It seems you found a bug in the DrawableFont class. I just pushed a patch to the GIT repository to make sure this is fixed in the next release. The next release will be published tomorrow. That release...
View ArticleNew Post: Difference between Magick.NET-AnyCPU and Magick.NET.Core
sorry for clubbing all questions here, is there any known issue that causes intermittent crash of application while writing magicknet image? I am seeing this issue with AnyCPU version, I am working on...
View ArticleNew Post: Issue with custom fonts
Thanks for looking into this and thanks for the code sugar. I will update you once I have got the update to let you know how it all works :) Thanks for the quick responses
View ArticleNew Post: Issue with custom fonts
Hey dlemstra, After testing this, it all works. Thanks for looking into this and getting a patch out so quickly :)
View ArticleNew Post: Rebuild for Q16-HDRI-AnyCPU Errors
Dear experts, I've download Magick.net source code from https://magick.codeplex.com/SourceControl/latest. I want to modified files Magick.NET/Core/MagickImageCollection.cs,...
View Article