New Post: Text Height, Letter Spacing
Hi, There is a way to get height of the text, or should create a new image and get image height? There is a way to set LetterSpacing of the text? Thanks!Imports ImageMagick public class PageClass...
View ArticleNew Post: Text Height, Letter Spacing
You can change the letter spacing of the text with the TextKerning method. The Drawables class has no support for getting the width or height of the text. You can do that on the image class with the...
View ArticleNew Post: MagickImage.Composite method: usage of 2 CompositeOperators
Dear Community, I am using the latest stable (Nuget) version of Magick.NET-Q8-AnyCPU 7.0.4.400 and currently trying to port the 'cartoon' effect of Fred's infamous ImageMagick scripts, I came across...
View ArticleNew Post: MagickImage.Composite method: usage of 2 CompositeOperators
It looks like a mistake in the script. I'll contact Fred about this. I think only the latter (colordodge) will be used in the script. It would be cool if you would be able to create a script in the...
View ArticleNew Post: MagickImage.Composite method: usage of 2 CompositeOperators
Thanks for the quick reply! I'll definitely send you a pull request once it's completely working. In the meantime please feel free to have a look at my prototype of Fred's cartoon script on my...
View ArticleNew Post: MagickImage.Composite method: usage of 2 CompositeOperators
Are you aware that you should have asked Fred to translate his script? This is stated in his license. Are you going to use it in a non-commercial environment?
View ArticleNew Post: MagickImage.Composite method: usage of 2 CompositeOperators
Ok. Sorry, I have not yet as the idea would have been to give the port to you guys so that you can make it public via your NuGet packages. Therefore it would have the same license as your other Nuget...
View ArticleNew Post: MagickImage.Composite method: usage of 2 CompositeOperators
Thanks for removing the link. You can still submit it as a pull request and I will create a NuGet package for it.
View ArticleNew Post: Custom text on gif
I have a list of individual images (26 in total - one image per alphabet word) and I would like to create an animated .gif depending on what the user types in an input, this gif should display the...
View ArticleNew Post: Background image
Is it possible to set a background image to an animated gif? I was able to add custom colors in the background but I would like to add an image instead the color. Thanks
View ArticleNew Post: Custom text on gif
Without seeing your input image I am guessing that you have your words on a colored background. I am thinking that because of your other post here: https://magick.codeplex.com/discussions/661233. Below...
View ArticleNew Post: Background image
I think I answered your question in your other topic: https://magick.codeplex.com/discussions/661231
View ArticleNew Post: Squaring an image
I need help converting a command that that will convert the image proportions to a square, that is, equal width and height without distorting the image, and fill the background with white. Here is my...
View ArticleNew Post: Squaring an image
You almost got it! The name of SetArtifact should not contain option: and you will need to format the expression yourself. This is not done automatically. Below is an example of how you could do...
View ArticleNew Post: Increase DPI from 72 to 300 does not work
This is perfect. I have been fighting this for more than a year now. Thank you so much for putting in this override.
View ArticleNew Post: The type or namespace name 'ImageMagick' could not be found
Hi Dirk, I am having an unusual error. If I install Magick.Net (latest version 7.0.4.701) from Nuget and select "Q8-AnyCPU" it is working fine. It installs Q8-AnyCPU.dll in "/Bin" folder (size 11 MB)...
View ArticleNew Post: The type or namespace name 'ImageMagick' could not be found
Instead of Nuget, I also manually copied the three files from zip files, copied them to /Bin and add a reference (for Q8-x64) and it still gives a "The type or namespace name 'ImageMagick' could not be...
View ArticleNew Post: The type or namespace name 'ImageMagick' could not be found
The native dll will be copied to the bin directory when your project is being build. The .targets file that does this should be added to your csproj file. Are you really sure that your application is...
View ArticleNew Post: The type or namespace name 'ImageMagick' could not be found
Are you really sure that your application is running in 64 bit? Yes, I verified it in three different ways: From visual studio: Tools | Options | Projects and Solutions | Web Projects | Use the 64 bit...
View Article