From 645664e8204f5686ba59174ad1645f63e24b2c67 Mon Sep 17 00:00:00 2001 From: Ashwin Godbole <33014264+ashvin-godbole@users.noreply.github.com> Date: Tue, 24 Oct 2017 23:01:52 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1985c9e..759cd31 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -Flask app to create images with banners. Like the one found in facebook. +#Opencv-Flask +Opelask (name subject to change) is an application written in Python to modify images in a fun and creative way by allowing you to add an image on top of another one to create banners like those found on Facebook. + +The Python scripts overlays the given image with the other given image - the overlay image - to produce a third image which is the final banner like image. + +The application has a simple UI to go along with the script. The repo has all that you need along with the template UI HTML file. From cbbf853dfc929aaf80a043d7c1f6fafb9e493522 Mon Sep 17 00:00:00 2001 From: Ashwin Godbole <33014264+ashvin-godbole@users.noreply.github.com> Date: Tue, 24 Oct 2017 23:02:08 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 759cd31..78495f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Opencv-Flask +#Opencv-Flask# Opelask (name subject to change) is an application written in Python to modify images in a fun and creative way by allowing you to add an image on top of another one to create banners like those found on Facebook. The Python scripts overlays the given image with the other given image - the overlay image - to produce a third image which is the final banner like image. From ba6a59c2000c4c3484211ff3d2e515ba38b31ce5 Mon Sep 17 00:00:00 2001 From: Ashwin Godbole <33014264+ashvin-godbole@users.noreply.github.com> Date: Tue, 24 Oct 2017 23:03:26 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78495f9..e1bec5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Opencv-Flask# +# Oplask Opelask (name subject to change) is an application written in Python to modify images in a fun and creative way by allowing you to add an image on top of another one to create banners like those found on Facebook. The Python scripts overlays the given image with the other given image - the overlay image - to produce a third image which is the final banner like image.