Dirk Lemstra
Dirk Lemstra
Does it only fail in a unit test or also when running on Azure?
It works on my machine and in Azure?  Maybe this is related to your IDE, I am using Visual Studio.
I am on Windows and publishing the application through Visual Studio on Azure. I suspect that Rider packages it differently. Not sure when I have time for this but I...
Did my "patch" work for you @PetterKnudsen98?
In theory this could be possible for methods of ImageMagick that return a new image. It's an interesting idea but I will need to think about an API for this....
Do you have any ideas how I could/should integrate this in the API? I think this behavior would only be required for methods that change the dimensions of an image....
Those are not the only two methods this option will become available to. Creating a new method for each possible combination is not feasible.
The `Clone()` method creates of copy of the pixels of the input image and then resizes that to the new dimensions. Here is an example what it does with the...
Not sure how this should be added to the api. Hoping someone will come and suggest how we should add this to the api. Then I can try to figure...
That would work for the creation but not the removal of a channel. And that also would not copy the settings of another image. And that would also not adress...