Batch image resizing & watermarking software
A: Imagine you have hundreds, thousands of pictures you need to resize and apply watermark to it before putting it to a website. This tool is made for solving exactly the same problem I had. I tried lot's of exists tools but did not found anything that solves all my issues. So, I build my own solution.
A: Check out next sections. I write all details from installing to running this software.
A: I tried my best to make things faster. You can run this software multithreaded which will spread processing tasks over CPU cores.
Because I build this software using C# for .NET Core. So you need runtime to run this software.
Windows | Linux | Mac OS |
---|---|---|
Check download page to download dotnet runtime installer to your windows machine. Click next, next, next then finish. |
Check this page to learn how to install dotnet runtime to your linux distrubition. |
Idk, I'm not rich. Yet. |
You can download latest build from GitHub Actions Artifacts or you can build yourself if you have dotnet sdk installed. I suggest downloading from GH Actions Artifacts. Then unzip the zip file and you're ready.
Skip if you are using windows machine. Open your terminal and type:
chmod +x dropmaker.sh
You can run software by using terminal (cmd or powershell in Windows).
dropmaker.sh --help