From 170a5fda3d3db3c3bdaf3a366f42aa85e27c8604 Mon Sep 17 00:00:00 2001 From: Luke Mason Date: Mon, 2 Jun 2014 22:34:39 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b505490..efe6b2c 100755 --- a/README.md +++ b/README.md @@ -3,4 +3,10 @@ angular-img-editor A set of canvas driven image manipulation tools implemented in angular. -Example - http://plnkr.co/edit/UP7RILVDFDNKNHbeCQ5E \ No newline at end of file +this directive can function two ways, you can choose to upload the edited image as base64 data as in the example below + +Example of this method - http://www.lukemason.co/sandbox/angular-img-editor/example (Images are saved to http://www.lukemason.co/sandbox/angular-img-editor/images/ ) + +or you can post the original image and edits to a back end service such as imageMagick or phpThumb which can save the original as well as generating an editited version, allowing users to re-edit images after a save. + +Example - Coming Soon