1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-18 03:31:19 +02:00

support for image/x-ico mime type in Encoder

This commit is contained in:
Oliver Vogel
2015-11-05 19:30:26 +01:00
parent 8752a12f99
commit 2d8de6577b

View File

@@ -135,6 +135,7 @@ abstract class AbstractEncoder
break;
case 'ico':
case 'image/x-ico':
case 'image/x-icon':
case 'image/vnd.microsoft.icon':
$this->result = $this->processIco();