Search found 2 matches

by nis4nilesh
2017-01-31T07:02:33-07:00
Forum: Magick.NET
Topic: Anti-aliasing and distortion observed while creating transparent GIFs
Replies: 3
Views: 11919

Re: Anti-aliasing and distortion observed while creating transparent GIFs

Hello, Thanks for the response. I am using below code in the WriteText method. It was an extension method so I missed including in the original post public static void WriteText(this MagickImage image, string text, MagickColor backgroundColor, MagickColor fontColor, string fontFamily, double fontSiz...
by nis4nilesh
2017-01-23T02:56:14-07:00
Forum: Magick.NET
Topic: Anti-aliasing and distortion observed while creating transparent GIFs
Replies: 3
Views: 11919

Anti-aliasing and distortion observed while creating transparent GIFs

Hi, I am trying to make a transparent GIF, however, I am observing that text is looking distorted with Anti-aliasing when image is rendered. In my case, I am rendering image on the browser. I am using latest binary (Magick.NET-Q8-AnyCPU.7.0.4.400), which I downloaded from the Nuget.Org. I am coding ...