Added support for transcoding from the PPM image format

This commit is contained in:
Matthew Barbour
2020-10-26 07:25:47 -05:00
parent cb81e46f9e
commit df93e2e5d5
5 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class TranscodeImage extends Extension
"ICO" => MimeType::ICO,
"JPG" => MimeType::JPEG,
"PNG" => MimeType::PNG,
"PPM" => MimeType::PPM,
"PSD" => MimeType::PSD,
"TIFF" => MimeType::TIFF,
"WEBP" => MimeType::WEBP