e3df6586 | 22-May-2021 |
Danack |
correct type for PixelSetIndex |
10f91bed | 22-May-2021 |
Danack |
tidy file. |
1ba5bca8 | 21-May-2021 |
Danack |
Tidy up imagickDraw parameter names. |
e7550332 | 21-May-2021 |
Danack |
allegedly improve docker file performance. |
7be5b394 | 21-May-2021 |
Danack |
Add missing virtual pixel constants. |
226cd0d3 | 21-May-2021 |
Danack |
Tidy up of ImagickDraw stub. Update scan headers to check missing types and not give error on #undef's. |
c9d0adc4 | 21-May-2021 |
Danack |
Add helper tool to check Imagick constants against their underlying ImageMagick 'enum' details. |
58a7f7f8 | 20-May-2021 |
Danack |
Check PixelMask is kept up-to-date. |
2141f1f6 | 20-May-2021 |
Danack |
Add Imagick::setImageMask(Imagick $clip_mask, int $pixelmask_type) and Imagick::getImageMask(int $pixelmask_type) methods. |
6466a2e8 | 13-May-2021 |
Danack |
Move to a warning generation that is compatible across versions. |
1e94d9ee | 13-May-2021 |
Danack |
Prevent arg info from being fixedup multiple times and regenerate to fix broken ones. |
8273ed2c | 13-May-2021 |
Danack |
Thumbnail image allows null for first two parameters. This looks like being a problem on php 8.1, but will do for now. |
eb72599f | 13-May-2021 |
Danack |
Remove 'typo'. |
6e6405b6 | 13-May-2021 |
Danack |
Add example output to make it easier to debug different platforms. |
6ae22609 | 09-May-2021 |
Danack |
Fix #387 - php_imagickpixel_get_class_entry returning wrong thing. |
104a5f87 | 10-Dec-2020 |
Danack |
Add setImagePixelColor. More args cleanup. |
d17fb225 | 26-Nov-2020 |
Danack |
Regenerate arginfo for ImagickKernel and ImagickPixel. |
0c819f02 | 26-Nov-2020 |
Danack |
Tidied ImagickKernel param names. |
d5259bee | 25-Nov-2020 |
Danack |
Fixed quite a few parameter names. |
7c3d82cb | 25-Nov-2020 |
Danack |
Add container for running against centos 6/7. |
bf484fc9 | 10-Sep-2020 |
Danack |
Correct arginfo |
a2249436 | 10-Sep-2020 |
Danack |
Fix imagick arginfo problem. |
686a2431 | 09-Sep-2020 |
Danack |
Correct ifdef for Imagick::filter to use #ifdef IMAGICK_WITH_KERNEL |
13ee61ca | 09-Sep-2020 |
Danack |
Relax cflags for old versions. |
3993ac3b | 09-Sep-2020 |
Danack |
Correct expected error message. |