Metadata-Version: 2.1
Name: KelpMark
Version: 1.0.0
Summary: Watermark images or PDF
Project-URL: Project, https://gitlab.com/hydrargyrum/kelpmark
Author-email: Hg <dev@indigo.re>
License-Expression: Unlicense
Keywords: document,image,kyc,pdf,watermark
Classifier: Development Status :: 4 - Beta
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: pyqt5
Requires-Dist: python-poppler-qt5
Description-Content-Type: text/markdown

# KelpMark

KelpMark helps creating watermarks on images or PDFs.

## Example

Suppose you have your passport: ![sample passport](kelpmark_before.jpg)

And need to send it to some company, but don't trust them because they might have security breaches and might leak your data.
So you want to watermark it to make it harder to reuse in case of data leak.

![kelpmark screenshot](kelpmark_screenshot.jpg)

Then you can save the resulting image/PDF: ![watermarked passport](kelpmark_after.jpg)

## Features

- Import multiple images at once
- Import multi-page PDF
- Export to single image
- Export to multi-page PDF
- Watermark text tiling
- Various graphical features

## Requirements

- PyQt5
- python-poppler-qt5

[requirements.txt](requirements.txt)

## License

KelpMark is licensed under the [Unlicense](UNLICENSE).

