Dirk Lemstra

Results 45 issues of Dirk Lemstra

This patch fixes the following commit: https://github.com/strukturag/libde265/commit/d1d39e3559fc115925107c3deb2d1ff0cba49f68. This patch was added to fix an endless loop. But the check `k+MAX_PREFIX` could still result in a value higher than` 31` and...

This PR adds an extra check to prevent a possible stack overflow when the first value of `image_references` is the same as the `id` argument. I did not add an...

I was wondering if it would be possible to also include a link to the build status (https://oss-fuzz-build-logs.storage.googleapis.com/index.html#project-name) in the fuzzing build failure issues that are created. It now contains...

enhancement

This PR adds two GitHub Codespaces. The default (in the `.decontainer`) is an ubuntu container. And the other one uses an emsdk container to make it possible to test emsdk...

building/portability
unrelated to 1.0

This issue describes the planned breaking changes for Magick.NET `13.0.0`: - Remove `count` argument from the `ReadPixels` methods. - Remove setter from `IPixelReadSettings.StorageType`. - Rename some of the properties in...

With the following configure options the build fails: `./configure CXXFLAGS="-DNDEBUG -Wall"`. I am getting the following error message: ``` g++ -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -Wall -Wall -Werror -Wsign-compare -Wconversion -Wno-sign-conversion...

This issue describes the planned breaking changes for Magick.NET `14.0.0`: - Add `Chromaticity` (`IChromaticityInfo`) to `IMagickImage` that combines the following properties: - ChromaBluePrimary - ChromaGreenPrimary - ChromaRedPrimary - ChromaWhitePoint -...

The Magick.NET library contains an `ImageOptimizer` that can be used to reduce the size of an image with lossless compression. Would you be open to a pull request that adds...

✨ feature request
👌 ready

When the parsing of an optional parameter that is an enum fails the following error message is printed: ``` Error: Option 'foo' requires Nullable`1 value. 'bar' cannot be converted to...

The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an...