=== DynPicWaterMark ===
Contributors: rlorenzoni and David Steel
Donate link: 
Tags: watermark, dynamic, all images
Requires at least: 2.9.x
Tested up to: 3.2.1
Stable tag: 1.22

Adds dynamicaly a watermark to all images on posts.

== Description ==

DynPicWaterMark dynamicaly adds a watermark to your posted images on display time (no changes on original picture) . 
You can configure it to mark all your images or just the ones you set at image upload time. 
Watermark position may be configured individually at image upload time or by a general default setting.
You can change the watermark whenever you want without having to reprocess all images and upload.
It can be applied to all your current posts.

Watermarks size can be configured to be:

* a % of picture height or width;
* a fixed Height or width;
* the watermark original imge size.
* offset from the edge of the image by a defined pixel size

== Installation ==

1. Download the plugin from [here](http://wordpress.org/extend/plugins/dynpicwatermark).
2. Extract all the files. 
3. Upload everything (keeping the directory structure) to the `/wp-content/plugins/` directory.
4. There should be a `/wp-content/plugins/dynpicwatermark` directory now with `dynpicwatermark.php` in it.
5. Activate the plugin through the 'Plugins' menu in WordPress.
6. Visit the configuration tab to set default options and desired watermark (gif/png).
7. For debug mode to write a trace.log file, set the folder permissions for /plugins/dynpicwatermark/logs to 777.

== Frequently Asked Questions ==

= Why My WaterMark is not trasnparent? =

Your watermark original file shout be a gif or png file with the desired transparency applied.

= How to set a image to NOT be marked? =

On the setting, be sure mark all images option is set to "NO".  And on post time select the file URL instead of the plugin link (automatically replaced).

The FAQ is available at the [Plugin Homepage](http://wordpress.org/extend/plugins/dynpicwatermark)

== Screenshots ==

1. Plugin in use with lightbox on my website;
2. Plugin configuration.

== Changelog ==

= 1.22 =
* trace.log moved to separate logs folder for improved security
* debug option greyed out if logs folder does not have write persmission (777)

= 1.21 =
* Extensive fine-tuning to ensure compatibility with WordPress 3.2.1
* Improved Settings screen
* New option to set offset in pixels from edge of image for watermark
* Extra watermarks added for demo purposes
* Debug mode to produce trace.log to aid debugging
* Default image on missing watermark
* Preview image larger

Known issues:
* Javascript incompatibility with IE8/IE9 means that Show Preview button doesn't work on initial image upload. Works fine in FF.

= 1.1 =
* NEW option: creates a local Php.ini file for ajusting plugin Memory. This allows watermarking large images
* Improved: Better looking plugin interface at adding media to post screen

= 1.0.4 =
* Plugin name downcase on .php and png files tested and stable

= 1.0.3 =
* Plugin name downcase on .php and png files 

= 1.0.2 =
* Plugin name downcase on .png and png files

= 1.0 =
* Fist stable and tested version.

== Upgrade Notice ==

= 1.1 =
* NEW: Php plugin Memory configuration for large images
* imporved: Better looking plugin interface at adding media to post screen

= 1.0.4 =
* minor technical fix tested and stable

= 1.0.3 =
* minor technical fix

= 1.0.2 =
* minor technical fix

= 1.0 =
Fist stable and tested version.
