X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Images.php;h=4f1179c4aa2c7697c557fc6d9f07a06992925d7a;hb=e888e991cda58952b22551f47ce53d46018368d6;hp=a9fcc28b1668788f834aa6b20d96a195bcdb8967;hpb=baee9cc50fccdf33540d13a3c91a1e318aed482d;p=Pman.Core diff --git a/Images.php b/Images.php index a9fcc28b..4f1179c4 100644 --- a/Images.php +++ b/Images.php @@ -232,7 +232,7 @@ class Pman_Core_Images extends Pman } // print_r($img);exit; $x = $img->toFileConvert(); - if (empty($this->as_mimetype)) { + if (empty($this->as_mimetype) || $img->mimetype == 'image/gif') { $this->as_mimetype = $img->mimetype; } if (!$this->thumb) { @@ -243,6 +243,11 @@ class Pman_Core_Images extends Pman //echo "SKALING? $this->size"; // acutally if we generated the image, then we do not need to validate the size.. + require_once 'File/MimeType.php'; + $y = new File_MimeType(); + $ext = $y->toExt(trim((string) $this->as_mimetype )); + + print_r($ext);exit; // if the mimetype is not converted..