Out of boredom and procastination. I created a thumbnail resizer, which resize the image based on the width and length of your choice. It also gives you an option to upload it to s3 and dynamo db for the metadata of the image.
I basically used cloud for this mini-project, using Lanczos3 https://en.wikipedia.org/wiki/Lanczos_resampling resizer
Library used
- https://golang.org/doc/install
- https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
- https://github.com/nfnt/resize
cd to your project folder
go build -o name
./name
- Love, nah just kidding. Built with AWS Services and Go lang.
This project is licensed under the MIT License - see the LICENSE.md file for details