Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit ca2abb4

Browse files
committed
target added in MIT Licensed and add/updates titles
1 parent f30ee4e commit ca2abb4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Image-Merging-API
1+
#Image-Merger-API V1.0
22

33
A Flask based Web API to merge a two PNG images(i.e may be background and foreground) and it returns the output image url and in base64 format also.
44
The API is REST API and uses nothing for user authentication purposes. Currently, return format for all endpoints is [JSON](http://json.org/ "JSON").

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<head>
77
<meta charset="utf-8">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<title></title>
10-
<meta name="description" content="">
9+
<title>Image Merger API</title>
10+
<meta name="description" content="Image Merger Web API to merge a two PNG images(i.e may be background and foreground) and it returns the output image url and in base64 format also.">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212

1313
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
@@ -46,7 +46,7 @@ <h2>Image Merger Web REST API</h2>
4646
<li><a href="">Contact Us</a></li>
4747
</ul>
4848
</div>
49-
<p>© Copyright 2014 , A project by <a href="https://github.com/KodeKracker" target="_blank"><em>Akshay Pratap Singh</em></a>, and <a href="http://opensource.org/licenses/MIT">MIT Licensed</a></p>
49+
<p>© Copyright 2014 , A project by <a href="https://github.com/KodeKracker" target="_blank"><em>Akshay Pratap Singh</em></a>, and <a href="http://opensource.org/licenses/MIT" target="_blank">MIT Licensed</a></p>
5050
<p><a href="https://github.com/KodeKracker/Image-Merging-API" target="_blank"><img src="static/img/github-icon.png" />&nbsp;Fork it on Github </a><p>
5151
</footer>
5252
</div>

0 commit comments

Comments
 (0)