Home
last modified time | relevance | path

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

12

/plugin/watermark/action/
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/
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…
Dplugin.info.txt8 desc This plugin will put a watermark on your images on-the-fly and caches the results. Orginal i…
DREADME.md4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
/plugin/watermark/
Dplugin.info.txt1 base watermark
5 name watermark plugin
6 desc The plugin places a watermark on every image after it is uploaded.
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
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/
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/dmn-js/
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/bpmn-js/
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/
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/
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);
DTODO3 Page breaking "watermark" for non-top-aligned cells
Doutput.fpdf.class.php386 function _show_watermark($watermark) { argument
398 $tx = -$this->pdf->GetStringWidth($watermark)/2;
407 $watermark);
/plugin/html2pdf/html2pdf/html2ps/demo/
Dhtml2ps.php165 $pipeline->add_feature('watermark', array('text' => $watermark_text));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
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/
Daction.php429 $watermark = $this->getExportConfig('watermark');
465 if ($watermark) {
466 $mpdf->SetWatermarkText($watermark);
/plugin/codemirror/dist/modes/
Dmscgen.min.js.map1watermark\"],\n \"constants\" : [\"true\", \"false\", \"on\", \"off\", \"auto\"],\n \"at…
/plugin/photogallery/phpThumb/docs/
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)
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/datatables/assets/pdfmake/
Dpdfmake.js69444 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore…
69520 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark);
69523 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark);
69529 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore…
69546 if (watermark != null) {
69547 this.addWatermark(watermark, fontProvider, defaultStyle);
69629 LayoutBuilder.prototype.addWatermark = function (watermark, fontProvider, defaultStyle) {
69630 if (isString(watermark)) {
69631 watermark = { 'text': watermark };
69634 if (!watermark.text) { // empty watermark text
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js2100 …ition.header, docDefinition.footer, docDefinition.images, docDefinition.watermark, docDefinition.p…
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…
2288 pdfKitDoc.addContent('/' + encoded.fontId + ' ' + watermark.size.fontSize + ' Tf');
13450 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore…
13513 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark);
13516 …cture, fontProvider, styleDictionary, defaultStyle, background, header, footer, images, watermark);
13522 …der, styleDictionary, defaultStyle, background, header, footer, images, watermark, pageBreakBefore…
[all …]
/plugin/photogallery/phpThumb/
DphpThumb.config.php.default178 $PHPTHUMB_CONFIG['nooffsitelink_watermark_src'] = '/demo/images/watermark.png'; // w…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DCHANGELOG.md399 - [TEST] remove watermark flood from static config [[9b71940]](http://github.com/elasticsearch/elas…
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md563 seen on the regular chart but only the generated export. Use it to watermark

12