1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-10 16:04:04 +02:00

3 Commits

Author SHA1 Message Date
Oliver Vogel
0f87254688 Fix bug in CropModifier of Imagick driver (#1428)
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
2025-02-01 08:28:26 +01:00
Oliver Vogel
b9a16d4df6 Optimize tests 2024-12-07 11:38:33 +01:00
Oliver Vogel
50a16bbdc1 Fix lost transparency when converting to GIF format 2024-08-14 14:57:09 +02:00