mirror of
https://github.com/Intervention/image.git
synced 2025-09-08 21:20:46 +02:00
The CropModifier produced strange artifacts if another resize step was performed after the modification. This patch removes the copying of the alpha channel in the CropModifier and implements a different method. See: https://github.com/Intervention/image/issues/1426