Added TGA support to transcoder

This commit is contained in:
Matthew Barbour
2021-01-16 14:18:11 -06:00
parent 4f82dce662
commit 6489b388a0
5 changed files with 11 additions and 1 deletions

View File

@ -25,7 +25,8 @@ class TranscodeImage extends Extension
"PPM" => MimeType::PPM,
"PSD" => MimeType::PSD,
"TIFF" => MimeType::TIFF,
"WEBP" => MimeType::WEBP
"WEBP" => MimeType::WEBP,
"TGA" => MimeType::TGA
];
const OUTPUT_MIMES = [