claviska / SimpleImage

A PHP class that makes working with images and GD as simple as possible.
MIT License
1.38k stars 382 forks source link

Add getExtension() method - helps with uploaded file renaming #336

Open igorsantos07 opened 7 months ago

igorsantos07 commented 7 months ago

Supersedes #143. This is even important with v3/v4, since original_info['format'] got removed with no clear replacement.

We also got a 3.7 version of this function; in case there's any interest on backporting, I can create another PR with that :)