A Python-based GUI tool to apply customizable watermarks to images. This application allows users to select input images, add watermarks with adjustable opacity, size, and position, and save the watermarked images. Built using Tkinter for the interface and Pillow (PIL) for image processing.
Features Select input directory for images and output directory for saving watermarked images. Upload a watermark image (PNG with transparency is recommended). Adjust watermark properties: Opacity: Set the transparency level of the watermark. Size: Scale the watermark as a percentage of the input image size. Position: Place the watermark at custom positions (X, Y). Tiling: Tile the watermark across the image. Preview the watermarked image before saving. Keyboard shortcut: Ctrl+S to save the previewed image.