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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user