=== Easy Watermark === Contributors: szaleq Tags: watermark, image, picture, photo, media, gallery, signature, transparent, upload, admin Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Automatically adds watermark to images when they are uploaded to the WordPress Media Library. == Description == This plugin can automatically add image and text watermark to pictures as they are uploaded to wordpress media library. You can also watermark existing images manually (all at once or an every single image). Watermark image can be a png, gif (alpha channel supported in both cases) or jpg. It's also possibile to set watermark opacity (doesn't apply to png with alpha channel). For text watermark you can select font, set color, size, angel and opacity. This plugin requires PHP 5.3 or higher. The possibility of defining many watermarks is coming soon. Check for updates. Please, contact me if you have any questions/ideas or issues. == Installation == Note: Easy Watermark requires at least PHP 5.3 with GD extension installed and enabled. 1. Unpack easy-watermark.zip and upload its content to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Plugin is working. Go to "Settings > Easy Watermark Settings" to set up your watermark. == Frequently asked questions == = Can I remove watermark after it was added? = Unfortunately, not yet. Keeping oryginal pictures feature is in plans, so it will be possibile to restore original image in the future. = How can I add watermark to pictures that were uploaded before the plugin was installed? = You can go to "Media >> Easy Watermark" and click "Add watermark to all images" button. If you wont to add watermark to single images, you can find links titled "Add watermark" in the media library (see screenshots) or "Add watermark" button on image edit page. = How can I adjust watermark image position? = Watermark position can be adjusted vertically and horizontally by selecting alignment (left, center, right, top, middle, bottom). You can also define horizontal and vertical offset, for example if vertical alignment is set to bottom with offset 100 and horizontal alignment is right with offset 200, watermark will show up 100px from lower edge and 200px from right edge of the picture. = Can I add both, text and image watermark at once? = Yes, there is a posibility to add only image, only text or both. = How Can I adjust text watermark? = You can choose text font from the list of ten fonts included to this plugin. In future releases you will be able to upload your own font file. You can also set font size, color, angel and opacity. Position of text watermark can be adjusted exactly like image position. If you have any other questions, please contact me. == Screenshots == 1. Settings page 2. Easy Watermark Tool 3. `Add Watermark` link in media library == Changelog == = 0.2 = * added text watermark handling * corrected issue with auto adding watermark on upload = 0.1.1 = * offset can be now also a percentage, not only pixel value * changed code structure * separete class responsible only for watermarking (can be used alone) = 0.1 = * Initial release