Image Watermark

Descripción

Image Watermark allows you to automatically watermark images uploaded to the WordPress Media Library and bulk watermark previously uploaded images.

For more information, check out plugin page at dFactory, documentation page or plugin support forum.

Features include:

  • Bulk watermark – Apply watermark option in Media Library actions
  • Watermark images already uploaded to Media Library
  • GD LIbrary and ImageMagic support
  • Image backup functionality
  • Option to remove watermark
  • Flexible watermark position
  • Watermark image preview
  • Set watermark offset
  • Select post types where watermark will be aplied to uploaded images or select adding watermark during any image upload
  • Select from 3 methods of aplying watermark size: original, custom or scaled
  • Set watermark transparency / opacity
  • Select image format (baseline or progressive)
  • Set image quality
  • Protect your images from copying via drag&drop
  • Disable right mouse click on images
  • Disable image protection for logged-in users
  • .pot file for translations included

Capturas

  • screenshot-1.png
  • screenshot-2.png

Instalación

  1. Install Image Watermark either via the WordPress.org plugin directory, or by uploading the files to your server
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Watermark menu in Settings and set your watermarking options.
  4. Enable watermark to apply watermark to uploaded images or go to Media Library to apply watermark to previously uploaded images

Preguntas frecuentes

No questions yet.

Reseñas

22 de julio de 2024
I use it since years on www.afnews.info and it’s all ok to me. I just would like to use it also for webp images: is it possible?And could it be possibile to have 2 different watemarks to use on choice?
20 de junio de 2024
I tried Image Watermark plugin, despite the few negative reviews, and found that it works exactly as advertised. It’s also very simple to use. If you already have a library full of images to protect, here’s a quick walkthrough: Create a PNG image to use as your watermark, upload it to your media library, install the plugin, adjust the parameters to your preference and be sure to connect the plugin to your watermark PNG file. Save the settings (surprising how often this step is missed). Next go to the media library, you should see a message indicating that Image Watermark can only be used in “List” mode, so change the library to “List” and select the images you want watermarked. Then choose Watermark from the dropdown, and click update. Takes a few minutes, and when it’s done all the selected images are protected. NOTE: If you already have existing galleries before watermarking the images, you just need to edit those galleries and replace the originals, with the newly watermarked images from your library. I noticed that the images in my galleries did not show the watermarks until I completed this step.
23 de mayo de 2024
your site /docs/image-watermark/applying-watermark/ I used the method described in your document to add watermarks to the newly generated webp image, but it skipped all webp files, and all other jpg \ PNG files were normal.
3 de diciembre de 2023
I have tested all other watermark plugins. They are all the same and have a serious problem!They use WordPress image compressor to watermark the original image.In case they only need to watermark, not compress!That is when WordPress does not compress the original image!Especially the original image does not need to be compressed for watermarking.Compressing only destroys the quality and increases the size of the images! Anyway, can you give me a solution so that image watermark doesn’t do any compression? And just watermark?
Leer todas las 183 reseñas

Colaboradores y desarrolladores

“Image Watermark” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

“Image Watermark” ha sido traducido a 8 idiomas. Gracias a los traductores por sus contribuciones.

Traduce “Image Watermark” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.7.4

  • Fix: Potential security issue with capability check – props WordFence
  • Fix: Saving post types settings issue
  • Tweak: WordPress 6.5 compatibility

1.7.3

  • Tweak: WordPress 6.2 compatibility
  • Tweak: PHP 8.2 compatibility

1.7.2

  • Fix: Missing admin-media.js file

1.7.1

  • Fix: Watermark option not available in Media Library

1.7.0

  • Tweak: WordPress 5.9 compatibility
  • Tweak: PHP 8.x compatibility

1.6.6

  • Tweak: PHP 7.3 compatibility

1.6.5

  • Fix: Improved support for PHP 7 and above
  • Fix: Backup folders handling of date based organized uploads

1.6.4

  • Fix: Transparent PNG issues with ImageMagic library

1.6.3.1

  • Fix: The plugin directory upload fix.

1.6.3

  • Fix: PNG files watermarking issue

1.6.2

  • New: Option to select watermark offset unit – pixels or percentages
  • Tweak: Added values to slider settings fields

1.6.1

  • Fix: Minor bug with AJAX requests, thanks to JoryHogeveen
  • Fix: Prevent watermarking the watermark image, thanks to JoryHogeveen
  • Tweak: Code cleanup

1.6.0

  • New: Image backup functionality, thanks to JoryHogeveen
  • New: Option to remove watermark (if backup is available)

1.5.6

  • New: PHP image processing library option, if more than one available.
  • Fix: Manual / Media library watermarking not working.
  • Fix: Image sizes not being generated proparly in GD library.

1.5.5

  • Fix: Determine AJAX frontend or backend request
  • Tweak: Remove Polish and Russian translations, in favor of GlotPress

1.5.4

  • Fix: Use of undefined constant DOING_AJAX

1.5.3

  • New: ImageMagic support

1.5.2

  • Tweak: Switch from wp_get_referer() to DOING_AJAX and is_admin().

1.5.1

1.5.0

  • Tweak: Plugins setting adjusted to WP settings API
  • Tweak: General code cleanup
  • Tweak: Added Media Library bulk watermarking notice

1.4.1

  • New: Hungarian translation, thanks to Meszaros Tamas

1.4.0

  • New: Option to donate this plugin 🙂

1.3.3

  • New: RUssian translation, thanks to Sly

1.3.2

  • New: Chinese translation, thanks to xiaoyaole

1.3.1

  • Fix: Option to disable right click on images not working

1.3.0

  • Tweak: Manual watermarking now works even if selected post types are selected
  • Tweak: UI improvements for WP 3.8
  • Fix: Image protection options not saving properly

1.2.1

  • New: German translation, thanks to Matthias Siebler

1.2.0

  • New: Frontend watermarking option (for front-end upload plugins and custom front-end upload code)
  • New: Introducing iw_watermark_display filter
  • New: Option to delete all plugin data on deactivation
  • Tweak: Rewritten watermark application method
  • Tweak: UI enhancements for settings page

1.1.4

  • New: Arabic translation, thanks to Hassan Hisham

1.1.3

  • New: Introducing API hooks: iw_before_apply_watermark, iw_after_apply_watermark, iw_watermark_options
  • Fix: Wrong watermark watermark path
  • Fix: Final fix (hopefully) for getimagesize() error

1.1.2

  • New: Image quality option
  • New: Image format selection (progressive or baseline)
  • Fix: Error when getimagesize() is not available on some servers
  • Tweak: Files & class naming conventions

1.1.1

  • New: Added option to enable or disable manual watermarking in Media Library
  • Fix: Apply watermark option not visible in Media Library actions
  • Fix: Warning on full size images

1.1.0

  • New: Bulk watermark – Apply watermark in Media Library actions
  • New: Watermark images already uploaded to Media Library

1.0.3

  • Fix: Error during upload of file types other than images (png, jpg)
  • Fix: Limit watermark file types to png, gif, jpg
  • Tweak: Validation for watermark size and transparency values
  • Tweak: Remove unnecessary functions
  • Tweak: Code cleanup
  • Tweak: Added more code comments
  • Tweak: Small css changes

1.0.2

  • New: Add watermark to custom images sizes registered in theme
  • Tweak: Admin notices on settings page if no watermark image selected
  • Tweak: JavaScript enquequing on front-end
  • Tweak: General code cleanup
  • Tweak: Changed label for enabling image protection for logged-in users

1.0.1

  • Fix: Using image ID instead of image URL during image upload

1.0.0

Initial release