1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 09:31:53 +02:00

Missing 'jfif' format encoder. Only have 'image/jfif' format.

This commit is contained in:
Muhammad Faiz Halim
2021-10-04 12:28:19 +08:00
parent 9a8cc99d30
commit 8294abad69

View File

@@ -131,6 +131,7 @@ abstract class AbstractEncoder
case 'jpg':
case 'jpeg':
case 'jfif':
case 'image/jp2':
case 'image/jpg':
case 'image/jpeg':