From 688259916d34dcb73ee67538dbbfbd9558e414ba Mon Sep 17 00:00:00 2001 From: Eric Howard Date: Wed, 6 Aug 2014 10:30:41 -0700 Subject: [PATCH] Added ignore config option to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcc96ef..397032a 100755 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ At the same time, it saves the newly cropped image to the disk in the same locat * **interlace** (true): This boolean affects whether progressive jpgs are created. * **host** (undefined): Specify the host for Croppa::url() to use when generating absolute paths to images. If undefined and using Laravel, the `Request::host()` is used by default. * **public** (undefined): Specify the route to the document_root of your app. If undefined and using Laravel, the `public_path()` is used by default. +* **ignore** (undefined): Ignore cropping for image URLs that match a regular expression. Useful for returning animated gifs. Note: Croppa will attempt to create the crops in the same directory as the source image. Thus, this directory **must be made writeable**.