Dirk Lemstra

Results 621 comments of Dirk Lemstra

In am unable to reproduce your issue. Maybe this is related to the version of libjxl that is used on your system? Could be a bug they fixed.

There is a delay because we don't use a signal to abort the process. When the pixels of the image are being access we check if a time limit has...

We only have a static non installer build running daily in this workflow: https://github.com/ImageMagick/ImageMagick/actions/workflows/release.yml. But you could use that to test our changes.

I don't think we can change this behavior because `-units undefined` would be the same as the user not defining it. Maybe we could add a "extra" option that would...

There isn't another option available because you are the first person to ever ask for this. Still not sure if we should add it.

If anyone wants to work on this it might be a good idea to use this library: https://github.com/ZEISS/libczi

You would need to clone the repository? Are you aware that this project is written in C and that you will also need to make changes to our build (Makefile...

I cannot reproduce your issue on VM with the same version installed: ``` C:\Dirk>winget install ImageMagick.Q16-HDRI Found ImageMagick Q16-HDRI [ImageMagick.Q16-HDRI] Version 7.1.2.3 This application is licensed to you by its...

Can you clarify why you think it is incorrect? Your image is stored in an indexed format and when it's read both the index and the actual color are a...

We seem to not read the density when a jpeg file has both the x and y value set to 1. And I have no clue why we have that...