Dirk Lemstra

Results 390 comments of Dirk Lemstra

You can find that information in the output of `magick -list format`

And make sure you also test with the most recent version of ImageMagick

Reopening this issue that was closed due to lack of response. I was able to reproduce this issue with a WASM build of ImageMagick and it turned out to be...

It looks like animated avif files are not yet supported by the libheif library that we are using to write avif files.

A hack that would work without changing the code would be: ```js const items = $localstorage; $localstorage.$reset(); $localstorage.$apply(); // force storing the data to make sure _last$storage is overwritten. $localstorage.$reset(items);...

Are you going to buy me an iPhone that I can use to reproduce this issue?

Your `originalColors` image probably has more than `256` colors. With the Q8 version your color map can only contain `256` colors.

How did you test it on Linux? Do you see the `Magick.Native-Q16-x64.dll` file in your bin directory? The `MagickCopyNativeLinux` option does not work for `net6.0` because it should be necessary...

I wonder if I could make this more convenient for you by also adding a `.targets` file for other the `netstandard21` build.

I just created an function app to test if I can reproduce this. And I am unable to reproduce your issue. Would it be possible to share a trimmed down...