=== Easy Watermark === Contributors: szaleq Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wojtek%40szalkiewicz%2epl&lc=GB&item_name=Easy%20Watermark%20Wordpress%20Plugin¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted 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.4.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 == Easy Watermark 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). = Plugin features = * image watermark can be a jpg, png or gif * full support for transparency and alpha chanel in png and gif files * jpg files, gif files and text can have opacity set (from 0 to 100%) * text watermark is created using ttf fonts * text color, size and rotation can be set * all default image sizes can be watermarked (thumbnail, medium, large and fullsize) * fully translatable = Translations included = * polish * french (by Regis Brisard) If you have made a translation and want to contribute with it to Easy Watermark, please e-mail me. == Installation == Note: Easy Watermark requires GD extension installed and enabled on a server to work. 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. = 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. = Can I use my font for text watermark? = There is no user-friendly way to do this, however if you know what you do, you can upload your truetype font file to the %plugin_dir%/fonts. Then edit %plugin_dir%/lib/EasyWatermarkSettings.php and add your font file name to $fonts array. = How the scaling of the watermark image works? = On the watermark image settings page you can se 'Scaling Mode' selection which has 5 options: * 'None' - watermark scaling is off * 'Fill' - watermark will fill the entire image * 'Fit' - watermark width or height will be adjusted to image width or height in such a way that it will be all visible * 'Fit to Width' - watermark width will always be adjusted to image width * 'Fit to Height' - watermark height will always be adjusted to image height If 'Scale to Smaller' checkbox is checked, any scaling will be done only for images smaller than watermark image. Watermark ratio is always preserved, so it can go beyond the image when the 'Scaling Mode' is set to 'Fill'. With 'Fit to Width' or 'Fit to Height' options watermark dimensions can be set as a percentage in relation to the image dimensions. == Screenshots == 1. General settings page 2. Image settings page 3. Text settings page 4. Easy Watermark Tool 5. 'Add Watermark' link in media library == Changelog == = 0.4.2 = * added possibility to define jpeg quality = 0.4.1 = * added an option to scale watermark only for smaller images * added confirmation button for 'Add watermark to all images' action * some changes in the code to make the plugin more compatible = 0.4 = * introduced watermark image scaling option = 0.3 = * added support for all image sizes (thumbnail, medium, large), not only the fullsize image * plugin now checks if the GD library is available, if not, it'll inform you about it instead of throw errors = 0.2.3 = * added bulk action on media library page = 0.2.2 = * added live text preview on the settings page = 0.2.1 = * some changes on settings page = 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