mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 18:32:56 +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/jpeg':
|
||||
case 'image/pjpeg':
|
||||
case 'image/jfif':
|
||||
$this->result = $this->processJpeg();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user