1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-24 14:12:40 +01:00

Process JFIF format using JPEG process

This commit is contained in:
Sébastien QUIAIOS 2021-04-13 11:01:26 +02:00 committed by GitHub
parent 032263954c
commit 5eb91d81be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;