Dirk Lemstra

Results 503 comments of Dirk Lemstra

You are getting this error message because the output format is `apng` and that requires `ffmpeg` that is not available in the WASM implementation.

There is no need for use to use a png file as an intermediate format so I just pushed a patch to write the intermediate file to the default format...

You should only get the message when there is something wrong in your setup. It looks like you are mixing two different ImageMagick versions.

I am still not able to reproduce this issue.

Thanks for providing the Dockerfile. I just pushed a commit that resolves this issue. The XMP profile was freed because it could not be validated and that caused an issue...

I am not sure if we should add this now and take a dependency on WixToolset.Dtf.Compression.Cab. Wondering if we should first take a good look at how `AggregatingSigner` is implemented....

There is no need to call my comment FUD. I only stated what I found on the readme page of that dependency and that this should be some something that...

This is happening because we recently added an extra check when reading bmp files. According to the specs (https://learn.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmapinfoheader) it is not allowed to have a negative height when the...

The ImageMagick library is very strict about input images and pdfcore seems to be writing an invalid file. And we will not be going to introduce a flag that allows...

I am re-opening this issue because I want to check something. I just pushed a patch that allows reading files with the compression set to `BI_BITFIELDS`. Is it possible to...