New Post: Possible to have ImageMagick load hidden layers from PSD?
What do you mean by not load? I suspect that you get a black or white image when you write it to a file. Hidden layers should appear in the MagickImageCollection but they will have their Compose...
View ArticleNew Post: Use command line "montage" from withing Magick.net?
I am new to Magick.net but I am trying to make a file generator. I have had it work fine from within the Linux command line, but I need to make a .net app for use by others that don't have access to...
View ArticleNew Post: Use command line "montage" from withing Magick.net?
The MagickImageCollection class has a Montage method with a MontageSettings argument. Can you give that a try?
View ArticleNew Post: Downloading
Please forget Codeplex in a hurry and move elsewhere. I need to restart downloading 20 times and more, each time I want download Something.
View ArticleNew Post: Downloading
You could also use NuGet, the packages are also available there. I am not planning to move at the moment.
View ArticleNew Post: first resize command slow
Hi I have a speed problem and I was following a post in which I found the exact problem that another user faced (https://magick.codeplex.com/discussions/657120): I have to resize hundred of images and...
View ArticleNew Post: Use command line "montage" from withing Magick.net?
Can you provide additional information on its initiation, I am very unfamiliar with this framework and the documentation seems to be minimal.
View ArticleNew Post: first resize command slow
Which files do you have in the following folder: C:\Users\MyUser\AppData\Local\ImageMagick
View ArticleNew Post: Use command line "montage" from withing Magick.net?
I gave it a try myself and I found that it might just be easier to use Composite directly. It gives you a slight different image but that might also work for you. Below is an example of how you would...
View ArticleNew Post: first resize command slow
Hi the only file in C:\Users\MyUser\AppData\Local\ImageMagick is "ImagemagickOpenCLDeviceProfile.xml" (whose content I copied in the post) and the file date has the installation date, some days ago. If...
View ArticleNew Post: Use command line "montage" from withing Magick.net?
Am I missing a dependency? I am able to add the Magick.NET-Q8-x64.dll but not the Magick.NET-Q8-x64.Native.dll saying A reference to...
View ArticleNew Post: Trying to perform OrderedDither with 4 levels
Confirmed that issue is fixed with version 7.0.3.500, thanks again!
View ArticleNew Post: Use command line "montage" from withing Magick.net?
The Magick.NET-Q8-x64.Native.dll file should be copied to your bin folder. It needs to be in the same location as the Magick.NET-Q8-x64.dll file but you don't need to add a reference to it.
View ArticleNew Post: Trying to perform OrderedDither with 4 levels
Thanks for coming back here to let everybody know :)
View ArticleNew Post: Use command line "montage" from withing Magick.net?
Ah cool! Thank you so much! Now I can tweak this for my needs.
View ArticleNew Post: first resize command slow
Your system is benchmarked in that gap. I will add some logging to ImageMagick to make this more visible. It looks like the compiled OpenCL kernel is not written to disk. If you are available to Skype...
View ArticleNew Post: first resize command slow
Ok I can spend some time for debugging. My timezone is GMT+1, so now it's 1PM I can send you my skype by email
View ArticleNew Post: first resize command slow
I have contacted you through CodePlex so you can reply to me with you SkypeID.
View ArticleNew Post: Magick.Net causes the application crash in Release mode
I use the magick.net in ASP.NET application. I use the version 7.0.0.22. When I build it on Debug mode everything is ok but when we switch to release and deploy the application sometimes it crashes. It...
View ArticleNew Post: Magick.Net causes the application crash in Release mode
Can you upgrade to the latest version? There might be a bug in that older version.
View Article