https://github.com/themisir/dropmaker
Batch image resizing & watermarking software
https://github.com/themisir/dropmaker
batch-image-processor image-processing image-resizer watermark
Last synced: 4 months ago
JSON representation
Batch image resizing & watermarking software
- Host: GitHub
- URL: https://github.com/themisir/dropmaker
- Owner: themisir
- License: apache-2.0
- Created: 2020-06-14T15:49:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T20:32:21.000Z (almost 2 years ago)
- Last Synced: 2025-09-24T13:45:13.602Z (5 months ago)
- Topics: batch-image-processor, image-processing, image-resizer, watermark
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dropmaker
Batch image resizing & watermarking software
## Q&A
#### Q: How this software could help you?
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.
#### Q: How to use the software?
A: Check out next sections. I write all details from installing to running this software.
#### Q: What about preformance?
A: I tried my best to make things faster. You can run this software multithreaded which will spread processing tasks over CPU cores.
## Installation
#### 1. Install dotnet runtime
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](https://dotnet.microsoft.com/download/dotnet-core/current/runtime) to download dotnet runtime installer to your windows machine. Click next, next, next then finish.
Check [this page](https://docs.microsoft.com/en-us/dotnet/core/install/linux) to learn how to install dotnet runtime to your linux distrubition.
Idk, I'm not rich. Yet.
#### 2. Download latest build
You can download latest build from [GitHub Actions Artifacts](https://github.com/TheMisir/dropmaker/actions) 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.
### 3. (Optional) Give execute permission to `dropmaker.sh`
Skip if you are using windows machine. Open your terminal and type:
```bash
chmod +x dropmaker.sh
```
## Instructions
You can run software by using terminal (cmd or powershell in Windows).
```sh
dropmaker.sh --help
```