You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the Imagick driver deactivating the alpha channel in effects()->grayscale() (transparent pixels were encoded as opaque gray); it now uses the alpha-preserving grayscale image type, like usePalette() (#880, @nlemoine)
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)