Gregwar / Image

A PHP library to handle images
MIT License
1k stars 190 forks source link

When loading a file check that it's actually a file #98

Closed snamor closed 5 years ago

snamor commented 8 years ago

When loading a file, we check that the resource is actually a file, as it breaks when calling a directory. Fixes issue #97.

soullivaneuh commented 8 years ago

Could you please provide related tests?