1
0
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:
Oliver Vogel
2021-07-05 16:23:06 +02:00
committed by GitHub

View File

@@ -120,6 +120,7 @@ abstract class AbstractEncoder
case 'image/jpg':
case 'image/jpeg':
case 'image/pjpeg':
case 'image/jfif':
$this->result = $this->processJpeg();
break;