Home
last modified time | relevance | path

Searched refs:watermark (Results 1 – 25 of 31) sorted by relevance

12

/plugin/watermark/action/
H A Dwatermark.php42 $watermark = imagecreatefrompng(str_replace(':/','://',str_replace('//','/', $watermarkFile)));
62 $watermark_width = imagesx($watermark);
63 $watermark_height = imagesy($watermark);
72 imagesavealpha($watermark, true);
73 imagealphablending($watermark, true);
75 imagecopy($image, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_height);
90 imagedestroy($watermark);
/plugin/livemark/
H A Daction.php99 …$watermark =imagecreatefrompng($this->getConf('watermark_path'));//'../plugins/livemark/livemark.p…
102 $ratio=$src_width/imagesx($watermark)*$size;
103 $watermark_width = imagesx($watermark)*$ratio;
104 $watermark_height = imagesy($watermark)*$ratio;
107 …resampled($marked, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_height, image…
H A Dplugin.info.txt8 desc This plugin will put a watermark on your images on-the-fly and caches the results. Orginal i…
H A DREADME.md4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
/plugin/watermark/
H A Dplugin.info.txt1 base watermark
5 name watermark plugin
6 desc The plugin places a watermark on every image after it is uploaded.
H A DREADME.md1 dokuwiki-plugin-watermark
4 A Dokuwiki plugin to add a watermark during image upload.
8 https://www.dokuwiki.org/plugin:watermark
11 lib/plugins/watermark/ - if the folder is called different it
H A DREADME1 watermark Plugin for DokuWiki
3 The plugin places a watermark on every image after it is uploaded.
9 lib/plugins/watermark/ - if the folder is called different it
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php139 …c='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|BL'), 'description' => 'width=300px, w…
140 …='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|*|25'), 'description' => 'width=300px,
141 …g['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|75x50|80|75|75|45'), 'description' => 'width=…
142 …ngs' => array('src='.$img['watermark'].'&bg=00FFFF&f=png', 'src='.$img['watermark'].'&bg=00FFFF&f=…
/plugin/bpmnio/vendor/bpmn-js/
H A DLICENSE13 The source code responsible for displaying the bpmn.io project watermark that
16 the watermark must stay fully visible and not visually overlapped by other elements.
/plugin/bpmnio/vendor/dmn-js/
H A DLICENSE13 The source code responsible for displaying the bpmn.io project watermark that
16 the watermark must stay fully visible and not visually overlapped by other elements.
/plugin/bpmnio/
H A DLICENSE19 The source code responsible for displaying the bpmn.io project watermark that
22 the watermark must stay fully visible and not visually overlapped by other elements.
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO3 Page breaking "watermark" for non-top-aligned cells
H A Doutput.pdflib.class.php416 function _show_watermark($watermark) { argument
426 … pdf_show_xy($this->pdf, $watermark, -pdf_stringwidth($this->pdf, $watermark, $font, 100)/2, -50);
H A Doutput.fpdf.class.php386 function _show_watermark($watermark) { argument
398 $tx = -$this->pdf->GetStringWidth($watermark)/2;
407 $watermark);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php165 $pipeline->add_feature('watermark', array('text' => $watermark_text));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc238 <cffunction name="watermark" access="public" output="false" returnType="void">
247 <cfset imageResults = imageCFC.watermark(variables.img,"","",wmImage,alpha,placeAtX,placeAtY)>
250 <cfset imageResults = imageCFC.watermark(variables.img,wmImage,"","",alpha,placeAtX,placeAtY)>
/plugin/dw2pdf/
H A Daction.php429 $watermark = $this->getExportConfig('watermark');
465 if ($watermark) {
466 $mpdf->SetWatermarkText($watermark);
976 $this->exportConfig['watermark'] = $INPUT->str('watermark', '');
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js.map1watermark\"],\n \"constants\" : [\"true\", \"false\", \"on\", \"off\", \"auto\"],\n \"at…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt227 ¤ "wmi" filter now supports watermark scaling & rotation
282 * Bugfix: 'wmt' watermark text not properly right- or center-
308 ¤ Added option for image watermark for anti-hotlinking. See
761 * Bugfix: non-TTF watermark text had inverted opacity
907 * Bugfix: watermark overlay margins were wrong
1017 <t> is the text to use as a watermark,
1496 a semi-transparent watermark image (copied from a
1497 seperate source watermark image)
H A Dphpthumb.readme.txt372 watermark image will be scaled to fit inside
373 <r> is rotation angle of overlaid watermark
377 <t> is the text to use as a watermark;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2231 if(page.watermark){
2274 var watermark = page.watermark;
2285 var encoded = watermark.font.encode(watermark.text);
2287 …dContent('' + (pdfKitDoc.page.width/2 - watermark.size.size.width/2) + ' ' + (pdfKitDoc.page.heigh…
13539 if(watermark != null)
13540 this.addWatermark(watermark, fontProvider);
13615 text: watermark,
13617 size: getSize(this.pageSize, watermark, fontProvider)
13622 pages[i].watermark = watermarkObject;
13625 function getSize(pageSize, watermark, fontProvider){
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default178 $PHPTHUMB_CONFIG['nooffsitelink_watermark_src'] = '/demo/images/watermark.png'; // w…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md399 - [TEST] remove watermark flood from static config [[9b71940]](http://github.com/elasticsearch/elasticsearch-php/commit/9b71940)
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md563 seen on the regular chart but only the generated export. Use it to watermark
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md183 - Custom watermark angle with `watermarkAngle` configuration variable

12