/plugin/watermark/action/ |
H A D | watermark.php | 42 $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 D | action.php | 99 …$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 D | plugin.info.txt | 8 desc This plugin will put a watermark on your images on-the-fly and caches the results. Orginal i…
|
H A D | README.md | 4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
|
/plugin/watermark/ |
H A D | plugin.info.txt | 1 base watermark 5 name watermark plugin 6 desc The plugin places a watermark on every image after it is uploaded.
|
H A D | README.md | 1 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 D | README | 1 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 D | phpThumb.demo.demo.php | 139 …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 D | LICENSE | 13 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 D | LICENSE | 13 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 D | LICENSE | 19 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 D | TODO | 3 Page breaking "watermark" for non-top-aligned cells
|
H A D | output.pdflib.class.php | 416 function _show_watermark($watermark) { argument 426 … pdf_show_xy($this->pdf, $watermark, -pdf_stringwidth($this->pdf, $watermark, $font, 100)/2, -50);
|
H A D | output.fpdf.class.php | 386 function _show_watermark($watermark) { argument 398 $tx = -$this->pdf->GetStringWidth($watermark)/2; 407 $watermark);
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | html2ps.php | 165 $pipeline->add_feature('watermark', array('text' => $watermark_text));
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | ImageObject.cfc | 238 <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 D | action.php | 429 $watermark = $this->getExportConfig('watermark'); 465 if ($watermark) { 466 $mpdf->SetWatermarkText($watermark); 976 $this->exportConfig['watermark'] = $INPUT->str('watermark', '');
|
/plugin/codemirror/dist/modes/ |
H A D | mscgen.min.js.map | 1 …watermark\"],\n \"constants\" : [\"true\", \"false\", \"on\", \"off\", \"auto\"],\n \"at…
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 227 ¤ "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 D | phpthumb.readme.txt | 372 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 D | pdfmake.js | 2231 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 D | phpThumb.config.php.default | 178 $PHPTHUMB_CONFIG['nooffsitelink_watermark_src'] = '/demo/images/watermark.png'; // w…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | CHANGELOG.md | 399 - [TEST] remove watermark flood from static config [[9b71940]](http://github.com/elasticsearch/elasticsearch-php/commit/9b71940)
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | README.md | 563 seen on the regular chart but only the generated export. Use it to watermark
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | CHANGELOG.md | 183 - Custom watermark angle with `watermarkAngle` configuration variable
|