/**
  * Return the mime type of the image associated with this ImageInfo object
  */
 function mimeType()
 {
     $ret = ImageUtility::imageTypeToMimeType($this->type);
     return $ret;
 }