New Post: Write Value in null ExifProfile
I don't understand what you are asking. What do you mean by null ExifProfile?
View ArticleNew Post: Kaspersky Alert
I use the Magick.NET-x86 a long time, and now the antivirus Kaspersky is blocking the use of this DLL. This .dll is very important for my project, and I wonder what can be done about this situation....
View ArticleNew Post: Kaspersky Alert
What version of the Magick.NET-x86 DLL are you using? I have Kaspersky and it is not flagging any version of Magick.NET. Also, if you download and extract a fresh copy of the DLL from Codeplex, does it...
View ArticleNew Post: Kaspersky Alert
The threat level for Win32.Nimnul.a is "severe". May want to check your entire computer as the source of the infection may not be the DLL. You can find more info at...
View ArticleNew Post: Kaspersky Alert
The version is Magick.NET-6.8.5.1001-Q16-x86-net20. I downloaded this version again the site and unpack Kaspersky already accused as malware. It has now been tested in Kaspersky 2016.
View ArticleNew Post: Kaspersky Alert
I wanted to test this on virustotal but it looks like someone already ran this old version of Magick.NET through an online scanner. The result can be found here:...
View ArticleNew Post: Issue with custom fonts
Hi All, Currently I'm writting a tool which will generate font images based on user choice. Currently everything works apart from using custom fonts. Currently it always seems to go to a default, but I...
View ArticleNew Post: Compound Font Effects
Hi I'm just running through and trying to convert some commands to be used in Magick.net. How is the best way to do this very simple tile texture.http://www.imagemagick.org/Usage/fonts/convert -size...
View ArticleNew Post: Transform Image
I am trying to cartoonify the image. The nearest match I found are these SO...
View ArticleNew Post: Allow command line options
Currently we have to manually convert each command line option into .NET equivalent. Example: https://magick.codeplex.com/discussions/577596 It would be great if we can have a built in function which...
View ArticleNew Post: please help
help to translate into Magick.NET C# code:convert test.bmp -fuzz 20% -fill black -opaque "#c62122" -threshold 1% convert.bmp How to convert image betwen System.Drawing.Bitmap and...
View ArticleNew Post: I'm trying hold JPG image to gif format .A little fuzzy
code MagickNET.UseOpenCL = false; using (MagickImage image = new MagickImage(@"c:\1.jpg")) { image.GifDisposeMethod=GifDisposeMethod.Undefined; image.CompressionMethod=CompressionMethod.LZW;...
View ArticleNew Post: Problems with trimming png's
In my program I get jpgs from a file location, converts them to png, removes the background and makes it transparent. After its being made transparent it gets trimmed so it is just actual image with no...
View ArticleNew Post: Write Value in null ExifProfile
Actually I want to set some Exif Tag values in JPG Image. but when i used below code : string imgPath="TestImage.jpg"; using (MagickImage image = new MagickImage(imgPath)) { ExifProfile exifProfile =...
View ArticleNew Post: Write Value in null ExifProfile
It is possible that your call to GetExifProfile returns null. When that happens you should create a new ExifProfile.
View ArticleNew Post: Issue with custom fonts
Have you tried specifying the whole path to the font?
View ArticleNew Post: Problems with trimming png's
Can you provide an example with some images so I can better understand what you mean?
View ArticleNew Post: Allow command line options
I have got a request for this earlier and I am sorry but I will not add this. Most options translate to a method in the MagickImage class.
View Article