Dirk Lemstra

Results 244 comments of Dirk Lemstra

@PikminGuts92 I am not sure but I think you can do this: `image.Settings.SetDefine(MagickFormat.Png, "bit-depth", "8")`.

The following options should also be included: - png:compression-level - png:compression-strategy (enum?) - png:compression-filter

It turns out that both ImageMagick and the librsvg library are using a viewbox where part of the image is outside the viewbox. This will probably not be easy to...

Most command-line args are properties or methods of either the `MagickImage` or the `MagickImageCollection` class. Not sure if it is worth the effort to do that for all the options...

We currently don't support reading layer groups in ImageMagick. We have this on our TODO list but I cannot give an estimate when we will add support for this.

Can you please add the two images so I can see what is happening?

What is your output? I am getting this as the output: `Images are equal to: 0.9908784150008261`

We tried to make a change inside ImageMagick that turned out to be incorrect so we had to revert that. We are now investigating if this is even wrong. You...

I will try to add a unit test before the next release to check if this issue was resolved. Already gave it a try on the command line and got...

I am not sure what you are asking and trying to accomplish. Maybe you could ask for more detailed help in the discussions of the @ImageMagick repository and then start...