mirror of
https://github.com/Intervention/image.git
synced 2025-09-03 10:53:01 +02:00
Merge pull request #1081 from squiaios/patch-1
Process JFIF format using JPEG process
This commit is contained in:
@@ -120,6 +120,7 @@ abstract class AbstractEncoder
|
|||||||
case 'image/jpg':
|
case 'image/jpg':
|
||||||
case 'image/jpeg':
|
case 'image/jpeg':
|
||||||
case 'image/pjpeg':
|
case 'image/pjpeg':
|
||||||
|
case 'image/jfif':
|
||||||
$this->result = $this->processJpeg();
|
$this->result = $this->processJpeg();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user