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:
parent
032263954c
commit
5eb91d81be
@ -120,6 +120,7 @@ abstract class AbstractEncoder
|
||||
case 'image/jpg':
|
||||
case 'image/jpeg':
|
||||
case 'image/pjpeg':
|
||||
case 'image/jfif':
|
||||
$this->result = $this->processJpeg();
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user