Dirk Lemstra

Results 244 comments of Dirk Lemstra

Please add an image that can be used to reproduce this issue.

The `psd` coder currently only supports ASCII layer names and they is why you now get garbage output.

ImageMagick currently ignores the extra channels. Thanks for sharing that image because that could help us with adding support for reading extra channels. I have no idea when I will...

I am sorry but I have no idea what you are asking? What kind of extra information do you need?

ImageMagick reads the opacity mask but it looks like you want to some kind of other mask. How does this look in Photshop?

Why do you really need all the layers and not just the combined image? And I don't think that you should have the statement `image.Compose != CompositeOperator.Over` in your check....

If there is an opacity mask in a layer the mask will directly be applied but other masks will not be detected.

You could open an issue there instead but I have no idea when we will be able to work on this.

Turns out support for non ASCI layer names was added in 7.17.0.0: https://github.com/dlemstra/Magick.NET/discussions/620#discussioncomment-8943

I ran some test in an azure function and it does look like you will need to add the the folder that contains the `ffmpeg.exe` binary to your path. In...