iwyg / jitimage

Just In Time image manipulation (GD, Imagick, imagemagick) with integration for laravel 4
MIT License
95 stars 8 forks source link

Placeholder when image not found #47

Closed akempes closed 9 years ago

akempes commented 9 years ago

If a image can't be found a error is thrown, but sometime it would be helpful to return a placeholder image.

I made this feature configurable. A default placeholder can be defined but it's also possible to specify an image for each recipe. If not used the original NotFoundHttpException is still thrown.