forked from Cavemanon/cavepaintings
Added TGA support to transcoder
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user