1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 17:41:58 +02:00

Merge pull request #840 from kontoulis/master

Added more formats support in AbstractEncoder
This commit is contained in:
Oliver Vogel
2018-05-25 15:22:56 +02:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.DS_Store
composer.lock
vendor/
dev/
dev/
.idea/

View File

@@ -130,7 +130,14 @@ abstract class AbstractEncoder
break;
case 'bmp':
case 'image/bmp':
case 'bmp':
case 'ms-bmp':
case 'x-bitmap':
case 'x-bmp':
case 'x-ms-bmp':
case 'x-win-bitmap':
case 'x-windows-bmp':
case 'x-xbitmap':
case 'image/ms-bmp':
case 'image/x-bitmap':
case 'image/x-bmp':