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.

스크린샷

설치

  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.

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“lewatermaker”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “lewatermaker”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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