Dirk Lemstra
Dirk Lemstra
It looks like you have build the project without freetype support. Maybe @urban-warrior can improve the unit tests by detecting this?
I suspect that you don't have the freetype development libraries installed on your machine.
The `TIFFTAG_EXTRASAMPLES` (one extra sample) are set to `EXTRASAMPLE_UNSPECIFIED` instead of `EXTRASAMPLE_ASSOCALPHA` or `EXTRASAMPLE_UNASSALPHA` and that means we don't treat the extra channel as an alpha channel. We added the...
When we read a meta channel we will also write a meta channel. As mentioned before you can work around this with the `tiff:assume-alpha` define.
Right now there are no concrete plans for a Q16 or Q16-HDRI version. This was not done because wasm is only 32-bit right now. There is a 64-bit option but...
I am seeing x64 wasm more often so I think that I should play around with that in the couple months
Maybe we could add a check inside the if statement at line `8716` (` if (mng_info->preserve_colormap != MagickFalse)` and make sure `image_colors` is not lower?
We build msys2 every commit so this should work. Not sure why it's failing for you but our latest commit was successfully build on msys2. Maybe we are doing something...
We are using this PKGBUILD file: https://github.com/ImageMagick/ImageMagick-Windows/blob/main/Build/MSYS2/PKGBUILD
We use that `PKGBUILD` file to build the project in the `ImageMagick/ImageMagick` repository.