|
| 1 | +<p align="center"><img src=media/appIcon.png></p> |
| 2 | + |
| 3 | +# Watermarker - Tool to print watermarks over images |
| 4 | + |
| 5 | +*Copyright 2019 Carlos Enrique Pérez Sánchez.* |
| 6 | + |
| 7 | +----------------------------------------------------------------------------------------------------------------------------------- |
| 8 | + |
| 9 | +## Features |
| 10 | +* Shows 4 images with the watermark in each corner |
| 11 | +* Set horizontal and/or vertical padding for the watermark image |
| 12 | +* Select one or more images and print them to an output folder |
| 13 | +* View a image in full-screen |
| 14 | +* Remember configuration |
| 15 | + |
| 16 | +----------------------------------------------------------------------------------------------------------------------------------- |
| 17 | + |
| 18 | +## Usage |
| 19 | +The first time you open the application, you will see a window telling you to configure the input folder (where you previously copied the images), the output folder and the watermark image: |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +You can configure all from the menu bar: |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +Then configure the position of the watermark image from the sliders, as shown bellow. Then, you can select one or more images and click **NEXT** to continue to the next image (if any). |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +You can *Press and hold* one of the images to show it in full-screen mode, where you can flick it both horizontally and vertically to observe it in detail. |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +A progress bar bellow the menu bar indicates the progress (remaining images). Once you finish you will see the following screen (click anywhere to exit that screen and start again). |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +----------------------------------------------------------------------------------------------------------------------------------- |
| 44 | + |
| 45 | +## Platforms |
| 46 | +This program has been tested in **Linux** (*Ubuntu 18.04 LTS*) and **Windows** (*Windows 10 RS5*). The program should behave in MacOS in the same way it works in Linux/Windows, but I haven't tested it due to the lac of a Mac. A MacOS icon must be configured. |
| 47 | +This program ***can*** be compiled to mobile platforms, like Android & iOS, but I haven't designed it to fit the requirements of smartphone's screens. An alternative UI must be implemented first. |
| 48 | + |
| 49 | +----------------------------------------------------------------------------------------------------------------------------------- |
| 50 | + |
| 51 | +## Build |
| 52 | +This program uses Qt. The minimum required version is [Qt 5.12.0 LTS](https://download.qt.io/archive/qt/5.12/5.12.0/ "Qt Archive"). To build it, just open the `.pro` file in Qt Creator or execute `qmake` in the project directory: |
| 53 | +`$ qmake Watermarker.pro` |
| 54 | + |
| 55 | +----------------------------------------------------------------------------------------------------------------------------------- |
| 56 | + |
| 57 | +## License |
| 58 | +This program is under the *General Public License* (version 2). |
| 59 | + |
| 60 | +----------------------------------------------------------------------------------------------------------------------------------- |
| 61 | + |
| 62 | +***Contact info:*** [*thecrowporation@gmail.com*](mailto:thecrowporation@gmail.com) |
0 commit comments