Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the README. #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
Flask app to create images with banners. Like the one found in facebook.
# 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.

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.