New Post: Few images loading as blank
Not back yet, but will be next week. It looks like the png library has problems reading those file. I will have to take a look at them to see if I can fix reading them. I don't remember if you have my...
View ArticleNew Post: Few images loading as blank
dlemstra wrote: Not back yet, but will be next week. It looks like the png library has problems reading those file. I will have to take a look at them to see if I can fix reading them. I don't remember...
View ArticleNew Post: Converting only a certain portion of PDF to image.
I don't think that is possible at the moment. If your pdf document contains a cropbox you could set the option pdf:use-cropbox to true. I will do some research next week to see if it is possible to...
View ArticleNew Post: How to limit number of CPU cores used by magick.net ?
Now, it works perfectly, thanks for the trick !
View ArticleNew Post: How do I translate this to Magick.net?
I have an image with a background and object in it, I have and image of just the background and I want to extract only the object. This works for me: convert overlay_figure.gif overlay_bgnd.gif...
View ArticleNew Post: How do I translate this to Magick.net?
Can you post some links to your input files?
View ArticleNew Post: tile
So I'm trying to replicate the following in Magick.NET and I can get most of it, but I don't seem to grasp how to make the -tile with a gradient part to happen. (oh I am using Magick.Net based off of...
View ArticleNew Post: How do I translate this to Magick.net?
dlemstra wrote: Can you post some links to your input files? Yes, sure. Here they are:http://i.imgur.com/ZvKhFrw.pnghttp://i.imgur.com/7YisdlY.png I use convert ZvKhFrw.png 7YisdlY.png -compose...
View ArticleNew Post: Few images loading as blank
Are you back already so I can send you few samples of the problemable images?
View ArticleNew Post: Few images loading as blank
dlemstra wrote: Yup, you can e-mail me them. I just emailed them to you Thanks!
View ArticleNew Post: Resample doesn't seem to work as expected
The Resample(200,200) method incorrectly called the Resize method with the geometry argument instead of the Resample method. This bug will be fixed in the next release that will also use a PointD...
View ArticleNew Post: Multilayer psd, png with transparency displayed with errors/wrong...
The bug has been fixed in ImageMagick. I am getting a correct image with the latest development build. I will try to publish a new release later this week.
View ArticleNew Post: How do I translate this to Magick.net?
This is a bug in ImageMagick 7. I will fix this before the next release of Magick.NET.
View ArticleNew Post: How do I translate this to Magick.net?
dlemstra wrote: This is a bug in ImageMagick 7. I will fix this before the next release of Magick.NET. OK, great, thanks for you time! However is my Magick.NET syntax, right? I am doing like IMG=New...
View ArticleNew Post: How do I translate this to Magick.net?
I have not tested this but I think it should be something like this: IMG=New MagickImage("ZvKhFrw.png") Mask=New MagickImage("7YisdlY.png") Output=IMG.Composite(Mask, Gravity.Center,...
View ArticleNew Post: How do I translate this to Magick.net?
I am sorry, I don't think you understood me correctly and I am not sure if the bug you found relates to my issue. Let me explain again What i need to do is get the difference between two images. The...
View ArticleNew Post: Resample doesn't seem to work as expected
Wonderful! That's the behavior I was seeing as well (forgot to update the topic after re-testing). Looking forward to the next build! Thanks again!
View ArticleNew Post: How do I translate this to Magick.net?
I don't know if this will help you or not, but there have been a lot of changes in ImageMagick version 7 that are great for making things more consistent but work a bit different than version 6. If you...
View ArticleNew Post: How do I translate this to Magick.net?
jbleach wrote: I don't know if this will help you or not, but there have been a lot of changes in ImageMagick version 7 that are great for making things more consistent but work a bit different than...
View Article