mirror of
https://github.com/Intervention/image.git
synced 2025-08-07 14:26:31 +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