lewatermaker

விளக்கம்

LeWaterMaker is a WordPress image watermark plugin. It automatically overlays watermark text when images are uploaded, helping protect your site’s media content.

Key features

  • Automatically adds watermarks on upload (JPG, PNG, GIF; WebP when supported by server GD)
  • Two watermark modes: tiling and single centered
  • Customizable text, font, size, color, opacity, rotation angle, and spacing
  • Minimum width/height filters so only qualifying images are watermarked
  • Live watermark preview on the settings page (using the bundled lewatermaker.png sample image)
  • Chinese-language admin settings UI using native WordPress styles

Requirements

  • WordPress 6.0 or higher
  • PHP 7.4 or higher
  • PHP GD extension for image processing

Fonts

Place TTF or OTF font files in the assets/fonts directory. GD does not support woff/woff2.

Notes

  • Animated GIFs are typically reduced to the first frame after processing.

Screenshots

Installation

  1. Upload the lewatermaker folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings > LeWaterMaker to configure watermark options and save.
  4. (Optional) Add custom TTF/OTF fonts to assets/fonts.

அடிக்கடி கேட்கப்படும் கேள்விகள்

Why is the watermark not showing?

Check that watermarking is enabled, the image meets the minimum width and height settings, the GD extension is available, and the uploads directory is writable.

How do I adjust watermark density?

In tiling mode, use the spacing setting. Smaller values produce denser watermarks.

Which image formats are supported?

JPG, PNG, and GIF. WebP is supported when PHP/GD provides WebP functions.

Will watermarks reduce image quality?

The plugin aims to preserve original quality. Use high-quality source images for best results.

Does the preview match uploaded images?

The settings preview uses the same GD watermark logic as upload processing, so it is useful for tuning options. Final results still depend on source image size and format.

Reviews

இந்த செருகுநிரலுக்கு மதிப்புரைகள் எதுவும் இல்லை.

பங்களிப்பாளர்கள் & உருவாக்குனர்கள்

“lewatermaker” is open source software. The following people have contributed to this plugin.

பங்களிப்பாளர்கள்

Translate “lewatermaker” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.5

  • Renamed plugin prefixes to lewatermaker / LEWATERMAKER for WordPress.org uniqueness requirements
  • Migrated legacy option name le_watermaker_options to lewatermaker_options
  • Improved uninstall cleanup and Plugin Check compliance (filesystem APIs, input sanitization, English readme)

1.0.4

  • Added live watermark preview on the settings page
  • Improved admin settings experience and stability

1.0.2

  • Fixed option saving when watermarking is disabled
  • Font files limited to readable TTF/OTF in assets/fonts with path validation
  • Improved PNG/WebP alpha handling; added WebP upload support when available
  • Improved UTF-8 tiling spacing and image processing logic
  • Improved uninstall cleanup and default copy

1.0.1

  • Simplified admin UI and optimized code structure

1.0.0

  • Initial release