New Post: All ImageMagick commands take a long time
It looks like your OpenCL driver does not allow getting the binaries of the OpenCL kernel. Not sure how I can properly handle this in ImageMagick. Will need to come up with a plan for that. Thanks for...
View ArticleNew Post: All ImageMagick commands take a long time
OK, i have set this value of false. and here is new log:Log 2016-08-15 2303 Are there any drawbacks? Can I use this as a standard in my software? after set this parameter, run now from first file...
View ArticleNew Post: EXIF Information with description?
hmmm ... i have now change your ExifTag.cs ... pls check my changes. Where I was not sure I've CHECK written before. In the link you gave me, some days are also there. Is this ok? Here this...
View ArticleNew Post: All ImageMagick commands take a long time
The drawback is that it your resize is a prabably bit slower without OpenCL enbaled. But its safe to turn it off by default though.
View ArticleNew Post: EXIF Information with description?
WOW! Thanks for the help Oliver, will check them tonight when I get home from work. Will you do a pull request or do you want me to apply the changes myself?
View ArticleNew Post: EXIF Information with description?
i am not sure.... i want you to do this. many thanks.
View ArticleNew Post: EXIF Information with description?
Is your name Oliver Scheinder and are you @OSchneider72 on twitter.
View ArticleNew Post: EXIF Information with description?
Your patch has been added thanks for the help :)
View ArticleNew Post: Working with clipping paths
I'm just getting started with Magick.NET. Unfortunately, I cannot figure out how to properly work with clipping paths. Can anyone give me an example of how to Change the Background Color and/or remove...
View ArticleNew Post: Working with clipping paths
Can you share the EPS image on something like DroPBox/OneDrive? And do you have a file that contains a clipping path that you want to use to remove/change the Background. I have a very basic example in...
View ArticleNew Post: Working with clipping paths
Here is an example file, containing a clipping path: https://1drv.ms/u/s!ArI0AGq7GprKiJU_nxbercKV1mQ_Cw I don't really get your example. I guess this part image.Alpha(AlphaOption.Transparent);...
View ArticleNew Post: GetReadOnlyPixels not accessible
Just getting started with Magick.NET, so sorry if this is blatantly obvious: in VisualStudio 2015, I've been able to create and draw on a MagickImage, but when following the using (PixelCollection p =...
View ArticleNew Post: GetReadOnlyPixels not accessible
In the newer builds, GetReadOnlyPixels() has been replaced by GetPixels(). Just swap the methods in the code and it should compile.
View ArticleNew Post: Images turn to grain
Here is the process my user wants. A customer uploads an image. I must make the image 2.5" x 1.38" due to later requirements. This may require me to shrink it, enlarge it, or put a white border around...
View ArticleNew Post: Images turn to grain
The trick with PDF files is to specify the DPI when you read the file. MagickReadSettings settings = new MagickReadSettings() { Density = new Density(96) }; using (MagickImage image = new...
View ArticleNew Post: Images turn to grain
That may help with PDF, but we are seeing this with all files. The attached file, for example, is the one I am testing with.
View Article