====== LiveMark Plugin ====== ---- plugin ---- description: This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images are preserved. author : S.C. Yoo email : dryoo@live.com type : action lastupdate : 2014-10-08 compatible : 2014-05-05, hrun, 2015-08-10, 2016-06-26, Hogfather, jack jackrum depends : conflicts : similar : watermark, reflect tags : watermark, images downloadurl: https://github.com/dryoo/livemark/zipball/master bugtracker : https://github.com/dryoo/livemark/issues sourcerepo : https://github.com/dryoo/livemark/ donationurl: screenshot_img : http://i.imgur.com/3cJsTfL.jpg ---- This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images are preserved. based on [[plugin:reflect|iReflect plugin]]( https://github.com/i-net-software/dokuwiki-plugin-reflect) Refer to http://openwiki.kr/tech/livemark (Korean) =====Warning!===== Current version work with **ONLY** JPEG & PNG files. Does not affect **GIF**. ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. Don't forget to install [[tips:phpwithgd|php-gd]] libraries on the server! ===== Examples/Usage ===== {{http://i.imgur.com/3cJsTfL.jpg}} ===== Configuration and Settings ===== {{http://i.imgur.com/pcJP2DX.jpg}} * Path: path to watermark image. Should be PNG. Better result can be expected with partially transparent image(alpha). default is "../tpl/dokuwiki/images/logo.png" {{ https://www.dokuwiki.org/lib/tpl/dokuwiki/images/logo.png}} * Minimum size of image to be watermarked: default 300. If the width of images is smaller than this value(pixel), no action will be done. * Size of the watermark: propotional (width) size of watermark. This is not % area but just width. * Vertical/Horizontal postion (%): location of watermark. Image will be centered with value 50. * Jpg quality: 0-100 yes. This is it. === Change Log === {{rss>https://github.com/dryoo/livemark/commits/master.atom 3}} ===== Discussion ===== * https://github.com/dryoo/livemark/issues