Skip to content

Commit 986444f

Browse files
authored
Updated Readme
1 parent e3a5147 commit 986444f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# AWSFileUploaderWithImageCompression
22
A library for compressing, adding watermark and uploading the file into aws s3.
3+
4+
This library uses [Magic.NET](https://github.com/dlemstra/Magick.NET) for compressing and adding watermark to the image.
5+
6+
## Features
7+
- Compress the image in a simplied way.
8+
- Seperation of logic for uploader, compression and adding watermark.
9+
- Save s3 bucket space by compressing the image before uploading it.
10+
11+
## Contributing
12+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
13+
Feel free to request for any changes or any additional features.
14+
15+
## License
16+
Distributed under the MIT License. See [LICENSE](https://github.com/mak-thevar/AWSFileUploaderWithImageCompression/blob/main/LICENSE) for more information.
17+
18+
## Contact
19+
Name: [Muthukumar Thevar](https://www.linkedin.com/in/mak11/)
20+
21+
22+
23+
Project Link: https://github.com/mak-thevar/AWSFileUploaderWithImageCompression

0 commit comments

Comments
 (0)