I cant find in imagine documentation https://imagine.readthedocs.org/en/latest/index.html how can i get mime type.
I just open an image like this:
$myImage = $imagine->open('/path/to/image.gif');
I have now $myImage, how can i get mime type?
Regards.