-
During the build I get the following error I am not sue if this is incompatibility with new CImg.h or not.
``` C
In file included from /usr/include/pHash.h:50:0, from ../.go_workspace/src/github.com/…
-
I well understood you like the single header file distribution, but it has some severe drawbacks.
The file is *huge* (more than 3Mo for a header file is ridiculous). Each time it is included, it cr…
-
Trying to integrate this library into some other packages we have that require C++20 for some functions to work.
I tried to compile a simple example . Without C++20 it works, but with it getting a se…
-
` $ ./palette image.png 8`
yields
`[CImg] *** CImgIOException *** cimg::fopen(): Failed to open file '/palette-8-image.png' with mode 'wb'.
terminate called after throwing an instance of 'cimg_…
-
```
Traceback (most recent call last):
File "/home/sanne/.local/bin/cimg", line 199, in
sys.exit(main())
File "/home/sanne/.local/bin/cimg", line 194, in main
args.func(args, None)
…
-
Been playing around with this a little bit and wanted to open an issue in case anyone else is doing the same. This assumes you're using [homebrew](http://brew.sh).
current progress:
- openCV must b…
-
Hi CImg :wave:
We found an undefined behaviour bug in CImg triggered when parsing a BMP file. The BMP is correct according to CImg; no exceptions or crashes when parsed without sanitisers. However,…
-
We should include the version of the main software as environment variables for each image. For example, for `cimg/python:3.9.0` there could be the environment variables:
`CIMG_VERSION=3.9.0`
`CIM…
-
## Describe Request:
A static executor is currently defined in the `check` job, but this does not allow for any executor customisations. Allow for a custom executor to be used in place of this, if re…
-
There is great documentation about [using uv in GitHub Actions](https://docs.astral.sh/uv/guides/integration/github/) and in [GitLab CI](https://docs.astral.sh/uv/guides/integration/gitlab/), along wi…