Dirk Lemstra

Results 621 comments of Dirk Lemstra

I am unable to reproduce your issue with the latest version of ImageMagick. Have you tried to upgrade?

Attaching zipped versions of the files here for future reference: [original_from_phone.zip](https://github.com/user-attachments/files/22327353/original_from_phone.zip) [from_ultrahdr.zip](https://github.com/user-attachments/files/22327352/from_ultrahdr.zip) [from_imagemagick.zip](https://github.com/user-attachments/files/22327320/from_imagemagick.zip)

The same thing happens when we run `magick hdr.avif out.jpg` so I suspect this has something to do with how the image is read. We are reading the image in...

There is an api that allows us to read the image in `sRGB/RGB` and that should do the color conversion but that is not happening correctly? We could read the...

I missed the notification for a response. I have send an email to that address.

It looks like we should switch to a `cmake` build. It might be a good idea to remove the old build scripts?

I switched to the cmake build and that works. And it looks like the compilation is still broken: ``` 126.6 ./configure: line 18081: syntax error near unexpected token `17,' 126.6...

It looks like the README needs to be updated. There are third party dependencies but NuGet signing is done by implementing the ` NuGet.Packaging.Signing.ISignatureProvider` interface and no longer uses NuGetKeyVaultSignTool....

It looks like there is no support for this format in libraw (https://github.com/LibRaw/LibRaw). This project uses version `0.21.2` of that library. I think you should report this upstream.

The libraw project is a dependency of ImageMagick and in open source development that is commonly referred to as upstream. And yes what I meant to say is that you...