| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-03 | 419 Bytes | |
| v1.5.3 source code.tar.gz | 2026-06-03 | 6.1 MB | |
| v1.5.3 source code.zip | 2026-06-03 | 6.1 MB | |
| Totals: 3 Items | 12.2 MB | 0 | |
- Fix the Imagick driver painting a "black box" when pasting an image with transparent areas at an alpha lower than 100; the opacity now scales the existing per-pixel alpha instead of overwriting it (#878, @nlemoine)
- Fix the Imagick driver inverting the alpha channel in
effects()->negative()(an opaque image became fully transparent); it now excludes the alpha channel, matching the GD driver (#877, @nlemoine)